/* Custom Css to make changes in website use this file */


@media screen and (max-width: 768px) {
.landing-page .navbar .navbar-brand{
  color:black;
}
.landing-page .navbar-fixed-top{
  background-color:black;
  opacity: 0.9;
}

.navbar-collapse{
  max-height:270px;
}
.landing-page .navbar-nav > li > a{
  padding:5px;
}
}

body { padding-top: 0px; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  background-color:rgba(78,205,196,0.8);
}

.landing-page .navbar-default .navbar-nav > li > a:hover, .landing-page .navbar-default .navbar-nav > li > a:focus {
  border-color:#4ECDC4;
  border-top: 2px solid #4ECDC4;
  color:white;
}


.landing-page .navbar-default .nav li a{
  font-size:15px;
  padding:5px;
  color:white;
  font-weight:300;
   font-family: "Oswald";
  padding-left: 20px;
    padding-right: 20px; 
}
.landing-page .navbar-default{
  background-color:rgba(0, 0, 0, 0.8);
  border-radius: 0px!important;
}

.dropdown-menu{
 background-color:rgba(0, 0, 0, 0.8);
}
.landing-page .navbar-default .navbar-brand{
  font-size:15px;
  color:white;
  padding: 10px 20px 15px 20px;     
}

@media screen and (max-width: 768px) {
.landing-page .navbar-wrapper .navbar{
background-color: black;
}
.navbar-brand{
  text-align:right;
}
}

@media screen and (min-width: 768px) {
.scrolling{
 
  border-radius:0px!important;
  color:black!important;
}
}
.nav.navbar-nav{
  border-bottom-color:transparent;
  font-weight:300;
  font-family: "Oswald";

}
 .google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
    
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
    
.footer{
  background-color:#333333;
  padding:50px 20px;
  position:relative;
}

.landing-page .navbar-default .navbar-brand{
  font-size: 20px;
  font-family: "Oswald";
  font-weight:300;
}

h3 {
font-size: 24px;
}