body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', 'Trebuchet MS';
	font-size: 16px;
	color: #4d4d4d;
	background: #eee;
}

/**
 * Page header styles
 */
header .content,
#main .content,
footer .content {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

header .title {
	font-size: 3.5em;
}

header .title a:link, header .title a:active, header .title a:visited, header .title a:hover {
	cursor: pointer;
	text-decoration: none;
}

header .title .name {
	color: #696969;
}

header .title .surname {
	color: #2ba0e9; /* alternate: #4caeec */
}

header .title .underscore {
	opacity: 1.0;
	transition: all 0.2s ease;
}

header .title:hover .underscore {
	opacity: 0.0;
	transition: all 0.2s ease;
}

#topbar {
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 45px;
	padding-bottom: 45px;
}

#topbar .info {
	padding-top: 17px;
	font-size: 0.95em;
	opacity: 0.7;
	font-weight: 600;
	line-height: 1.7;
}

#topbar .info a:link, #topbar .info a:visited {
	text-decoration: none;
	color: inherit;
}

#topbar .info a:hover {
	color: #2ba0e9;
}


/**
 * Main content styles
 */
#main {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
}

#main h1 {
	color: #2ba0e9;
	padding: 0;
	margin: 0;
	padding-bottom: 40px;
	font-weight: 400;
	font-size: 2em;
}

#main h3 {
	padding: 0 0 0 7px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.5;
	border-left: 4px solid #ccc;
}

#main strong {
	font-weight: 600;
}

#main p {
	line-height: 1.7;
	margin-top: 0;
}


/**
 * Footer styles
 */
footer {
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	padding-bottom: 25px;
}

footer .content {
	font-size: 0.85em;
	color: #9a9a9a;
	text-align: center;
}

footer .content .fa-copyright {
	font-size: 0.95em;
}

#back_to_top {
	font-size: 2em;
	opacity: 0.7;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-top: -3px;
}

#back_to_top:hover {
	opacity: 0.8;
	color: #4d4d4d;
	transition: all 0.2s ease;
	transform: translateY(-4px);
}


/**
 * General link styles
 */
a:link, a:visited {
	text-decoration: none;
	color: #2ba0e9;
	transition: all 0.15s ease;
}

a:hover {
	color: #4caeec;
	text-decoration: underline;
	transition: all 0.15s ease;
}


/**
 * General element styles
 */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	display: inline-block;
}

div.cb {
	clear: both;
}

span.divider {
	color: #ccc;
	padding-left: 1px;
	padding-right: 2px;
}

.badge_small {
	background: #bfe2f8;
	color: #219ce8;
	border-radius: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 0.7em;
	vertical-align: middle;
}
