@font-face {
    font-family: 'AvenirLight';
    src: url('AvenirLight.woff') format('woff');
}
@font-face {
    font-family: 'AvenirLightOblique';
    src: url('AvenirLightOblique.woff') format('woff');
}
.mobile-link {font-family: 'AvenirLight'; display: inline-block; padding: 13px; background-color: #e7e7e7 !important; height: 50px; border-radius: 25px; font-weight: normal; width: 100%; margin-bottom: 10px; text-decoration: none;}
.glyphicon {color : #bb840f; position: relative; left: -10px;}

.intro-text .comingsoon {color : #bb840f; font-family: 'AvenirLightOblique'; font-size: 1em;}
body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a { color: #777; font-size: 1em; padding-top: 5px; text-decoration: none; font-weight: 100;}
a:hover { text-decoration: none; color: #bc840f;}
header {
    text-align: center;
    color: #777;
    
}

header .container {
 
   padding: 200px 0 25px 0;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

footer {
    color: #777;
	padding-top:150px;
}
@media (max-width: 320px){ 

header .container { padding: 50px 0 10px 0; }
footer { padding-top: 50px!important;}
}

