/* Global reset */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  scroll-behavior: smooth;
}

/* Custom Colors */
body {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: auto;
  border-left: 20px solid linear-gradient(45deg, #95B9F3 #FEBBBA);
}

.top-content {
  background: #95B9F3;
  padding: 1.5rem;
  font-weight: bold;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.top-content p {
  text-align: center;
}

.top-content p a {
  text-decoration: none;
  color: #fff;
}

.top-content p a:hover {
  color: #FEBBBA;
}

header {
  background: url(../Resources/Images/showcase-img.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  z-index: 9999;
}

header .top-nav {
  margin-top: 4rem;
  background: #fff;
  height: 100px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.32);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.32);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  padding: 0 8rem;
  top: 0;
  left: 0;
  z-index: 99999;
}

header .top-nav .logo {
  width: 180px;
  height: auto;
}

header .top-nav nav .menu .list-item {
  display: inline-block;
  padding: 10px;
}

header .top-nav nav .menu .list-item .item {
  text-decoration: none;
  color: #95B9F3;
  font-weight: bold;
  font-size: 1.2rem;
}

header .top-nav nav .menu .list-item .item:hover {
  color: #FEBBBA;
}

main {
  margin-top: 5rem;
  padding: 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

main .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .content h2 {
  color: #95B9F3;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.1;
}

main .content p {
  font-weight: normal;
  font-size: 1.5rem;
}

main .video-showcase {
  width: 680px;
  height: auto;
  border: 4px solid #95B9F3;
}

.form {
  margin-top: 5rem;
  padding: 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.form .content {
  width: 40%;
  height: auto;
  text-align: right;
}

.form .content input, .form .content textarea {
  display: block;
  width: 100%;
  resize: none;
}

.form .content input, .form .content textarea {
  padding: 10px;
  margin-bottom: 1rem;
  border: none;
  border: 1px solid #95B9F3;
}

.form .content textarea {
  height: 120px;
}

.form .content .submit {
  background: #95B9F3;
  padding: 8px 16px;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.form .content .submit:hover {
  background: #FEBBBA;
}

.bottom-content {
  text-align: center;
  margin-top: 5rem;
}

footer {
  background: #95B9F3;
  padding: 2rem;
  font-weight: bold;
}

footer p {
  text-align: center;
}

footer p a {
  text-decoration: none;
  color: #fff;
}

footer p a:hover {
  color: #FEBBBA;
}

.main-heading {
  text-align: center;
  margin-top: 10rem;
  -webkit-text-stroke-color: #FEBBBA;
  -webkit-text-stroke-width: 1px;
  font-size: 4rem;
  color: transparent;
}

/* Breakpoints */
@media (max-width: 1410px) {
  main, .form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .video-showcase, .form .video-showcase {
    width: 100%;
    margin-top: 4rem;
  }
  main .content h2, .form .content h2 {
    font-size: 2.5rem;
  }
  form .content {
    width: 80% !important;
    text-align: right;
  }
  form .content input, form .content textarea {
    width: 100% !important;
  }
  form .maps {
    width: 100%;
    margin-top: 4rem;
  }
  form .maps iframe {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 768px) {
  main, .form {
    padding: 0 1rem;
  }
  form .content {
    width: 100% !important;
    text-align: right;
  }
  form .content input, form .content textarea {
    width: 100% !important;
  }
  form .maps {
    width: 100%;
    margin-top: 4rem;
  }
  form .maps iframe {
    width: 100%;
    height: 500px;
  }
  header .logo {
    width: 150px !important;
  }
  header .top-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 125px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */