@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900,900i');

body{
    margin: 0 auto;
    padding: 0;
    background: url(../img/bg.png) repeat 0 0;
    max-width: 700px;
    }

#headlines {
    margin: 30px auto;
    text-align: center;
    max-width: 650px;
}

#headlines h1{
    font-size: 23px;
    font-family: montserrat,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.3;
    /*text-transform: uppercase;*/
}


.video-frame{
	max-width:700px;
	margin:0 auto;
	border-bottom:1px solid #ddd;
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .20);
	-moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .20);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .20);
}



.input-lg {
    height: 50px;
}
.form-control {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}




.example-blocks div {
  margin-top: 10px;
}
.example-blocks span {
  display: inline-block;
  font-size: 2em;
  line-height: 2em;
  padding: 0 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
