* {
	margin: 0;
	padding: 0;
	font-size: 10px;
	background-color: #222c4e;
}

body{
	box-sizing: border-box;
	height: 1310px;
}

#header {
	position: fixed;
    box-sizing: border-box;
    top: 7%;
    width: 15%;
    font-family: 'Lato', sans-serif;
    height: 2000px;
    padding-left: 3%;
    margin-right: 10%;
}

#header span {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-size: 12px;
	color: white;
	width: 50%;
	height: 30px;
	text-align: left; 
	margin-left: 10px;
}

#header span a {
	text-decoration: inherit;
	color: inherit;
	font-style: inherit;
	font-size: inherit;
	background-color: inherit;
}

#header span a:hover {
	color: pink;
}

#header .voguing {
	box-sizing: border-box;
    height: 60px;
    width: 139px;
    padding: 6px;
    margin-left: 0px;
}

#header .voguing a{
	font-family: 'Abril Fatface', cursive;
	color: white;
	text-transform: uppercase;
	font-weight: 300; 
	color: inherit;
	font-size: 36px;
}

#header .dance a {
	color: pink;
}

#header .voguing a:hover {
	border: 0;
	color: pink;
}

#header .dance a:hover {
	color: white;
	border-bottom: 0px;
}

#rule1 {
	display: inline-block;
    width: 165px;
    height: 0px;
    margin-left: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid white;
}

#rule2 {
	display: inline-block;
    width: 20px;
    height: 10px;
    margin-left: 5px;
    margin-top: 450px;
    transform: rotate(90deg);
    margin-left: 10px;
    color: white;
    font-size: 16px;
    font-weight: 100;
   
}

#content {
    animation: 1s slideInFromBottom;
    box-sizing: border-box;
    margin-left: 20%;
    width: 70%;
    margin-top: 5%;
    height: 1000px;
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

#content aside h2 {
	position: relative;
	top: 45%;
	font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    z-index: 1;
	opacity: 0;	
	background:none;
	pointer-events: none;
}

#content .block1 {
	float: left;
	box-sizing: border-box;
	width: 32%;
	margin-right: 1%;
	height: 160px;
	background-color: white;
	padding: 40px;
	font-size: 12px;
	font-weight: 100;
	line-height: 18px;
}

#content .block1 * {
	background-color: white;
}

h1{
	font-family: 'Abril Fatface', cursive;
	text-transform: uppercase;
	color: black;
	letter-spacing: 1px;
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 30px;
	font-style: normal;
}

#content .block2 {
	box-sizing: border-box;
	background-color: white;
	float: left;
	width: 32%;
	margin-right: 1%;
	margin-top: 2%;
	height: 440px;
	padding: 30px;
}

#content aside {
	box-sizing: border-box;
	background-color: #efe2c3;
	color: black;
	width: 100%;
	font-size: 14px; 
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 22px;
	background: none;	
}

p em {
	font-size: 14px; 
	font-weight: 800; 
	font-style: normal;
}



#content .block3 {
	background-color: white;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 40px;
	width: 33%;
	margin-top: 2%;
	float: left;
	height: 394px;
}

#content .block4 {
	box-sizing: border-box;
	background-color: white;
	columns: 2;
	column-gap: 30px;
	width: 66%;
	float: right;
	margin-left: 1%;
	margin-top: 2%;
	height: 436px;
	padding: 30px;
	padding-bottom: 20px;
	padding-top: 40px;
}

#content .block5 {
	width: 65%;
	margin-right: 2%;
	margin-top: 1%;
	float: left;
	height: 400px;
}

#content .block6 {
	width: 32%;
	margin-top: 1%;
	margin-right: 1%;
	float: left;
	height: 200px;
}

#content aside img {
	position: relative;
	top: -37px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#content aside:hover h2 {
	opacity: 1;
}

#content aside img:hover {
	filter: brightness(20%);
	z-index: 0;
}

#content .videoblock {
	width: 66%;
	margin-left: 1%;
	float: right;
}

#content .videoblock video {
	max-width: 100%;
	height: auto;
}

#content .videoblock:hover {
	filter: brightness(100%);
}

#content .videoblock h2 {
	position: absolute;
    top: 30%;
    left: 63%;
    width: 103px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    opacity: 1;
}

#content aside em {
	background-color: inherit;
	margin-bottom: 14px;
	font-weight: 800;
	color:black;
	font-size: 14px;
	font-style: normal;
}








