@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500&family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&family=Frank+Ruhl+Libre:wght@500&family=Montserrat&family=Poppins:wght@200;300;400;500&display=swap");
@font-face {
  font-family: "TrumpGothicEast";
  src: url("/fonts/TrumpGothicEast/TrumpGothicEast.woff") format("woff");
}

@font-face {
  font-family: "Delirium";
  src: url("/fonts/Delirium/DeliriumNCV.woff") format("woff");
}

@font-face {
  font-family: "Omega";
  src: url("/fonts/OmegaSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "Rodchenko";
  src: url("/fonts/rodchenko-bold.woff") format("woff");
}

@font-face {
  font-family: "Cervanttis";
  src: url("/fonts/Cervanttis.ttf") format("truetype");
}

/* @font-face
{
    font-family: "Maison Neue";
    src: url("/fonts/MaisonNeueBook.woff") format("woff");
} */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pc-only {
  display: inline-block;
}

#pc-tablet-only {
  display: inline-block;
}

#mobile-only {
  display: none;
}

#tablet-only {
  display: none;
}

#phone-only {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html body {
  font-family: "Quicksand", sans-serif;
  position: relative;
}

html body ::-moz-selection {
  background-color: #ef0d33;
  color: #fff;
}

html body ::selection {
  background-color: #ef0d33;
  color: #fff;
}

html body a {
  text-decoration: none !important;
}

html body main h1 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 6rem;
  letter-spacing: 5px;
}

html body main h2 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 4.8rem;
}

html body main h3 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 3rem;
}

html body main h4 {
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 1.8rem;
}

html body main .delirium {
  font-family: 'Delirium';
}

html body main .serif {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
}

html body main .button, html body main #button {
  display: block;
  font-family: 'Khand', sans-serif;
  font-size: 1.15rem;
  color: #fff;
  background-color: #ef0d33;
  padding: 1rem;
  width: 9.5rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*&:hover
    {
        border-color: $white;
    }*/
}

html body main .button:before, html body main #button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(108deg, #ef0d33, #931E23);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .button:hover::before, html body main #button:hover::before {
  opacity: 1;
}

html body main .cta {
  background-color: #ef0d33;
  color: #fff;
  text-align: center;
  padding: 9.625rem 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

html body main .cta .container {
  margin: 0 auto;
}

html body main .cta .container .serif {
  margin-bottom: 2rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
}

html body main .cta .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(108deg, #ef0d33, #931E23);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .cta .container:hover:before {
  opacity: 1;
}

html body main .portfolio .portfolio-cta {
  background-image: url(/img/keyboard-dark.webp);
  text-align: center;
  cursor: pointer;
}

html body main .portfolio .portfolio-cta .container {
  margin: auto;
  height: 100%;
  padding: 9.625rem 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

html body main .portfolio .portfolio-cta .container .serif {
  margin-bottom: 2rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
}

html body main .portfolio .portfolio-cta .container .serif, html body main .portfolio .portfolio-cta .container h2 {
  color: #fff;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  background: linear-gradient(108deg, #ef0d33, #931E23);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body main .portfolio:hover .portfolio-cta .container {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-color: transparent;
}

html body main #hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html body main #hero .skew-container {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  width: 43%;
  margin: auto;
  padding: 10rem 0 6.8rem 0;
  position: relative;
}

html body main #hero .skew-container .slash {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #101518;
  opacity: .7;
}

html body main #hero .skew-container .container {
  color: #fff;
  text-align: center;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
}

html body main #hero .skew-container .container .hero-text {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  padding: 2.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body main #hero .skew-container .container .hero-text h1 {
  font-size: 6rem;
}

html body .cookies {
  position: fixed;
  background: linear-gradient(108deg, #515151, #101518);
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #fff;
  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;
  padding: .5rem;
  color: #fff;
  z-index: 2;
}

html body .cookies a {
  color: #fff;
  text-decoration: underline !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body .cookies a:hover {
  color: #ef0d33;
}

html body .cookies p, html body .cookies a, html body .cookies button {
  margin-right: 1rem;
}

@media (max-width: 700px) {
  html body .cookies p, html body .cookies a, html body .cookies button {
    font-size: .8rem;
  }
}

html body .cookies a:hover {
  color: #ef0d33;
}

html body .cookies button {
  background: #ef0d33;
  color: #fff;
  border: none;
  padding: .5rem 1.5rem;
  font-family: 'Khand', sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body .cookies button:hover {
  background: linear-gradient(108deg, #ef0d33, #931E23);
}

@media (max-width: 700px) {
  html body .cookies button {
    font-size: .8rem;
  }
}

html body .cookies .close-cookies {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body .cookies .close-cookies:hover {
  color: #ef0d33;
}

html body .hidden {
  display: none;
}

@media (max-width: 1600px) {
  html body main #hero .skew-container {
    width: 49%;
  }
}

@media (max-width: 1200px) {
  #pc-only {
    display: none;
  }
  #mobile-only {
    display: inline-block;
  }
  #tablet-only {
    display: block;
  }
  html body main h1 {
    font-size: 5rem;
  }
  html body main .cta {
    padding: 7rem 0;
    background-image: linear-gradient(108deg, #ef0d33, #931E23);
  }
  html body main #hero .skew-container {
    width: 62%;
  }
}

@media (max-width: 700px) {
  #pc-tablet-only {
    display: none !important;
  }
  #tablet-only {
    display: none;
  }
  #phone-only {
    display: inline-block;
  }
  html body main h1 {
    font-size: 3.5rem;
  }
  html body main h2 {
    font-size: 2.5rem;
  }
  html body main h3 {
    font-size: 2rem;
  }
  html body main h4 {
    font-size: 1.4rem;
  }
  html body main .serif {
    font-size: 1.2rem;
  }
  html body main p {
    font-size: .875rem;
  }
  html body main .cta .container {
    width: 91%;
  }
  html body main .cta .container .serif {
    font-size: 1.2rem;
  }
  html body main #hero .skew-container {
    width: 90%;
    padding: 8rem 0 5rem 0;
    -webkit-transform: none;
            transform: none;
  }
  html body main #hero .skew-container .slash {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
  html body main #hero .skew-container .container {
    border: none;
  }
  html body main #hero .skew-container .container .hero-text {
    -webkit-transform: none;
            transform: none;
  }
  html body main #hero .skew-container .container .hero-text h1 {
    font-size: 4rem;
  }
}

html body header {
  width: 100%;
  color: #fff;
  position: fixed;
  z-index: 3;
  font-family: 'Khand', sans-serif;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: auto;
  padding: 2.5rem 0;
}

html body header .container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body header .container a .logo {
  height: 26px;
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body header .container a .logo:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

html body header .container div {
  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: 11rem;
  /* #inactive
                    {
                        color: $smoke;
                    } turning this off because smoke color makes inactive option invisible on certain backgrounds */
}

html body header .container div p {
  visibility: hidden;
}

html body header .container div #active {
  color: #ef0d33;
  cursor: pointer;
}

html body header .container div #menu {
  width: 2.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body header .container div #menu:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

html body footer {
  background-color: #101518;
  padding-top: 6.75rem;
  padding-bottom: 2.7rem;
  font-family: 'Khand', sans-serif;
  font-size: 1.3rem;
}

html body footer .icon-container {
  width: 14%;
  margin: auto;
  margin-bottom: 2.4rem;
  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;
}

html body footer .icon-container a {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #515151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body footer .icon-container a:hover {
  background-color: #ef0d33;
}

html body footer .container {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

html body footer .container a, html body footer .container p {
  color: #515151;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
}

html body footer .container a:hover, html body footer .container p:hover {
  color: #ef0d33;
}

@media (max-width: 1200px) {
  html body header .container div {
    width: auto;
  }
  html body footer {
    padding-top: 5rem;
  }
  html body footer .icon-container {
    width: 20%;
  }
  html body footer .container {
    width: 40%;
  }
  html body #full-menu .pages .language-selector {
    visibility: hidden;
  }
}

@media (max-width: 700px) {
  html body header .container {
    width: 95%;
    padding: 1.875rem 0;
  }
  html body header .container .logo {
    height: 1.5rem;
  }
  html body header .container div #menu {
    width: 1.875rem;
  }
  html body footer .icon-container {
    width: 45%;
  }
  html body footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    text-align: center;
  }
  html body footer .container a {
    margin-bottom: 1rem;
  }
}

html body #full-menu {
  height: 100vh;
  width: 100%;
  background: linear-gradient(108deg, #515151, #101518);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -4;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body #full-menu #page-number {
  font-family: 'Delirium';
  font-size: 28rem;
  position: relative;
  color: #101518;
}

html body #full-menu .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}

html body #full-menu .pages .left, html body #full-menu .pages .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body #full-menu .pages .left a, html body #full-menu .pages .right a {
  display: block;
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  font-size: 6rem;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  background: linear-gradient(108deg, #ef0d33, #931E23);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body #full-menu .pages .left a:hover, html body #full-menu .pages .right a:hover {
  color: transparent;
}

html body #full-menu .pages .left .active, html body #full-menu .pages .right .active {
  color: transparent;
}

html body #full-menu #close {
  position: absolute;
  top: 2.5rem;
  right: 10rem;
  font-size: 2rem;
  color: #ef0d33;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body #full-menu #close:hover {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

@media (max-width: 1600px) {
  html body #full-menu #page-number {
    font-size: 20rem;
  }
  html body #full-menu .pages {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  html body #full-menu #page-number {
    font-size: 18.75rem;
  }
  html body #full-menu .pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body #full-menu .pages .language-selector {
    color: #fff;
    margin-bottom: 3rem;
  }
  html body #full-menu .pages .language-selector #active {
    color: #ef0d33;
    cursor: pointer;
  }
  html body #full-menu .pages .left a, html body #full-menu .pages .right a {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
  html body #full-menu #close {
    top: 1.875rem;
    right: 1.5rem;
  }
}

@media (max-width: 700px) {
  html body #full-menu #page-number {
    display: none;
  }
  html body #full-menu .pages .left a, html body #full-menu .pages .right a {
    font-size: 2.8rem;
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 375px) {
  html body #full-menu #page-number {
    font-size: 16rem;
  }
  html body #full-menu .pages {
    top: 2rem;
  }
  html body #full-menu .pages .language-selector {
    margin-bottom: 2rem;
  }
  html body #full-menu .pages .left a, html body #full-menu .pages .right a {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

html body main .hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#3E3F3F), color-stop(60%, #101518));
  background: linear-gradient(#3E3F3F, #101518 60%);
}

html body main .hero .skew-container {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  width: 40%;
  margin: auto;
  padding: 10rem 0 6.8rem 0;
  position: relative;
}

html body main .hero .skew-container .slash {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #101518;
}

html body main .hero .skew-container .container {
  color: #fff;
  text-align: center;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
}

html body main .hero .skew-container .container .hero-text {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  padding: 2rem 0;
}

html body main .hero .skew-container .container .hero-text h1 {
  font-size: 5rem;
  margin-bottom: 2.2rem;
}

html body main .hero .skew-container .container .hero-text p {
  font-family: 'Khand', sans-serif;
  font-size: 1.6rem;
}

html body main .contact {
  padding-bottom: 4.5rem;
  background-color: #101518;
  position: relative;
  /*                 .projects-and-internships
                {
                    display: flex;
                    width: 40%;
                    justify-content: space-around;
                    text-align: center;
                    margin: 0 auto 6.625rem auto;

                    h4
                    {
                        @include serif;
                        color: $smoke;
                        cursor: pointer;
                        transition: $slow-in-out;
                    }

                    .active
                    {
                        color: $red;
                    }
                } */
}

html body main .contact #section-number {
  font-family: 'Delirium';
  font-size: 28rem;
  position: absolute;
  color: #000;
  opacity: .6;
}

html body main .contact .container {
  width: 40%;
  margin: auto;
  position: relative;
  /*                     #internships
                    {
                        opacity: 0;
                        z-index: -1;
                        display: none;
                    } */
  /*                     displaying something as none disables that element form being transitioned smoothly
                    that could be solved with using opacity and zIndex, but it leaves a big margin gap
                    on internships tab, because the projects tab is still being rendered but not displayed */
}

html body main .contact .container #projects, html body main .contact .container #internships {
  /* transition: $slow-in-out; */
  /*                         .resume-upload
                        {
                            display: block;
                            width: 100%;
                            height: 4.125rem;
                            border: 1px dashed $smoke;
                            color: $inactive;
                            font-size: .875rem;
                            padding: 1rem;

                            input[type="file"]
                            {
                                display: none;
                            }
                        } */
}

html body main .contact .container #projects .info, html body main .contact .container #projects .services, html body main .contact .container #projects .budget, html body main .contact .container #projects .deadline, html body main .contact .container #internships .info, html body main .contact .container #internships .services, html body main .contact .container #internships .budget, html body main .contact .container #internships .deadline {
  margin-bottom: 4.5rem;
}

html body main .contact .container #projects .info h3, html body main .contact .container #projects .services h3, html body main .contact .container #projects .budget h3, html body main .contact .container #projects .deadline h3, html body main .contact .container #internships .info h3, html body main .contact .container #internships .services h3, html body main .contact .container #internships .budget h3, html body main .contact .container #internships .deadline h3 {
  margin-bottom: 2rem;
}

html body main .contact .container #projects .info input, html body main .contact .container #internships .info input {
  display: block;
  width: 100%;
  background-color: transparent;
  margin-bottom: 1.25rem;
  border: none;
  border-bottom: 1px solid #515151;
  color: #fff;
  line-height: 1.75rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body main .contact .container #projects .info input:focus, html body main .contact .container #internships .info input:focus {
  outline: none;
  border-color: #ef0d33;
}

html body main .contact .container #projects .info .input-error, html body main .contact .container #internships .info .input-error {
  color: #ef0d33;
}

html body main .contact .container #projects .services input, html body main .contact .container #internships .services input {
  background-color: transparent;
  margin-bottom: 1.25rem;
  margin-right: .875rem;
  border: 1px solid #fff;
  accent-color: #ef0d33;
}

html body main .contact .container #projects .services label, html body main .contact .container #internships .services label {
  color: #fff;
}

html body main .contact .container #projects .budget input[type='checkbox'], html body main .contact .container #projects .deadline input[type='checkbox'], html body main .contact .container #internships .budget input[type='checkbox'], html body main .contact .container #internships .deadline input[type='checkbox'] {
  margin-right: .875rem;
  accent-color: #ef0d33;
}

html body main .contact .container #projects .budget .slider, html body main .contact .container #projects .deadline .slider, html body main .contact .container #internships .budget .slider, html body main .contact .container #internships .deadline .slider {
  width: 100%;
  margin-bottom: 1.25rem;
  /* background: transparent; */
  cursor: pointer;
  accent-color: #ef0d33;
  /*                                 &::-moz-range-track
                                {
                                    background: $white;
                                }

                                &::-moz-range-progress
                                {
                                    background: $red;
                                }

                                &::-webkit-slider-runnable-track
                                {
                                    background: $red;
                                    height: 4px;
                                }

                                &::-webkit-slider-thumb
                                {
                                    margin-top: -5px;
                                } */
}

html body main .contact .container #projects .budget .budget-list, html body main .contact .container #projects .budget .deadline-list, html body main .contact .container #projects .deadline .budget-list, html body main .contact .container #projects .deadline .deadline-list, html body main .contact .container #internships .budget .budget-list, html body main .contact .container #internships .budget .deadline-list, html body main .contact .container #internships .deadline .budget-list, html body main .contact .container #internships .deadline .deadline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #fff;
  margin-bottom: 3.125rem;
  font-size: 1rem;
}

html body main .contact .container #projects .budget .budget-list .fivek, html body main .contact .container #projects .budget .deadline-list .fivek, html body main .contact .container #projects .deadline .budget-list .fivek, html body main .contact .container #projects .deadline .deadline-list .fivek, html body main .contact .container #internships .budget .budget-list .fivek, html body main .contact .container #internships .budget .deadline-list .fivek, html body main .contact .container #internships .deadline .budget-list .fivek, html body main .contact .container #internships .deadline .deadline-list .fivek {
  margin-left: .5rem;
}

html body main .contact .container #projects .budget .budget-list .tenk, html body main .contact .container #projects .budget .deadline-list .tenk, html body main .contact .container #projects .deadline .budget-list .tenk, html body main .contact .container #projects .deadline .deadline-list .tenk, html body main .contact .container #internships .budget .budget-list .tenk, html body main .contact .container #internships .budget .deadline-list .tenk, html body main .contact .container #internships .deadline .budget-list .tenk, html body main .contact .container #internships .deadline .deadline-list .tenk {
  margin-left: 1.6rem;
}

html body main .contact .container #projects .budget .budget-list .twentyk, html body main .contact .container #projects .budget .deadline-list .twentyk, html body main .contact .container #projects .deadline .budget-list .twentyk, html body main .contact .container #projects .deadline .deadline-list .twentyk, html body main .contact .container #internships .budget .budget-list .twentyk, html body main .contact .container #internships .budget .deadline-list .twentyk, html body main .contact .container #internships .deadline .budget-list .twentyk, html body main .contact .container #internships .deadline .deadline-list .twentyk {
  margin-left: 1rem;
}

html body main .contact .container #projects .budget .budget-list .threem, html body main .contact .container #projects .budget .deadline-list .threem, html body main .contact .container #projects .deadline .budget-list .threem, html body main .contact .container #projects .deadline .deadline-list .threem, html body main .contact .container #internships .budget .budget-list .threem, html body main .contact .container #internships .budget .deadline-list .threem, html body main .contact .container #internships .deadline .budget-list .threem, html body main .contact .container #internships .deadline .deadline-list .threem {
  margin-left: -1rem;
}

html body main .contact .container #projects .budget label, html body main .contact .container #projects .deadline label, html body main .contact .container #internships .budget label, html body main .contact .container #internships .deadline label {
  color: #fff;
}

html body main .contact .container #projects .message, html body main .contact .container #internships .message {
  margin-bottom: .625rem;
}

html body main .contact .container #projects .message h3, html body main .contact .container #internships .message h3 {
  margin-bottom: 2rem;
}

html body main .contact .container #projects .message textarea, html body main .contact .container #internships .message textarea {
  width: 100%;
  padding: 1rem;
  resize: none;
  background-color: transparent;
  color: #fff;
  border: 1px solid #515151;
  font-family: "MarkPro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html body main .contact .container #projects .message textarea:focus, html body main .contact .container #internships .message textarea:focus {
  outline: none;
  border-color: #ef0d33;
}

html body main .contact .container #projects .button, html body main .contact .container #internships .button {
  margin: 5.125rem auto 0 auto;
  border: none;
  cursor: pointer;
  z-index: 0 !important;
}

html #success-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: linear-gradient(108deg, #515151, #101518);
  font-family: "TrumpGothicEast", sans-serif;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html #success-modal h1 {
  font-size: 6rem;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}

html #success-modal h2 {
  font-size: 4.8rem;
  margin-bottom: 2rem;
}

html #success-modal h3 {
  font-size: 3rem;
  color: #ef0d33;
  cursor: pointer;
}

html #success-modal h3:hover {
  border-bottom: 1px solid #ef0d33;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html .visible-modal {
  top: 0;
}

@media (max-width: 1600px) {
  html body main .contact #section-number {
    font-size: 20rem;
    line-height: 22rem;
  }
}

@media (max-width: 1200px) {
  html body main .hero .skew-container {
    width: 60%;
  }
  html body main .contact .projects-and-internships {
    width: 60%;
  }
  html body main .contact #section-number {
    display: none;
  }
  html body main .contact .container {
    width: 60%;
  }
}

@media (max-width: 700px) {
  html body main .hero .skew-container {
    width: 90%;
    padding: 8rem 0 5rem 0;
    -webkit-transform: none;
            transform: none;
  }
  html body main .hero .skew-container .slash {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
  html body main .hero .skew-container .container {
    border: none;
  }
  html body main .hero .skew-container .container .hero-text {
    -webkit-transform: none;
            transform: none;
  }
  html body main .hero .skew-container .container .hero-text h1 {
    font-size: 4rem;
  }
  html body main .contact {
    /*                     .projects-and-internships
                    {
                        width: 75%;
                        justify-content: space-between;
                        margin: 0 auto 3.75rem auto;

                        h3
                        {
                            font-size: 2rem;
                        }
                    } */
  }
  html body main .contact .container {
    width: 93%;
  }
  html body main .contact .container #projects .info h3, html body main .contact .container #projects .services h3, html body main .contact .container #projects .budget h3, html body main .contact .container #projects .deadline h3 {
    font-size: 2.5rem;
  }
  html body main .contact .container #projects .budget .dropdown, html body main .contact .container #projects .deadline .dropdown {
    display: block;
    margin-bottom: 2.5rem;
    width: 100%;
    background: transparent;
    color: #909394;
    border: none;
    border-bottom: 1px solid #515151;
    padding: .5rem;
    font-family: "MarkPro", sans-serif;
  }
  html body main .contact .container #projects .budget .dropdown option, html body main .contact .container #projects .deadline .dropdown option {
    background-color: transparent;
    color: #909394;
  }
}
/*# sourceMappingURL=contact.css.map */