@import url(http://fonts.googleapis.com/css?family=Paytone+One);

body {
    font: 14px Tahoma, Arial, sans-serif;  color: #575a63;
}

h1{
    font: 40px 'Paytone One', Tahoma, Arial, sans-serif;
    text-transform: uppercase;
    word-spacing:0.1em;
    line-height:1.2em;
    color:#2b4084;
}

h2{
    font: 32px 'Paytone One', Tahoma, Arial, sans-serif;
    text-transform: uppercase;
    word-spacing:0.1em;
    line-height:1.6em;
    color:#a6b4c2;
}


#team_image{
    width: 99%;
    max-width: 420px;
    margin: auto;
}

iframe{
    width:100%;
    height:315px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-img{
  width: 100%;
  max-width: 450px;


    max-height:130px;
    padding:0;
    margin:0;
    background-color: #ffffff;
}

p{
    font: 14px Tahoma, Arial, sans-serif; color: #575a63;
    word-spacing:0.2em;
    line-height:1.5em;
    padding-top: 20px;
}

.header_wrapper{
    background-color: #ffffff;
}
.maps-link{
    display: block;
    margin:auto;
    text-align: center;
}

@media (min-width: 500px)  {
    .header-img{

        max-height:250px;
        padding:0;
        margin:0;
    }


}
