@font-face { font-family: lem-milk; src: url('/assets/fonts/LEMONMILK-Regular.otf'); }
@font-face { font-family: lem-milk-l; src: url('/assets/fonts/LEMONMILK-Light.otf'); }
@font-face { font-family: QuSand-Light; src: url('/assets/fonts/Quicksand_Light.otf'); }

html, body {
    height: 100%;
    background-color: black;
}

hr.whiteline {
    border-top: 1px solid white;
}

footer {
    height: 100px;
}

.full-height {
    height: 100%;
    width: 100%;
}

.def-page {
    background-color: black;
}

.def-text {
    color: white;
    font-family: lem-milk-l;
}

.cropped {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-right {
    position: absolute;
    top: 70%;
    left: 15%;
    transform: translate(-50%, -50%);
}

.top-right2 {
    position: absolute;
    top: 75%;
    left: 20%;
    padding-top: 20px;
    transform: translate(-50%, 20%);
}

.color-pop {
    color: #A60303;
}

#introClip {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vidOverlay {
    position: absolute;
    top: 0;
    width: 100%;
}

.main-title {
    
    width: 100%;
    height: 20%;
    
    position: relative;

    font-family: lem-milk;
}

.backdrop-3 {
    width: 100%; height: 20%;
    background-image: url('/assets/demoPic1.png');
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

.overlay-text {
    color: white;
    background-color: black;
    mix-blend-mode: darken;
    width: 100%;

    text-align: center;
    margin: 0;
    padding: 1%;
}

.overlay-text-2 {
    color: black;
    background-color: white;
    mix-blend-mode: screen;
    
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 1%;
}

.card-text{
    color: white;
    font-family: QuSand-Light;
    
}

.main-content{
    width: 100%;
    height: 80%;
    color: white;
    background-image: url('/assets/demoPic1.png');
    background-size: 105%;
    background-repeat: no-repeat;
    padding: 0%;
    font-family: lem-milk;
    position: relative;
}

.parallax {
    /* The image used */
    background-image: url("/assets/demoPic1.png");
  
    /* Full height */
    height: 100%;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax-2 {
    /* The image used */
    background-image: url("/assets/demoPic2.png");
  
    /* Full height */
    height: 100%;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax-3 {
    /* The image used */
    background-image: url("/assets/weare.JPG");
  
    /* Full height */
    height: 100%;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  footer {
    background-color: black;
    color: white;
    font-family: lem-milk-l;
    height: 10%
  }

  .content-head {
    font-family: 'Montserrat', sans-serif;
    color: white;
    letter-spacing: 0.5px;
    font-weight: 600;
  }

  .content-body {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 200;
    
  }

  .half-row {
    height: 50%;
    width: 100%;
  }

  #grad {
    background-image: linear-gradient(-45deg, #244675 , #112036, black);
  }

  #paddingLeft {
    padding-left: 1.1%;
  }

  .full-height-2 {
    min-height: 100%;
    width: 100%;
}

.cropped-2 {
    overflow-x:hidden;
    position: relative;
}

input.input1 {
    height: 40px;
    border: 0px;
    border-radius: 20px;
    padding: 0 20px;
    background: rgba(0,0,0,0.30);

}

textarea.input1 {
    height: 100px;
    border: 0px;
    border-radius: 20px;
    padding: 15px 20px;
    background: rgba(0,0,0,0.30);
}

input.input1:hover {
    border: 1px solid white;
}

textarea.input1:hover {
    border: 1px solid white;
}

.contact-box {
    background: rgba(0,0,0,0.25);
    border-radius: 20px;
    
}

/* splash screen elements: animation */
.intro {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    transition: 1s;
}

.logo-header {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.logo {
    position: relative;
    display: inline-block;
    bottom: -20px;
    opacity: 0;
    font-family: QuSand-Light;
}

.logo.active {
    bottom: 0;
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.logo.fade {
    bottom: 150px;
    opacity: 0;
    transition: ease-in-out 0.5s;
}

.icon-footer:hover {
    transform: scale(1.1);
    color: white;
}