@charset "utf-8";
/* CSS Document */
body, html {
  background-color: #F8F8F8 !important;
  text-align: center;
  font-family: Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.active {
  display: block !important;
}

.nav {
  background-color: white;
  width: 100%;
  border-bottom: 3px solid #48A4C6;
  position: sticky;
  margin: 0;
  top: 0;
  z-index: 9999;
}

.nav .logo img {
  height: 50%;
  width: 60%;
}

ul {
  font-size: 19px;
  list-style-type: none;
  padding-top: 10px;
  margin-left: 25px;
}

li {
  float: left;
}

li a {
  text-decoration: none;
  display: block;
  color: black;
  text-align: center;
  padding: 35px 15px 0px 15px;
}

li a:hover {
  color: #48A4C6;
}

.main {
  padding-top: 25px;
}

.main h1 {
  font-size: 30px;
  font-weight: bold;
}

.main h4 {
  font-size: 16px;
  line-height: 1.75;
}

.row {
  width: 100%;
}

.contact-form .btn-default {
  width: 25%;
  background-color: #48A4C6;
  border: none;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
}

.contact-form h4 {
  float: left;
}

.contact-form .btn-default:hover {
  background: #40e0d0;
  color: black;
  transition: all 0.3s ease 0s;
}

.map {
  margin-left: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.gmap_canvas {
  overflow: hidden;
  background: none!important;
  height: 500px;
  width: 100%;
}

.footer {
  padding-top: 10px;
  background-color: black;
  width: 100%;
  bottom: 0;
}

.footer p {
  color: #F8F8F8;
  font-size: 12px;
}

.navbar-toggle {
  margin-top: 0px !important;
  height: 20px;
  width: 20px;
  display: none;
  position: absolute;
  cursor: pointer;
  color: black;
  font-size: 16px;
}

/* 48em = 768px */

/* iPhone */
@media only screen and (max-width: 576px) {
  .nav #menu {
    display: none;
  }

  .nav ul {
    font-size: 16px !important;
    padding-top: 5px;
  }

  .nav li {
    margin-left: 150px !important;
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  i {
    padding-top: 10px !important;
    font-size: 18px !important;
  }

  .main {
    padding-top: 15px;
  }

  .main h1 {
    font-size: 20px;
    padding-bottom: 0px;
  }

  .contact-form .btn-default {
    width: 30%;
    font-size: 16px;
  }

  .map {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer p {
    font-size: 10px;
  }
}

/* iPad */
@media screen and (max-width: 992px) {
  .nav #menu {
    display: none;
  }

  .nav ul {
    font-size: 16px !important;
    padding-top: 5px;
  }

  .nav li {
    margin-left: 200px;
    float: none;
  }

  .nav li a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }

  .navbar-toggle {
    display: block !important;
  }

  i {
    padding-top: 20px;
    font-size: 24px;
  }

  .nav .logo img {
    width: 30%;
    height: 30%;
    float: left;
  }

  .main {
    margin: 0px 50px 0px 50px;
  }
}

/* iPad Pro */
@media screen and (max-width: 1200px) {
  .nav ul {
    font-size: 17px;
    margin-left: 10px;
    width: 100%;
  }

  li a {
    padding: 20px 10px 0px 10px;
  }
}
