/* 

CSS for the root folder / homepage

*/

body {
	background-repeat: no-repeat;
	background-position: 300px 30px;
	background-attachment: fixed;
	font-size: 18px;
	font-weight: bold;
	font-family: Roboto, sans-serif;
}

h1 {
	font-size: 36px;
}

a:link {
	/* font-size: 18px; */
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.main {
	padding: 0;
	margin-left: 50px;
	margin-right: 10%;
	margin-top: 50px;
	/* width: 70%; */
	text-align: left;
}
