body {
  font-family: roboto, sans-serif !important;
  max-width: 100vw;
  overflow-x: hidden

}

.navbar-brand {
  color: black;
  font-size: 30px;
}

.navbar-brand:hover {
  color: black;
}

.navbar p {
  font-size: 24px;
  margin-bottom: 0;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  color: black;
}


.navbar-brand-logo {
  height: 50px;
  padding-right: 10px;
  margin-top: -8px;
}

.fullheight {
  min-height: 100vh;
}

.section {
  padding: 10px 50px;
  border-top: 1px solid #24265B;
}

.hero-wrap {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 105%;
  min-height: 500px;
  height: 50vh;
  color: black;
  transition: background-color 0.9s ease;
}

.wrap-left {
  background-position: -5vw;
}

.section-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: cover;
}

#app {
  background-image: url('../images/appdev.svg');
}

#web {
  background-image: url('../images/webdev.svg');
}

#marketing {
  background-image: url('../images/marketingdev.svg');
}

.appdevicon {
  background-image: url("../images/appdevicon.svg");
}

.webdevicon {
  background-image: url("../images/webdevicon.svg");

}

.marketingdevicon {
  background-image: url("../images/marketingdevicon.svg");
}

.header-content {
  margin-top: 15vh;
  margin-left: 5vw;
}

.header-content-title {
  text-align: right;
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  display: none;
}

.header-content h1 {
  font-size: 3.2rem;
  /* font-weight: lighter; */
  text-transform: uppercase;
  mix-blend-mode: hard-light;
}

.header-content p {
  font-size: 22px;
  mix-blend-mode: hard-light;
}

.wrap-left .header-content {
  float: right;
  margin-left: 0;
  margin-right: 5vw;
  text-align: right;
}


.hero-wrap:hover {
  background-color: black;
  /* background-color: black; */
  color: white !important;
  cursor: pointer;
}

.hero-wrap:hover p {
  color: white !important;
}

.hero-wrap:hover .appdevicon {
  background-image: url("../images/appdeviconwhite.svg");
}


.hero-wrap:hover .webdevicon {
  background-image: url("../images/webdeviconwhite.svg");
}


.hero-wrap:hover .marketingdevicon {
  background-image: url("../images/marketingdeviconwhite.svg");
}


.btn-primary {
  padding: 20px 40px;
  font-size: 18px;
  background-color: black;
  border: none;
  border-radius: 10px;
}


.btn-secondary {
  padding: 20px 40px;
  font-size: 18px;
  background-color: black;
  border: none;
  border-radius: 40px;
}

.btn-secondary:hover {
  background-color: white;
  color: black;
}

.btn-secondary:visited {
  background-color: white;
  color: black;
}

.btn-secondary:active {
  background-color: white;
  color: black;
}

.header-content .buttons {
  margin-top: 50px;
  margin-left: 5vw;
}

.buttons .btn {
  margin: 0 20px;
}


#templates .header-content {
  margin-top: 5vh;
}

.template-link:hover {
  text-decoration: none;
  color: #ED345A;
}

.template-img {
  width: 100%;
}

.template-desc {
  text-align: center;
}

.template-desc:hover {
  color: inherit;
}


#customize .btn {
  margin-top: 30px;
}

textarea {
  width: 100%;
}

.modal {
  padding-left: 8.5px;
  padding-right: 8.5px;
  color: black;
  max-width: 100vw;
}

.modal-dialog {
  max-width: 100% !important;
}

.modal-body {
  height: 95vh;
  padding: 40px;
}

.modal-container .header-content {
  margin-top: 0;
}

.modal-container {
  height: 90%;
  max-width: 100%;
  margin-top: 5vh !important;
  margin: 0;
}

.modal-container div {
  height: 100%;
}

#customize {
  height: auto;
  /* margin-top: 40% */
}

.modal img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  margin: 30px 0;
}

.modal h3 {
  text-align: center;
  margin-bottom: 30px;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
}

.close-modal button {
  font-size: 20px;
  padding: 20px;
}

#details {
  padding: 20px;
  font-size: 20px;
}

#break {
  display: none;
}

footer {
  text-align: right;
  padding: 10px;
}

footer p {
  color: black;
  margin: 0;
}

footer a {
  color: black;
}

footer a:hover {
  text-decoration: none;
  color: black;
}

#received_request {
  display: none;
}

#received_text {
  text-align: center;
  font-size: 1.2rem;
}

object {
  width: 100%;
  height: 100vh;
}

@media (max-width: 981px) {
  .header-content {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .wrap-left .header-content {
    float: none;
    text-align: center;
  }

  .header-content h1 {
    padding-top: 30vh;
    font-size: 2rem;
  }

    #single-line-break {
      display: none;
    }

    #break {
      display: block;
      font-size: 1px;
    }

  object p {
    text-align: center;
  }

  .cookieinfo {
    padding: 10px !important;
    width: 100vw !important;
  }

  .cookieinfo span {
    text-align: left !important;
  }

  .navbar-brand-logo {
    height: 25px;
  }
  .navbar-brand {
      font-size: 20px;
  }

  .navbar p {
    font-size: 16px;

  }

  .hero-wrap {
    min-height: auto;
    background-size: cover;
    padding: 0 !important;
  }

  #marketing {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4)), url("../images/marketingdev.svg");
    background-position: 40%;
    background-size: cover;
    background-repeat: no-repeat;
}

  #app {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4)), url("../images/appdev.svg");
    background-position: 70%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #web {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4)), url("../images/webdev.svg");
    background-position: 40%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .wrap-left .header-content {
      float:none;
      margin: 0;
  }

  .hero-wrap .header-content {
    /* margin: 0 !important; */
    text-align: center !important;
    /* background-color: rgba(36,38,91,0.8); */
    /* background-color: rgba(0,0,0,0.6); */
    height: 100%;
    color: white;
    /* padding-top: 17vh; */
    padding-top: 22vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-content h1 {
    font-size: 1.5rem;
    padding-top: 0;
  }

  .header-content p {
    font-size: 1rem;
  }

  .appdevicon {
    background-image: url("../images/appdeviconwhite.svg");
  }


  .webdevicon {
    background-image: url("../images/webdeviconwhite.svg");
  }


  .marketingdevicon {
    background-image: url("../images/marketingdeviconwhite.svg");
  }

  .modal-body {
    height: auto;
  }

  #title {
    font-size: 1.5rem;
  }

  #subtitle {
    font-size: 1.2rem;
  }

  #details {
    font-size: 1rem;
  }

  .close-modal {
    top: 2px;
    right:10px;
  }

  .modal-body {
    padding: 20px;
  }

  .modal h3 {
    font-size: 1.5rem;
  }

  .modal img {
      max-height: 270px;
  }
}


@media (max-width: 320px) {
  .hero-wrap .header-content {
    padding-top: 15vh;
  }
}
