@charset "UTF-8";


html {
	background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
}


a {
	border: none;
	text-decoration: none;
	color: black;
}

a:link { 
	color: black; 
} 

a:visited { 
	color: black;
} 

a:hover { 
	color: #06e;
	text-decoration: underline; 
} 

a:active { 
	color: black;
}

a:hover {
	color: #06e;
	text-decoration: underline;
}

.social {
	position: fixed;
	margin-left: 94%;
	margin-bottom: 70%;
}
	
.textbox {
	margin-top: 2%;
	padding: 3px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	background-color: rgba(255,255,255,0.85);
}

.logo {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 33.5%;
	position: fixed;
}

.navbar {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	bottom:-3%;
}