body, html {
  padding: 0;
}

/* --------------------------------------------- Colors */

.white {
  color: #fff;
}

.seafoam {
  color: #98c4c6;
}

.green {
  color: #1f5d5d;
}

.bg-blue {
  background-color: #98c4c6;
}

.bg-light-blue {
  background-color: #d3eff0;
}

.bg-grey {
  background-color: #fafaf7;
}

.bg-green {
  background-color: #1f5d5d;
}

.txt-black {
  color: #13312e;
}

/* --------------------------------------------- Fonts */

.baloo {
  font-family: "Baloo 2", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.quicksand {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.questrial {
  font-family: "Questrial", serif;
  font-weight: 400;
  font-style: normal;
}

/* --------------------------------------------- Navbar */

.jumbotron {
  height: 30px;
}

.jumbotron-text {
  font-size: 16px;
}

.social-link {
  color: #fff;
  transition: 0.2s ease-in-out;
}

.social-link:hover {
  color: #1f5d5d;
  transition: 0.2s ease-in-out;
}

nav {
  height: 65px;
}

.logo {
  height: 65px;
  padding-left: 12px;
}

.navbar-brand {
  padding-left: 12px;
  color: #1f5d5d;
  letter-spacing: 3px;
}

.navbar-brand:hover, .footer-link:hover {
  color: #98c4c6;
}

.studios {
  letter-spacing: 10px;
  padding-left: 2px;
}

.nav-link {
  color: #1f5d5d;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #1f5d5d;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.nav-btn {
  color: #13312e;
  text-decoration: none;
  background-color: #98c4c6;
  border-radius: 20px;
  transition: .3s ease-in-out;
}

.nav-btn:hover {
  color: #fff;
  background-color: #1f5d5d;
  transition: .3s ease-in-out;
}

.nav-active {
  color: #13312e;
}

.navbar-toggler {
  border: none;
  color: #1f5d5d;
}

.fa-bars:hover {
  color: #98c4c6;
}

.navbar-collapse {
  text-align: right;
  padding-right: 12px;
}

/* --------------------------------------------- Padding / Margin */

.mt-rem {
  margin-top: 1.5rem;
}
.mb-rem {
  margin-bottom: 1.5rem;
}
.pb-rem {
  padding-bottom: 1.5rem;
}
.pt-rem {
  padding-top: 1.5rem;
}

/* --------------------------------------------- Sub-Titles */

.big-text {
  font-size: 3em;
}

/* --------------------------------------------- Buttons */

button {
  position: relative;
  text-align: right;
  border: 0;
  text-decoration: none;
  background: transparent;
  padding: 0;
}

.button-margin {
  top: 112px;
}

button.learn-more {
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #98c4c6;
  border-radius: 1.625rem;
}

button.learn-more .circle-white {
  background-color: #fff;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #1f5d5d;
}

button.learn-more .circle .icon.button-arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.button-arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #1f5d5d;
  border-right: 0.125rem solid #1f5d5d;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.button-arrow {
  background: #1f5d5d;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #1f5d5d;
}

.more-about-width {
  width: 14.5rem;
}

.learn-more-width {
  width: 13rem;
}

.view-portfolio-width {
  width: 17.5rem;
}

.submit-width {
  width: 10rem;
}

.services-width {
  width: 19rem;
}

.consultation-width {
  width: 20.5rem;
}

/* --------------------------------------------------------------------------- Index */

.hero-bg {
  background: url("/media/hero_img.jpg") no-repeat center center;
  background-size: cover;
  border-top: 10px solid #98c4c6;
  border-bottom: 10px solid #98c4c6;
}

.title {
  font-size: 3em;
  letter-spacing: 3px;
  margin-top: 2rem;
}

.title-2 {
  margin-bottom: 2rem;
}

.tagline {
  font-size: 1.3em;
  margin-bottom: 2rem;
}

.text-link {
  color: #1f5d5d;
  transition: .2s ease-in-out;
}

.text-link:hover {
  color: #13312e;
}

.welcome-img-mobile, .about-img-mobile {
  height: 45vh;
  object-fit: cover;
  box-shadow: 2px 2px 5px #a1a1a1;
}

.welcome-img, .about-img {
  height: 45vh;
  object-fit: cover;
  box-shadow: 2px 2px 5px #a1a1a1;
}

/* --------------------------------------------------------------------------- Cards */

.card-index {
  background-color: #fafaf7;
  border-radius: 0.375rem;
  box-shadow: 0px 2px 5px #a1a1a1;
  transition: .3s ease-in-out;
}

.card-index p, .card-services p, .card-services ul, .card-contact p {
  font-size: 0.9rem;
}

.card-btn {
  background-color: #98c4c6;
  border-radius: 20px;
  color: #13312e;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  align-self: flex-end;
}

.card-btn:hover, .card-btn-2:hover {
  background-color: #1f5d5d;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.card-btn-2 {
  background-color: #fafaf7;
  border-radius: 20px;
  color: #13312e;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.card-services, .card-contact {
  border-radius: 0.375rem;
  box-shadow: 0px 2px 5px #a1a1a1;
  transition: .3s ease-in-out;
}

.card-services:hover, .card-index:hover {
  box-shadow: 2px 19px 25px #a1a1a1;
}

.service-icon-container-blue, .service-icon-container-white, .service-icon-container-light-blue {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin-left: 2rem;
  position: relative;
  top: 2rem;
}

.service-icon-container-blue {
  background-color: #98c4c6;
}

.service-icon-container-white {
  background-color: #fff;
}

.service-icon-container-light-blue {
  background-color: #d3eff0;
}

.service-icon {
  height: 70px;
  margin-left: .95rem;
  margin-top: 1rem;
}

.service-icon-2 {
  height: 70px;
  margin-left: .95rem;
  margin-top: .6rem;
}

.service-icon-3 {
  height: 70px;
  margin-left: .95rem;
  margin-top: .75rem;
}

.service-icon-4 {
  height: 65px;
  margin-left: 1.1rem;
  margin-top: 1.1rem;
}

.service-icon-5 {
  height: 70px;
  margin-left: .85rem;
  margin-top: .95rem;
}

.service-icon-6 {
  height: 70px;
  margin-left: .7rem;
  margin-top: .95rem;
}

.service-text-container {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 3rem;
  position: relative;
  top: 3rem;
}

.package-text-container {
  margin: 2rem;
}

.software-icon-container {
  height: 150px;
  width: 150px;
  border-radius: 75px;
  background-color: #fff;
}

.software-icon {
  height: 110px;
  margin-left: 20px;
  margin-top: 20px;
}

/* --------------------------------------------- Services */

.card {
  border: 1px solid #1f5d5d;
  border-radius: 0.375rem;
  transition: .3s ease-in-out;
  flex-grow: 1;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 2px 2px 5px #a1a1a1;
}

/* --------------------------------------------- Portfolio */

.thumbnail-container {
  overflow: hidden;
}

.thumbnail-container img {
  transition: transform .4s;
}

.thumbnail-container:hover img {
  transform: scale(1.2);
}

.mockup {
  box-shadow: 6px 6px 12px #9c9c9c;
}

/* --------------------------------------------- Contact */

.form-control {
  border-radius: 20px;
  padding: .5rem 1rem;
  border: none;
  background-color: #d3eff0;
  transition: .3s ease-in-out;
}

.form-control:focus {
  background-color: #98c4c6;
  box-shadow: none;
}

textarea {
  width: 100%;
  padding: 5px;
}

.contact-link {
  color: #1f5d5d;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.contact-link:hover {
  color: #fff;
}

#map {
  height: 240px;
}

/* --------------------------------------------- Contact Footer */

.contact-bg {
  background: url("/media/footer_img.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 112px;
}

/* --------------------------------------------- Footer */

.footer-logo {
  color: #fff;
  text-decoration: none;
}

.footer-logo:hover {
  color: #98c4c6;
}

.footer-link {
  text-decoration: none;
  color: #ffffff;
}

.contact-btn {
  background-color: #fff;
  color: #1f5d5d;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.contact-btn:hover {
  background-color: #98c4c6;
}

/* --------------------------------------------- Media Queries */

@media (min-width: 576px) {
  .welcome-img-mobile {
    object-position: 50% 65%;
  }
  .mt-rem {
    margin-top: 3rem;
  }
  .mb-rem {
    margin-bottom: 3rem;
  }
  .pb-rem {
    padding-bottom: 3rem;
  }
  .pt-rem {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) {
  nav {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .first-row-contact {
    margin-top: 5rem;
  }
  .title {
    margin-top: 5rem;
  }
  .tagline {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .logo {
    padding-left: 140px;
  }
  .navbar-nav {
    padding-right: 140px;
  }
  .mt-rem {
    margin-top: 5rem;
  }
  .mb-rem {
    margin-bottom: 5rem;
  }
  .pb-rem {
    padding-bottom: 5rem;
  }
  .pt-rem {
    padding-top: 5rem;
  }
}

@media (min-width: 1400px) {
  .ps-rem {
    padding-left: 9rem;
  }
  .title {
    margin-top: 6rem;
  }
  .tagline {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1650px) {
  .about-img {
    height: 40vh;
    object-fit: cover;
  }
}

@media screen and (min-width: 1800px) {
  .padding-widescreen {
      padding-left: 5%;
      padding-right: 5%;
  }
}

@media (min-width: 2000px) {
  .title {
    margin-top: 12rem;
  }
  .tagline {
    margin-bottom: 12rem;
  }
  .padding-widescreen {
    padding-left: 15%;
    padding-right: 15%;
}
}

@media (min-width: 0px) and (max-width: 767px) {
  .m-sm-hidden {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .p-sm-hidden {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .m-lg-hidden {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .p-lg-hidden {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}