body {
  font-family: "Assistant", sans-serif;
  overflow-x: hidden; }

h1 {
  font-size: 2em; }

.button {
  transition: 0.5s;
  background: #a04040;
  color: white;
  border: 2px solid white;
  border-radius: 3px;
  font-size: 1.2em;
  padding: 5px 15px;
  letter-spacing: 2px; }

.button:hover {
  cursor: pointer;
  background: #ce7373; }

.phantom-nav {
  height: 100px;
  width: 100%; }

/* header styles */
nav {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  justify-items: center;
  padding: 5px;
  background: #a04040;
  position: fixed;
  width: 100vw;
  z-index: 5; }

.nav-menu {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center; }
  .nav-menu .nav-menu-item {
    margin: 0 15px;
    letter-spacing: 2px;
    transition: 0.5s; }
  .nav-menu .header-nav-menu-item {
    color: black; }
  .nav-menu .nav-menu-item:hover {
    color: #6d3f3f; }
  .nav-menu .nav-logo {
    width: 120px; }

.nav-social-icons {
  display: flex;
  flex-direction: row; }

.social-icon {
  width: 20px;
  margin: 5px; }

.header-nav-menu {
  grid-column-start: 2; }

.burger {
  display: none; }

.burger > div {
  width: 25px;
  height: 3px;
  background: black;
  margin: 4px; }

header {
  position: relative;
  display: grid;
  grid-template-rows: 100px 1fr;
  width: 100%;
  height: 90vh;
  max-height: 900px;
  min-height: 600px; }

html,
body,
#gateVideo {
  overflow-x: hidden; }

.hero-section {
  grid-row-start: 2;
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center; }
  .hero-section .video-container {
    width: 100vw;
    height: 70vh;
    position: relative;
    overflow: hidden; }
  .hero-section #gateVideo {
    position: absolute;
    z-index: -1;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; }
  .hero-section .hero-info {
    grid-column-start: 2;
    display: grid;
    grid-template-rows: 20% 60% 20%;
    justify-content: space-between;
    margin-top: 15px;
    height: 40%;
    width: 20%;
    min-height: 475px;
    min-width: 300px;
    border-radius: 5px;
    background: #151720;
    opacity: 85%;
    padding: 20px;
    color: white; }
    .hero-section .hero-info h1 {
      text-align: center;
      font-size: 2em;
      font-weight: bold; }
    .hero-section .hero-info .hero-desc p {
      margin: 10px 0;
      font-size: 1.1em; }
  .hero-section a {
    align-self: center;
    justify-self: center; }

/* service tile styles */
#services-section {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-around;
  grid-gap: 20px; }

.service-tile {
  display: flex;
  flex-direction: row;
  justify-items: center;
  width: 480px; }

.service-tile-flipped {
  flex-direction: row-reverse; }
  .service-tile-flipped .service-img {
    border-radius: 0 5px 5px 0; }
  .service-tile-flipped .service-desc {
    border-radius: 5px 0 0 5px; }

.service-img {
  width: 240px;
  border-radius: 5px 0 0 5px; }

.service-desc {
  width: 240px;
  background-color: #f0f0f0;
  border-radius: 0 5px 5px 0;
  display: flex;
  padding: 15px;
  flex-direction: column;
  justify-content: space-between; }

.service-desc h3 {
  text-align: left;
  font-size: 1.5em;
  letter-spacing: 1px;
  text-shadow: 1px;
  color: #37408e; }

.service-desc p {
  font-size: 0.9em;
  padding-left: 25px;
  text-align: right; }

.service-desc a {
  align-self: center; }

/* info section styles */
.info-section-shell {
  width: 100%;
  background: #878996;
  position: relative; }

.rwb-decoration .line {
  content: "";
  display: inline-block;
  height: 4px;
  z-index: 2;
  position: absolute; }
.rwb-decoration .top-r-line {
  width: 40%;
  background: #a04040;
  top: 0;
  left: 0; }
.rwb-decoration .top-w-line {
  width: 30%;
  background: white;
  top: 4px;
  left: 0; }
.rwb-decoration .top-b-line {
  width: 20%;
  background: #37408e;
  top: 8px;
  left: 0; }
.rwb-decoration .bottom-r-line {
  width: 20%;
  background: #a04040;
  bottom: 8px;
  right: 0; }
.rwb-decoration .bottom-w-line {
  width: 30%;
  bottom: 4px;
  background: white;
  right: 0; }
.rwb-decoration .bottom-b-line {
  width: 40%;
  background: #37408e;
  bottom: 0;
  right: 0; }

.info-section {
  margin: 10px;
  padding: 75px 0 75px 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  justify-content: center;
  align-items: center; }
  .info-section .info-image {
    position: relative;
    max-width: 400px;
    padding-left: 20px; }
  .info-section .info-image-frame {
    content: "";
    width: 85%;
    height: 95%;
    border: 5px solid #37408e;
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: 1;
    border-radius: 5px; }
  .info-section img {
    width: 100%;
    position: relative;
    z-index: 2;
    box-shadow: 2px 2px 5px; }
  .info-section .info-text {
    max-width: 500px;
    margin-left: 20px;
    background: white;
    border-radius: 3px;
    padding: 25px; }
  .info-section h2 {
    color: #37383d;
    font-size: 2.5em;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 15px; }
  .info-section p {
    margin: 7px;
    padding: 0 15px 0 15px;
    color: #636363; }

.info-section .quote {
  position: relative;
  background: #a04040;
  color: white;
  font-size: 2em;
  width: 120%;
  margin: 10px 0;
  margin-left: -10%;
  padding: 0 30px 20px 30px;
  text-align: center;
  border: 2px solid white; }

.quotation-mark {
  position: relative;
  left: -10px;
  top: 10px;
  display: inline-block;
  margin-bottom: -20px;
  font-size: 2em; }

.info-section-flipped .info-image {
  justify-self: center; }
.info-section-flipped .info-image-frame {
  border-color: #a04040; }
.info-section-flipped img {
  border-left: none;
  border-top: none; }
.info-section-flipped .info-text {
  margin-left: 0;
  margin-right: 30px;
  background: #f0f0f0; }

.summary-tiles {
  background: #f0f0f0;
  max-width: 450px;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.summary-tile {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: white;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 1.3em;
  width: 100%; }
  .summary-tile img {
    width: 100px;
    box-shadow: none; }
  .summary-tile div {
    width: 50%; }
    .summary-tile div p {
      padding: 0; }

/* gallery styles */
.gallery-header {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  position: relative; }
  .gallery-header .gallery-banner-img {
    width: 100%;
    height: auto; }
  .gallery-header h1 {
    display: block;
    height: 110px;
    position: absolute;
    top: 40px;
    left: 70px;
    z-index: 2;
    color: white;
    font-size: 6em;
    letter-spacing: 4px; }

.gallery-section {
  background-color: #f0f0f0;
  padding: 20px 0;
  margin-bottom: 0;
  min-height: 85vh;
  width: 80%;
  max-width: 900px;
  margin: 0 auto; }

/* contact page styles */
.contact-section {
  max-width: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  row-gap: 40px;
  column-gap: 20px; }
  .contact-section h2 {
    grid-column-start: span 2;
    text-align: center;
    font-size: 1.6em; }

.contact-form-info {
  align-self: start; }
  .contact-form-info .contact-text {
    margin-bottom: 10px;
    font-size: 1.1em; }
  .contact-form-info a {
    text-decoration: underline;
    color: #37408e; }

.form-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #f0f0f0;
  width: 50%;
  max-width: 500px;
  min-width: 300px;
  padding: 30px; }
  .form-container label {
    display: block;
    margin-bottom: 3px; }
  .form-container .form-group {
    margin: 10px 0; }
  .form-container input {
    width: 100%;
    border: none; }
  .form-container textarea {
    width: 100%;
    border: none; }

.contact-form-messages {
  margin: 10px;
  margin-left: 20px;
  color: #a04040; }
  .contact-form-messages #messages {
    list-style-type: disc; }

/* call bubble styles */
#call-bubble > a > img {
  width: 35px;
  height: 35px;
  box-shadow: none; }

#call-bubble {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3; }

/* footer styles */
footer {
  background: #37383d;
  color: white;
  position: relative; }
  footer ul {
    display: flex;
    flex-direction: row; }
  footer small {
    font-size: 0.7em; }

.footer-contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin: 20px 10px; }
  .footer-contact-info p {
    margin: 3px; }

.footer-nav-menu {
  justify-content: center;
  padding-top: 20px; }
  .footer-nav-menu a {
    transition: 0.5s; }

.footer-nav-menu > li > a:hover {
  color: #8e8e8e; }

.footer-social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: start; }

/* animations */
@keyframes navLinkFade {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/* media queries */
@media (max-width: 1050px) {
  header .hero-section {
    grid-template-columns: 1fr; }
    header .hero-section .hero-info {
      grid-column-start: 1;
      align-self: center;
      justify-self: center; } }
@media (max-width: 1000px) {
  #services-section {
    grid-template-columns: auto; }

  .info-section {
    grid-template-columns: 1fr;
    justify-items: center; }
    .info-section .info-image {
      margin-bottom: 20px; }
    .info-section .info-text {
      margin-left: 0;
      max-width: 450px; } }
@media (max-width: 768px) {
  #call-bubble {
    display: block; } }
@media (max-width: 700px) {
  .mobile-logo {
    display: block;
    width: 120px;
    margin-left: 10px; }

  .header-nav-menu {
    position: fixed;
    right: 0px;
    top: 100px;
    height: 100vh;
    width: 30vh;
    background: #a04040;
    flex-direction: column;
    z-index: 10;
    transform: translateX(100%);
    transition: transform 0.5s ease-in; }
    .header-nav-menu .header-nav-menu-item {
      margin: 15% 0;
      margin-bottom: 20px;
      align-content: center;
      opacity: 0; }

  .nav-menu-logo {
    display: none; }

  .nav-social-icons {
    display: none; }

  .burger {
    display: block;
    grid-column-start: 3;
    align-self: center;
    cursor: pointer; }

  .gallery-section {
    width: 95%; }

  .gallery-header {
    width: 100%; }
    .gallery-header h1 {
      font-size: 4em; }

  .contact-section {
    grid-template-columns: 1fr;
    max-width: 450px; }
    .contact-section h2 {
      grid-column-start: span 1; } }
@media (max-width: 575px) {
  .service-tile {
    align-items: center;
    flex-direction: column;
    width: 300px; }
    .service-tile .service-img {
      border-radius: 5px 5px 0 0; }
    .service-tile .service-desc {
      height: 186px;
      border-radius: 0 0 5px 5px; }
      .service-tile .service-desc h3 {
        text-align: center; }
      .service-tile .service-desc p {
        text-align: center;
        width: 85%;
        top: 50px;
        padding-left: 0;
        margin: auto;
        left: 0;
        right: 0; }

  .info-section .info-text {
    padding: 15px 8px 15px 8px; }
  .info-section .info-img {
    width: 350px; } }
@media (max-width: 470px) {
  .gallery-thumb {
    width: 120px; }

  .gallery-header h1 {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; } }
.reveal {
  transform: translateX(0); }

/*# sourceMappingURL=styles.css.map */
