html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width: 100%;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	color:#34495E;
	padding-top: 0px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer{
	background-color:#ecf0f1;
	margin-top:15px;
	padding-bottom:9px;
	font-size: 13px;
}
#sitemap{
	padding-right: 10px;
}
.active {
	color: #3498db;
	text-decoration: none;
}
.active:hover,
.active:focus {
	text-decoration: underline;
}
.active:link, .active:visited {
    color: #3498dbo;
}
.logs {
	text-decoration: none;
	transition:.3s;
}

#container {
	width: 100%;
	margin: auto;
	padding-bottom:0px;
	background-color:#ecf0f1;
	text-align:center;
	color: #2980b9;
	padding-top: 17px;	
	font-size: 40px;
	font-style: 700;
	padding-bottom: 17px;
	display:inline-block;
}
header {
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 300;
	line-height:1;
}
header:after {
	content: '';
	display: block;
	clear: both;
}
header #logo {
	color: #3498db;
	padding-top: 17px;	
	font-size: 30px;
	font-style: 700;
	padding-left: 15px;
	padding-bottom: 17px;
	display:inline-block;
}
header nav {
	float: right;
	padding-top: 31px;
	padding-right:15px;
	font-size:16px;
}
header nav ul {
	margin: 0;
	padding-bottom:0px;
	float: right;
}
header nav li {
	display: inline;
}
header nav li + li {
	padding-left: 4px;
}
#page{
	position:relative;
	z-index:-1;
}
#pic1{
	margin-left:-40px;
}
.box{
	border:1px;
	border-color:#ecf0f1;
	background-color:#ecf0f1;
	border-radius:6px;
	width:230px;
	height:300px;
	margin-left:60px;
	margin-right:40px;
	display:inline-block;
	text-align:center;
	font-size:15px;
}
#login{
	font-size:25px;
	padding:10px;
}
#boxtext1{
	padding:10px 10px 25px 10px;
	font-size: 17px;
}
#login-register{
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
	border-radius: 4px;
	padding:10px;
	border: medium none;
	color: #fff;
	border: 2px solid #e74c3c;
	background-color:#e74c3c;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	transition:.5s;
}
#login-register:hover{
	background:#fff;
	color:#e74c3c;
}
#login-register1{
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
	border-radius: 4px;
	padding:10px;
	border: medium none;
	background-color: #3498db;
	color: #fff;
	border: 2px solid #3498db;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	transition:.5s;
}
#login-register1:hover{
	background:#fff;
	color:#3498db;
}
#login-register2{
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
	border-radius: 4px;
	padding:10px;
	border: medium none;
	background-color: #2ecc71;
	color:#fff;
	border: 2px solid #2ecc71;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	transition:.5s;
}
#login-register2:hover{
	background:#fff;
	color:#2ecc71
}
#login-register3{
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
	border-radius: 4px;
	padding:10px;
	border: medium none;
	background-color: #9b59b6;
	color:#fff;
	border:2px solid #9b59b6;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	transition:.5s;
}
#login-register3:hover{
	background:#fff;
	color:#9b59b6;
}
h2{
	font-size:25px;
}

/* developer.mozilla.org, csszengarden.com (first three examples are the best), css-tricks.com */