html {
  font-size: 14px;
}

body {
  background: white;
  font-family: "Open Sans", serif;
  font-size: 16px;
  color: #00264a;
  --yellow: #ffc900;
  --navy: #00264a;
  --blue: #006ed4;
  --white: #fff;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  color: #ffc900;
}

p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 760px) {
  h1 {
    font-size: 38px;
  }
}
a {
  color: #00264a;
}
a:hover {
  color: #00264a;
}

.banner {
  background: #00264a;
  border-bottom: 4px solid #fff;
  padding: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 2;
}
.banner a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.2s;
}
.banner a:hover {
  color: #ffc900;
}
.banner a:hover svg {
  width: 2.7rem;
  padding: 0.5rem;
  padding-top: 0.2rem;
  fill: #ffc900;
}
.banner img {
  width: 2.7rem;
  padding: 0.5rem;
  padding-top: 0.2rem;
}
.banner span {
  font-weight: 700;
  color: #ffc900;
}
@media only screen and (max-width: 760px) {
  .banner span {
    display: block;
  }
}
.banner svg {
  width: 2.7rem;
  padding: 0.5rem;
  padding-top: 0.2rem;
  fill: #fff;
}

header {
  background-color: #ffc900;
}

.logo {
  margin-bottom: 2rem;
}
.logo img {
  max-width: 320px;
  background: #ffc900;
}

.hero {
  position: relative;
}
.hero .wayne-1 {
  display: block;
}
.hero .wayne-2 {
  display: none;
}
@media only screen and (max-width: 1599px) {
  .hero {
    border-bottom: 2px solid #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .hero .wayne-1 {
    display: none;
  }
  .hero .wayne-2 {
    display: block;
  }
}
.hero img {
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: auto;
}
@media only screen and (min-width: 1600px) {
  .hero img {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    border: 2px solid #fff;
    border-top: none;
  }
}
.hero h3 {
  position: absolute;
  color: #fff;
  top: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
}
.hero span {
  display: block;
}
.hero .front {
  z-index: 1;
}
.hero .back {
  -webkit-text-stroke: 16px #00264a;
}
@media only screen and (max-width: 1400px) {
  .hero h3 {
    font-size: 3rem;
  }
  .hero .back {
    -webkit-text-stroke: 12px #00264a;
  }
}
@media only screen and (max-width: 1000px) {
  .hero h3 {
    font-size: 2rem;
    top: 12px;
  }
  .hero .back {
    -webkit-text-stroke: 6px #00264a;
  }
}
@media only screen and (max-width: 600px) {
  .hero h3 {
    font-size: 1.8rem;
    top: 8px;
  }
  .hero .back {
    -webkit-text-stroke: 6px #00264a;
  }
}
@media only screen and (max-width: 500px) {
  .hero h3 {
    display: none;
  }
}

.intro {
  background: #ffc900;
  color: #fff;
}
.intro h1, .intro h2 {
  color: #00264a;
}

.intro2 {
  background: #00264a;
  color: #fff;
}
.intro2 p {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.intro2 svg {
  width: 2.7rem;
  padding: 0.5rem;
  padding-top: 0.2rem;
  fill: #ffc900;
}
@media only screen and (max-width: 760px) {
  .intro2 p {
    text-align: start;
    display: flex;
  }
}

.about {
  max-width: 960px;
  margin: auto;
  text-align: center;
}
.about h2 {
  text-align: center;
}

.services {
  background: #ffc900;
}
.services .container {
  max-width: 820px;
}
.services p {
  margin-bottom: 1rem;
}
.services svg {
  width: 2rem;
  padding: 0.2rem;
  padding-top: 0.2rem;
  fill: #00264a;
}

.contact {
  background-color: #00264a;
  color: #fff;
}
.contact .call {
  padding: 0.5rem;
}
.contact .call a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.2s;
}
.contact .call a:hover {
  color: #ffc900;
}
.contact .call a:hover svg {
  width: 2.7rem;
  padding: 0.5rem;
  padding-top: 0.2rem;
  fill: #ffc900;
}
.contact .call img {
  width: 2.7rem;
  padding: 0.5rem;
  padding-top: 0.2rem;
}
.contact .call span {
  font-weight: 500;
  color: #fff;
}
.contact .call svg {
  width: 2.7rem;
  padding: 0.5rem;
  padding-top: 0.2rem;
  fill: #fff;
}
.contact .form {
  max-width: 420px;
  margin: 2rem auto 2rem auto;
  position: relative;
}
.contact .form:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #00264a;
  width: 100px;
  height: 60px;
  content: "";
  display: block;
}

.family {
  border-radius: 50%;
  max-width: 280px;
  margin: auto;
  height: auto;
}

.pano {
  width: 100%;
  height: auto;
}

footer a.fb, footer a.in {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0.2rem;
  padding: 0.3rem;
  border-radius: 4px;
  display: inline-block;
  margin: auto;
}
footer a.fb img, footer a.in img {
  width: 2.8rem;
  height: 2.8rem;
  transition: all 0.2s;
}
footer a.fb:hover img, footer a.in:hover img {
  opacity: 0.8;
}
footer p {
  font-size: 0.7rem;
}/*# sourceMappingURL=styles.css.map */