

body {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background: #FFF;
}

.header nav ul, nav ul li, .header a:link, .header a:visited {
    background-color: darkorange;
    display:inline;
    color: #FFF;
    text-decoration: none;
    padding: 0% 2.5%;
    border-radius: 15px;
    
    
}

.header {
    margin: 30px auto;
}

.header a:hover, .header a:active {
    text-decoration: underline;
}

.intro {
    color: darkorange;
    margin: 5% 13%;
    font-size: 16px;
    
}

.intro a, .intro a:link, .intro a:visited, .intro a:active {
    color: darkorange;
    text-decoration: none;
    font-size: 20px;
} 

.mapiframe {
    width: 70%;
    height: 400px;

}

img {
    height: auto;
    width: 40%;
    
}

iintro img {
    height: auto;
    width: 40vw;
    
}

.iintro {
    color: darkorange;
    margin: 5% 13%;
    font-size: 20px;
}

    
@media only screen and (min-width : 150px) and (max-width : 700px)
{

.header nav ul, .header a:link, .header a:visited {
    
   font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 21px;
    background: darkorange;
  
    
    color: #FFF;
   
    
    border-radius: 15px;
    display:block;
    border-bottom-color: 000;

}

    .intro table {
        table-layout: auto;
        
    }
    
.intro {
    color: darkorange;
    margin: 5% 1%;
    font-size: 16px;
    
}

.full {

    display:block;

    width:100%;

  }

    .intro table img{

    
    width: 70%;
    height: auto;
       
    
        
    }
    
   
    
    
    
    

}


