body
{
background-color:#f6f6f6;
font-family: 'Orbitron', sans-serif;
color: #f9ba17;
}

.NoUnderline a{
	color:#f9ba17;
	text-decoration: none;
   
}

.Fineart {
	position: fixed;
	top: 30%;
	left: 11.5%;
	font-size: 1vw;	
}

.Illustration {
	position: fixed;
	top: 35%;
	left: 11.5%;
	font-size: 1vw;	
}

.ConceptArt {
	position: fixed;
	top: 40%;
	left: 11.5%;
	font-size: 1vw;	
}

.About {
	position: fixed;
	top: 45%;
	left: 11.5%;
	font-size: 1vw;	
}

.Contact {
	position: fixed;
	top: 50%;
	left: 11.5%;
	font-size: 1vw;	
}

.Blog {
	position: fixed;
	top: 55%;
	left: 11.5%;
	font-size: 1vw;	
}

.Info {
	text-decoration: none;
	position: absolute;
	width: 70%;
	left: 280px;
	top: 260px;
	color: #000000; 
	

}

div#Paragraph {
	font-family: 'Josefin Sans', sans-serif;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	top: 30%;
	left: 30%;
}
p.Paragraph { max-width: 100%; font-family: 'Josefin Sans', sans-serif; padding-bottom: 1%; margin-left: auto;
	margin-right: auto; font-size: 1vw; }



div#ImageContainer { width: 30%; margin-left: auto;
    margin-right: auto; }
img.Image { max-width: 100%; padding-bottom: 1%; margin-left: auto;
    margin-right: auto;}

.logo{
	left: 8%;
	position: fixed;
}

div#LogoContainer { width: 35%; left: 8%; position: fixed; }
img.LogoImage { max-width: 35%; padding-bottom: 1%; margin-left: auto;
    margin-right: auto;}


}