body
{
	font-family: "raleway", sans-serif;
	font-weight: 300;
	line-height: 2;
	color: #333;
	font-size: 12pt;
    background-color: #ffd202;
}



.bg-image
{
	background: url(../img/vb02yi-vertical.jpg); 
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-color: #ffd202;
    top: 0;
}



.call-to-action
{
	color: #000000;
	background-color: #ffd202;
	font-weight: 800;
	text-decoration: none;
	line-height: 60px;
	padding: 10px;
	letter-spacing: 1px;
	font-size: 15px;
}



.main-page
{
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 30px;
	text-align: left;
	text-transform: uppercase;
	
}



p > a:hover
{
	color: #b600dc;
	transition-duration: .5s;
}



.email
{
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: left;
	text-transform: lowercase;
}



.main
{
	top: 0;
	text-align: left;
}



.move
{
	text-align: left;
	letter-spacing: 2px;
	line-height: 4em;
	font-size: .5em;
	position: fixed;
	top: 0;
	right: 0;
	margin: 100px 3% 17%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 80px;
	border-radius: 50%;
}