

@font-face {
  font-family: 'Sharpie-Variable';
  src: url('../fonts/Sharpie-Variable.woff2') format('woff2'),
       url('../fonts/Sharpie-Variable.woff') format('woff'),
       url('../fonts/Sharpie-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'FamiljenGrotesk-Variable';
  src: url('../fonts/FamiljenGrotesk-Variable.woff2') format('woff2'),
       url('../fonts/FamiljenGrotesk-Variable.woff') format('woff'),
       url('../fonts/FamiljenGrotesk-Variable.ttf') format('truetype');
       font-weight: 400 700;
       font-display: swap;
       font-style: normal;
}



html,
body {
	height: 100%;
	font-size: 20px;
	line-height: 28px;
}

body {
	background-color:#f62a5c;
	color: #5b0216;
	letter-spacing: 0;
	font-family: 'FamiljenGrotesk-Variable';
	text-rendering: optimizeLegibility;

}

h1,h2,h3{

	font-family: 'Sharpie-Variable';
	font-weight: 900;

}
h1{
	font-size: 200px;
  line-height: 70%;
  position: relative;
  color: #d7f0d3;
}
h2 {
    font-size: 80px;
    line-height: 59px;
    font-weight: 400;
		letter-spacing: 0.05px;
}
p,
a {
	color: #5b0216;
	text-decoration: none;
}

p {
	margin-bottom: 0.7rem;
}

a {
	padding: 0 2%;
	border: 1px solid #5b0216;
	border-radius: 20px;
}

a:hover {
	background-color: #5b0216;
	color: #FFF;
}

hr{
  border-top: 3px solid #5b0216;
}
.container {
	max-width: 800px;
	width: 90%;
  padding: 0 10px 0 10px;
}

.video-wrapper h1{
  	transform: rotate(-2deg);
    position: relative;
    top: -10vh;
}
#main h2{
	transform: rotate(-2deg);
  position: relative;
  top: -50vh;
  margin-bottom: -40vh;
}
@media screen and (max-width: 500px) {
	.container {
		padding: 0 20px;
		max-width: 800px;
		width: 100%;
	}
}



@media screen and (max-width: 500px) {
	h1 {
		margin-bottom: 0.5rem;
		font-size: 4.8rem;
		line-height: 100%;
	}
	h2 {
		font-size: 2.1rem;
		line-height: 80%;
	}
}

#projects h1 {
	padding-left: 2%;

}

#main{
  margin-bottom: -5vh;
}
.screen {
	position: relative;
	margin: 0 auto 2% auto;
	padding: 5% 2%;
	height: auto;
	border-radius: 5px;
	background-color: #d7f0d3;
	border: 3px solid #5b0216;
	width: 85vw;
}
.screen:nth-of-type(1){
		transform: rotate(-3deg);
    transition: all .5s;
}

.screen:nth-of-type(2){
		transform: rotate(3deg);
      transition: all .5s;
}
.screen:nth-of-type(3){
		transform: rotate(-3deg);
      transition: all .5s;
}
.screen:hover{
		transform: rotate(0deg);
}
.screen h2,
.screen p {
	margin: 0;
	line-height: 100%;
}

.screen p {
	padding: .45rem 0 .45rem 0;
	border-bottom: 3px solid #5b0216;
	color: #5b0216;
	font-weight: 500;
	font-size: 2rem;
	line-height: 120%;
}

.screen p:last-of-type {
	margin-bottom: 2.3rem;
	border: none;
}

.screen h2 {
	padding-bottom: .9rem;
	border-bottom: 3px solid #5b0216;
	font-weight: 900;
	color: #f62a5c;
	font-size: 4rem;
	/* line-height: 50%; */
}

.screen span {
	color: white;
}

.screen a {
	position: absolute;
	bottom: 9%;
	border: 3px solid #5b0216;
	color: #5b0216;
	font-weight: 500;
	border-radius: 0;
}
.screen a:hover {
	color: #FFF;
}

@media screen and (max-width: 500px) {
  hr{
    border-top: 1px solid #5b0216;
    margin: 10% 0 20% 0;
  }
  .two{
    padding: 0 35% 0 35%;
  }
	.screen {
		margin: 0 auto 0% auto;

	}

	.screen h2 {
		font-size: 2.7rem;
		line-height: 80%;
    padding-left: 10px;
	}

	.screen p {
		font-size: 1rem;
		line-height: 125%;
		letter-spacing: -0.05px;
	}

	.screen a {
		position: absolute;
		bottom: 0;
		margin-bottom: 1rem;
	}

}

#logos {
	margin-top: 4rem;
	margin-bottom: 4rem;
	text-align: center;
}

#logos img {
	width: 350px;
}
video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: overlay;

}
.video-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cc3c5c;

}
.video-wrapper::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg, rgba(246, 42, 92,0) 60%, #f62a5c 100%);
}
