@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald');
body {
  font-family : 'Open Sans Condensed', 'sans-serif' !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}


h1, h2, h3, h4, h5, h6, .navbar-nav a {
    font-family: 'Oswald', 'sans-serif' !important;
}
#iw-container {
  max-width: 300px;
}
#iw-photo img{
  width: 300px !important;
  height : 100% !important;
}
#iw-container  .iw-title {
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 18px;
   text-transform: uppercase;
   font-weight: 400;
   padding: 10px;
   background-color: #AADAFF;
   color: white;
   margin: 0px;
   text-align: center;
}
#iw-container  p {
  font-size: 11px;
}
/*
.gm-style-iw {
   width: 350px !important;
   top: 0 !important;
   left: 0 !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 1px solid rgba(72, 181, 233, 0.6);
   border-radius: 2px 2px 0 0;
}
*/

#buttons .btn,
.year.btn {
   font-size:13px;
   width : 70px;
}

.year.btn {
   margin-top : 3px;
}
#map {
    margin-left: 50px !important;
   }
@media (max-width: 1024px){

  #map {
        margin-left: 0px !important;
      }

}