/*css style sheet website of Tom Gauss*/
/*(c) 2019 Tom Gauss*/

/*site*/
body {
	color:white;
	font-family:verdana,sans-serif;
}
body#start{
	background:
        linear-gradient(
			rgba(0, 0, 0, 0.3), 
			rgba(0, 0, 0, 0.3)
        ),
		url("../pics/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:100%;
}
body#followup{
	background:
        linear-gradient(
			rgba(0, 0, 0, 0.6), 
			rgba(0, 0, 0, 0.6)
        ),
		url("../pics/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:100%;
}
h1,h2,h3{
	font-variant:small-caps;
}
h1{
	color:green;
}
h2{
	color:red;
}
h3{
	color:blue;
}
label{
	width:150px;
	display:inline-block;
}
article{
	margin-top:15px;
}
article img{
	margin-right:5px;
}
article img#captcha{
	margin-right:0px;
}	

/*header*/
header div#header{
	font-size:350%;
}
header div#header span#first{
	font-style:italic;
	font-family:times new roman,serif;	
	font-variant:small-caps;
}
header div#header span#second{
	font-style:italic;
	font-family:times new roman,serif;
}
header div#header span#third{
	font-variant:small-caps;
	font-size:130%;
}
header div#subheader{
	font-size:140%;
	font-variant:small-caps;
}
section#quote{
	text-align:center;
	font-size:105%;
	font-style:italic;
}

/*menu*/
header div#menucontainer{
	margin-top:20px;
	font-variant:small-caps;
	font-size:150%;
	margin-bottom:40px;
}
header div#menu{
	background-image:url("../pics/menu.png");
	background-repeat:repeat;
}
header a:link,a:hover,a:visited,a:active{
	text-decoration:none;	 
	color:white;
}

/*footer*/
footer{
	font-size:80%;
	margin-top:20px;
	text-align:right;	
}
footer a:link,a:hover,a:visited,a:active{
	text-decoration:none;	 
	color:white;
}


