html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size:20px;
  background-color:#d17f87;
  border:0;
}

h1, h2 {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  margin:0;
}

p {
  color: #000000;
  margin:0;
  line-height:1.5;
}

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



/* --------- Landing Video START --------- */

.lander {
display:block;
position:relative;
width:100%;
height:85%;

background-image: url('landervid.gif');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;

background-color:#d17f87;

overflow:hidden;
}

.landermp4 {
    height: 100%;
    width: 177.77777778vh; 
    min-width: 100%;
    min-height: 56.25vw; 
    position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -50%); 
}

.landylogo {
display:block;
position:absolute;
left: 50%;
top:50%;
}

@keyframes logoSlide {
  0% {
    transform: translateY(-20px);
    opacity:0%;
  }
  20% {
    transform: translateY(-20px);
    opacity:0%;
  }
  100% {
    transform: translateY(0);
    opacity:100%;
  }
}

.landylogo img {
display:block;
position: relative; 
left: -50%;
width:230px;
z-index:2;
box-shadow: 0 0px 40px 0 rgba(255, 255, 255, 0.3), 0 0px 500px 50px rgba(209, 127, 135, 0.8);

  animation-name: logoSlide;
  animation-duration: 1s;

}

/* --------- Landing Video END --------- */




/* --------- Top Bar START --------- */

.topbar, .dummytop {
display:block;
width:100%;
background-color:#d17f87;
text-align:center;
padding:10px 0;
letter-spacing:1px;
font-size:19px;
}

.mobileTop, .dummyMobile {
display:none;
width:100%;
background-color:#d17f87;
text-align:center;
padding:10px 0;
letter-spacing:1px;
font-size:19px;
}

.topbar, .mobileTop {
position:fixed;
color:white;
z-index:10;
}

.dummytop, .dummyMobile {
position:relative;
color:#d17f87;
}

.topbar span, .dummytop span, .mobileTop span, .dummyMobile span {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* --------- Top Bar END --------- */




/* --------- Bottom Links START --------- */

.bottomLinks, .videoEditor, #editorLinks {
text-align:center;
}

.bottomLinks {
background-color:#000000;
padding-top:40px;
padding-bottom:40px;
}

.videoEditor {
background-color:#74147c;
padding:46px 32px;
font-size:34px;
color:#74e5e9;
border:none;
outline:none;
width:100%;
cursor:pointer;
}

#editorLinks {
background-color:#c795cc;
}

.bottomLinks a, .videoEditor, #editorLinks a {
display:block;
margin:auto;
font-family: "Special Gothic Expanded One", sans-serif;
font-weight: 400;
font-style: normal;
}

.bottomLinks a {
padding:34px;
font-size:40px;
color:#74e5e9;
}

#editorLinks a {
padding:32px;
font-size:34px;
color:#000000;
background-image: url('paperbag.png');
background-repeat: repeat-x;
background-size: auto 100%;

/* box-shadow: 0px 10px 30px #a060a6 inset; */

}

.bottomLinks a:hover, .videoEditor:hover, #editorLinks a:hover {
text-decoration:underline;
}

.bottomLinks a:active, .videoEditor:active, #editorLinks a:active {
text-decoration:underline;
color:yellow;
}


/* --------- Bottom Links END --------- */




/* --------- About Box START --------- */

.bottomAbout {
background-color:#d17f87;
padding:50px 50px 120px 50px;
}

.aboutBorder {
margin:15px auto 0 auto;
width:90%;
max-width:420px;
border-style: dashed;
border-width: 2px;
border-color: #e9cbce;
}

.aboutBorder div {
padding:50px;
line-height:1.2;
}

.aboutBorder img {
display:block;
width:110px;
margin:35px auto 20px auto;
}

.goHome a {
margin:auto;
width:90%;
max-width:250px;
display:block;
text-align:center;
padding-bottom:60px;
padding-top:10px;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #602a28;
border-top-style:dashed;
border-width:2px;
border-color: #602a28;
}

.goHome a:hover {
color:#74e5e9;
}

.goHome a:active {
color:yellow;
}

/* --------- About Box END --------- */


/* --------- Project Box START --------- */

.projectBox {
display:block;
background-color:#d17f87;
}

.projectStem {
display:block;
width:90%;
max-width:600px;
margin:160px auto 70px auto;
}

.projectStem h1 {
font-size:60px;
margin-bottom:45px;
}

.projectStem h2 {
font-size:34px;
margin-top:30px;
}

.projectStem img {
display:block;
margin-bottom:40px;
width:100%;
}

.projectGraf {
background-color:#e0b5b8;
padding:15px 40px 15px 100px;
margin:0 0 40px 0;
border-radius:7px;
}

.projectStem p {
margin:25px 0;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    margin-bottom:40px;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* --------- Project Box END --------- */


@media screen and (max-width: 800px) {
  .landermp4 {
    display: none;
  }
  .topbar, .dummytop {
    font-size:16px;
  }
  .topbar, .dummytop {
    display:none;
  }
  .mobileTop, .dummyMobile {
    display:block;
  }
  .projectGraf {
  padding:15px 40px 15px 40px;
  }
  .bottomAbout {
  padding:0 0 50px 0;
  }
  .aboutBorder {
  border-style: none;
  }
  .bottomLinks a, .videoEditor, #editorLinks a {
  font-size:28px;
  }
  .projectStem h1 {
  font-size:40px;
  }
  .projectStem h2 {
  font-size:26px;
  }
}
