h1 {
	color: rgb(237, 27, 48);
	font-family: 'Abril Fatface', Serif;
	font-weight: 100;
	letter-spacing: 1px;
}

nav {
	position: fixed;
	width: 100%;
	background: #ed1b30;
	/* border-bottom: 2px solid white; */
	/* color: white; */
	padding: 10vw;
	padding-bottom: 18px;
	padding-top: 15px;
	z-index: 5;
	box-shadow: black 0px 0px 50px -10px;
}

nav > a {
	
color: white;
	
margin-right: 20px;
	
font-size: 20px;
	
box-sizing: content-box;
	
display: inline-block;
}

nav > a:before {
	content: " ";
	background: #ed1b30;
	width: 0%;
	left: 0;
	right: 0;
	height: 2px;
	position: inherit;
	box-sizing: content-box;
	display: block;
	transition: 0.4s;
}

nav > a:hover:before {
	width: 100%;
	background: white;
}



body {
	margin: 0px;
	font-family: "Montserrat", sans-serif;
}

a {
	text-decoration: none;
}

p {
	font-size: 20px;
}

.logo {
	color: white;
}

.sep {
	height: 100vh;
	box-sizing: border-box;
	background: rgb(237, 27, 48);
	padding: 10vw;
	/* display: flex; */
	/* justify-content: space-around; */
	/* vertical-align: middle; */
	/* flex-wrap: wrap; */
}

.imagem {
	position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}

.sep > h1 {
	color: white;
	font-size: 11vw;
	display: inline-block;
	/* vertical-align: middle; */
	box-sizing: content-box;
	margin-bottom: 0px;
	opacity: 0;
	margin-top: 0px;
}

.transition {
	transition: 2s;
}

.sep > h1:nth-child(1) {
	transform: translate(0px, 50px);
}

.sep > h1:nth-child(2) {
	transform: translate(0px, -50px);
}

.appear {
	opacity: 1 !important;
	transform: translate(0px, 0px) !important;
}



.sep > p {
	color: white;
	font-size: 18px;
	width: 52%;
	text-align: left;
	opacity: 0;	/* margin-left: auto; */
	/* margin-right: auto; */
	align-self: center;
	margin-top: 30px;
}

.article, .corpo {
	margin: 10vw;
	width: 80vw;
	/* padding-right: 300px; */
	color: black;
}

.corpo + #rules {
	width: 60vw;
	margin: 0px;
	padding: 20vw;
	padding-top: 5vw;
	background: white;
	color: black;
}

.corpo {
	color: white;
	background: rgb(237, 27, 48);
	margin: 0px;
	padding: 10vw;
	padding-top: 100px;
}

.corpo > p {
	width: 60%;
}

.corpo > h1 {
	color: white;
	font-size: 80px;
}

#rules > div {
	width: 100%;
}

#rules > div > p {
	width: 60%;
}

#rules > div:nth-child(even) {
	text-align: right;
	display: inline-block;
}

#rules > div:nth-child(even) > p {
	float: right;
}

.corpo h2 {
	font-family: 'Abril Fatface', Serif;
	font-size: 55px;
	margin-bottom: 5px;
	margin-top: 40px;
}

.article > h1 {
	width: 85vw;
	font-size: 100px;
	transition: 0.7s;
}

.article > h4 {
	width: 50vw;
	font-size: 30px;
	transition: 0.8s 0.1s;
}

.article > p {
	font-size: 25px;
	width: 50vw;
	transition: 0.9s 0.3s;
}

.article:hover {

}

.article:hover > h1 {
	margin-left: 70px;
}

.article:hover > h4 {
	margin-left: 70px;
}

.article:hover > p {
	margin-left: 70px;
}

#michael {
	height: 640px;
	margin-bottom: -5px;
	float: right;
	height: 45vw;
	margin-top: -30vw;
	transition: 2s;
	transition-timing-function: ease-out;
	margin-right: -10vw;
}