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

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

#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;
	/*border-bottom: .5px dotted pink;*/
}

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

#header .voguing a{
	/*border-top: 1px solid pink;*/
	font-family: 'Abril Fatface', cursive;
	color: white;
	text-transform: uppercase;
	font-weight: 300; 
	color: inherit;
	font-size: 36px;
	/*border-bottom: 1px solid gray;	*/
}

#header .culture a {
	color: pink;
}

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

#header .culture 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 aside img {
	position: relative;
	top: -16px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

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

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

#content .block1 {
	float: left;
	box-sizing: border-box;
	width: 65%;
	height: 510px;
	background-color: white;
	padding: 40px;
}

#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: 20px;
}

p{
	background-color: #efe2c3;
	color: black;
	width: 100%;
	font-size: 14px; 
	column-count: 2;
	column-gap: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 22px;
}

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

#content .block2 {
	box-sizing: border-box;
	width: 33%;
	float: right;
	height: 510px;
	position: relative;
	top: -3px;
}

#content .block3 {
	box-sizing: border-box;
	/*margin-top: 2%;*/
	width: 33%;
	margin-right: 1%;
	float: left;
	height: 400px;
}

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

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

#content .block6 {
	box-sizing: border-box;
	width: 32%;
	height: 400px;
	float: right;
	margin-left: 1%;
	margin-top: 2%;
}








