@charset "utf-8";


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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}





/************************** CUSTOM CSS *****************************/


body{
	font-family: 'Roboto", sans-serif;
	font-size: 14px;
	line-height: 20px;
}

h1, h2, h3 {
	color: white;
}

a {
	color: grey;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
}

a:hover {
	color: blue;
} 



h1{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	color: black;
}

h2{
	margin-bottom: 30px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
}

h3{
	margin-bottom: 30px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
}

#main {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	color: black;
}

#info {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	color: gray;
}


#foto{
	float:center;
	width: 300px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
}

