@charset "utf-8";

body{
    background-color: rgba(44,44,44,1.00);
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,1.00);	
}

body img{
	width: 30%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 10px;
	margin-left: 10px;
}

body ul li{
    list-style-type: none;
    font-size: 2em;
	display: flex;
	justify-content: space-around;
}
body ul li a{
	margin-left: 150px;
	text-align: left;
	margin-top: 50px;
}

body ul li h2{
    font-size: 1em;
    color: rgba(163,162,162,1.00);
    font-weight: lighter;
    text-align: left;
    text-decoration: none;
	width: 50%;
	margin-top: 100px;
}
@media screen and (max-width: 1007px){
	body ul li h2{
		display: none;
}
body ul li a{
	margin-left: 50px;	
}
}
	
