html{

}
body {
  background-color: #E9E9E9;
    font-family: "Montserrat", sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}
h1{
  font-weight: 800;
  font-size: 90px;
  margin: 0px;
  margin-bottom: -10px;
  margin-top: -20px;
  color: #0D0D0D;
}
h5{
  font-weight: 700;
  font-size: 17px;
  margin: 0px;
  padding-bottom: 20px;
  color: #0D0D0D;
}

p{
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.title{
  text-align: left;
  position: absolute;
  bottom: 70%;
  left: 10%;

}

.titlechild{
display: inline-block;
padding: 1rem 1rem;
vertical-align: middle;
}
.titlechild a{
  text-decoration: none;
}
.logo img{
  width: 150px;
}
.logotext{
  text-align: left;
  font-weight: 300;
  font-size: 19px;
  margin-left: -10px;
}
.mockup{
  text-align: right;
  position: absolute;
  left: 45%;
  bottom: 25%;
}
.mockup img{
  max-width: 1200px;
}
.boundingbox{
    width: 450px;
    position: absolute;
    bottom: 30%;
    left: 10%;

}
.newsbox{
    padding:30px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    color: #4A4A4A;
    line-height: 150%;
    box-shadow: -3px -3px 6px 0px rgba(255,255,255,0.19),
-1px -1px 2.5px 0px rgba(255,255,255,0.36),
1px 1px 2px 0px rgba(0,0,0,0.16),
4px 4px 7px 0px rgba(0,0,0,0.05);
background: rgba( 233, 233, 233, 0.8 );
backdrop-filter: blur( 3px );
-webkit-backdrop-filter: blur( 3px );

}

input[type=email] {
  background-color: white;
  color: black;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 10px;
  cursor: text;
  width: 250px;
  margin-top: 0px;
}

input[type=email]::placeholder{
  color: lightgrey;
  font-style: italic;
}


.button{
background-color: #0D0D0D;
margin-left: -10px;
margin-top: -2px;
border: none;
border-radius: 0 10px 10px 0;
color: white;
padding: 14px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
vertical-align: middle;
cursor: pointer;
  transition: 0.5s;
  z-index: 9;
}

.button:hover{
  background-color: #252525;
}

.social{
  text-align: center;
  padding-top: 20px;
}

.link{
  display: inline-block;
  padding: 20px;
  font-weight: 500;
  font-size: 10px;
  color: #6C6C6C;
  cursor: pointer;
    margin-top: -10px;
}
.link a:hover{
  color: #4A4A4A;
}
.link a{
  font-weight: 500;
  font-size: 9px;
  color: #6C6C6C;

}

.bottomlinks{
  text-align: left;
  position: absolute;
  bottom: 0%;
  left: 78%;

}

@media screen and (max-width:2000px) {
  .mockup{
    bottom: 13%;
    left: 38%;
}
.mockup img{
  max-width: 1100px;
}
.boundingbox{
  bottom: 20%;
}
@media screen and (max-width:1565px) {
  .mockup{
    bottom: 55%;
    transform: translateY(55%);
    left: 45%;
}
.mockup img{
  max-width: 800px;
}
.boundingbox{
  bottom: 20%;
      transform: translateY(20%);
}
.logo img{
  max-width: 110px;
}
h1{
  font-size: 70px;
}
.titlechild{
  font-size: 15px;
}
@media screen and (max-width:1100px) {
  .mockup img{
    max-width: 800px;
  }
  .mockup{
    bottom: 35%;
    left: 20%;
  }
  .boundingbox{
    bottom: 10%;
  }
.title{
  bottom: 85%;
}

@media screen and (max-width:1025px) {
.title{
  margin: auto;
  position: absolute;
  bottom: 80%;
    left: 25%;
    transform: translateX(-25%);
    width: 418px;
    margin-top: 50%;
}
.mockup{
  position: absolute;
  left: 15%;
  transform: translateX(-15%);
  bottom: 55%;
  transform: translateY(55%);
  margin-left: 200px;

}
.mockup img{
max-width: 800px;
}
.boundingbox{
  margin: auto;
  position: absolute;
  bottom: 10%;
  transform: translateY(10%);

    left: 25%;
    transform: translateX(-25%);
}
.logo img{
  max-width: 90px;
}
h1{
  font-size: 65px;
}
.titlechild{
  font-size: 13px;
}
h5{
  font-size: 14px;
  padding-bottom: 10px;
}
.newsbox{
  font-size: 10px;
  padding: 20px;
}
input[type=email]{
font-size: 12px;
}
input[type=submit]{
  font-size: 12px;
}
.link a{
  font-size: 9px;
}
}

@media screen and (max-width:900px) {
.mockup img{
  max-width: 500px;
}

}

@media screen and (max-width:550px) {
  h1{
    font-size: 50px;
  }
  .logotext{
    font-size: 12px;
  }
  .logo img{
    width: 90px;
  }

.mockup img{
  max-width: 400px;
}
.mockup{
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
}
.title{
  left: 50%;
  transform: translateX(-50%);
bottom: 78%;
width: 330px;
}
.boundingbox{
  width: 80%;
  margin-left: 0px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
}
input[type=email] {
width: 50%;
}
.link{
  padding: 10px;
}
.titlechild{
  font-size: 11px;
}

}




@media screen and (max-width:377px) {
  h1{
    font-size: 28px;
    padding: 0px;
  }
  .logotext{
    font-size: 0px;
  }
  .title{
    left: 50%;
    bottom: 85%
  }
  .logo img{
    width: 50px;
  }
  .mockup img{
    max-width: 500px;
  }
  .mockup{
      bottom: 25%;
      transform: translateX(-10%);
      left: 10%;
  }
  .button{
    font-size: 10px;
    padding: 10px;
  }
  input[type=email] {
    width: 60%;
    padding: 10px;
  }

  .newsbox{
font-size: 10px;
  }
h5{
  font-size: 14px;
}

.boundingbox{
  bottom: 0%;
}
}


@media screen and (max-width:315px) {
  .mockup img{
    max-width: 300px;
  }
.title{
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
}
.mockup{
  bottom: 50%;
}
.boundingbox{
  bottom: 5%;
}
}
