@font-face {
font-family: navfont;
src: url(../fonts/Light.ttf);
}

body {
    background: #f3f3f3;
    font-family: 'navfont';
    font-size: 16px;
    color: #666;
}

/*.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 150px rgba(0,0,0,0.3) inset;
}*/

.spacer {
    padding-bottom: 20px;
}

.air {
    padding-top: 30%;
}

@media ( min-width: 768px ) {
    .air {
    padding-top: 18%;
    }
}

@media ( min-width: 992px ) {
    .air {
    padding-top: 12%;
    }
}

.centered {
    text-align: center;
}

.img-center {
    margin: 0 auto;
}

p, h2, h3, h4 {
    font-family: 'navfont';
}

#title_main {
    padding: 20px 15px 0px 15px;
	font-family: 'logo_font';
	font-size: 70px;
	color: black;
}

.logo_phone {
    font-family: 'navfont';
    font-size:14px;
    margin-left:26%;
    color: #eee;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}



