/* Our Location */

#location_title{
   width: 85%;
   margin: auto;
   font-family: 'Nunito', sans-serif;
   font-size: 34px;
   color: white;
}

#location_description{
   width: 85%;
   margin: auto;
   font-family: 'Nunito', sans-serif;
   font-size: 17px;
   color: white;
}

/* Google Maps */

#location_map{
   width: 85%;
   margin-left: 7.5%;
}

.embed-container{ 
   position: relative; 
   padding-bottom: 65%; 
   height: 0; 
   overflow: hidden; 
   max-width: 100%; 
   height: auto; 
} 

.embed-container iframe, .embed-container object, .embed-container embed{ 
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%; 
}

@media only screen and (max-width:1550px) {
   .embed-container{ 
      padding-bottom: 93%;
   }
}

/* End Google Maps */

/* Responsive Design */

@media only screen and (min-width:1900px) {
   #location_description{
      font-size: 20px;
   }
}

/* End Responsive Design */