/*
Author: Jimmy Ngo
Company: Soopa Web Developement
URI: http://www.soopa.biz
Created Date: 6/23/16
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,700);

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  /* background: url('../img/light-bg.jpg') no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 16px;
}

a {
  color: #226b81;
}

.row {
  padding-top: 40px;
}

.header-wrapper {
  position: absolute;
}

.fixed-top {
  position: fixed;
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  z-index: 2;
  top: -121px;
  transition: all .5s;
}

.header {
  border-bottom: 1px solid #777;
  margin-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  margin-bottom: 0;
}

.navibar {
  width: 100%;
  margin-top: 15px;
}

.navibar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.navibar li {
  display: inline;
  margin-right: 40px;
  font-size: 1.1em;
  text-transform: uppercase;
}

.navibar a {
  color: #777;
  text-decoration: none;
}

.mobile-menu-overlay {
  display: none;
}

.fullImg {
  height: 100vh;
  width: 100vw;
  background: no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-text {
  font-size: 1.2em;
  background-color: rgba(255,255,255,0.8);
  padding: 30px;
  margin-top: 30px;
}

.intro-text img {
  width: 70%;
  margin-bottom: 30px;
}

.cta-about, .cta-services {
  background-color: rgba(255,255,255,0.8);
  font-size: 21px;
  padding: 10px;
  font-weight: bold;
}

.spotlight {
  margin-top: 0px;
}

.spotlight a {
  text-decoration: none;
}

.spotlight-row {
  margin-top: 60px;
}
.spotlight-row div img {
  height: 100%;
}

.spotlight-row div {
  height: 400px;
}

.contact-block {
  margin-top: 50px;
}

#response {
  display: none;
  color: white;
  font-size: 1.5em;
}

.googleMap {
  border: thin solid #5B5B5B;
}

.googleMap iframe {
  pointer-events: none;
  overflow: auto;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.phone-num {
  font-size: 2em;
  color: #3a6b84;
}

/* COMING SOON SPLASH */
.intro-logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro-logo {
  width: 600px;
}

.intro-divider {
  width: 0px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 1px solid #777;
}

.note {
  position: relative;
  width: 100%;
  min-height: 200px;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
  background: #3a6b84;
  overflow: hidden;
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #FFF #FFF #565656 #565656;
  background: #658E15;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.coming-soon {
  display: none;
  font-size: 2em;
  color: #777;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 60px;
  font-weight: 200;
  width: 100%;
  text-align: center;
}
/* COMING SOON END */



.footer-wrapper {
  background-color: #7898A8;
  margin-top: 50px;
  padding: 20px;
}

.footer {
  color: white;
}

.footer li {
  display: inline;
  list-style: none;
  padding-left: 0;
  margin-right: 15px;
  border-bottom: thin solid #777;
}

.footer a {
  color: white;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .navibar li {
    font-size: 1em;
    margin-right: 27px;
  }
}
@media (max-width: 414px) {

  .clearfix {
    display: none;
  }
  .fixed-top {
    position: fixed;
    background: #fff;
    z-index: 10;
    top: 0;
  }

  .mobile-menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
  }

  .mobile-menu-overlay {
    background-color: rgba(255,255,255,0.9);
    width: 100vw;
    position: absolute;
    top: -0;
    left: 0;
    display: none;
  }

  .mobile-menu-overlay ul {
    margin-top: 80px;
  }

  .mobile-menu-overlay a {
    color: #333;
    font-size: 1.8em;
  }

  .top-contact {
    display: none;
  }

  .topRightPhone, .navibar {
    display: none;
  }

  .spotlight-row {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }

  .spotlight-row div {
    height: 250px;
  }

  .spotlight-row div:nth-child(2) {
    display: none;
  }

  .fullImg {
    min-height: 110vh;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;

  }

  .content {
    padding-top: 70px;
  }

  .intro-text {
    padding: 15px;
    margin-top:0px;
    font-size: 1em;
    margin-left: 15px;
    margin-right: 15px;
  }

  .intro-text img {
    display: none;
  }

  .cta-about, .cta-services {
    font-size: 1.2em;
    padding: 20px;
    margin-bottom: 10px;
  }

  .drPhoto {
    width: 50%;
    margin: auto;
  }

  .drName {
    text-align: center;
  }

  #nav-icon {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  transform: scale(.6);
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #777;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon span:nth-child(4) {
  top: 36px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

}

@media (max-width: 320px) {
  .intro-text {
    bottom: auto;
  }

}
