
* {box-sizing: border-box;}

body {background-color: #79d2a6;
		color: #666666;
		font-family: Roboto, Helvetica, sans-serif;}

#wrapper {margin-left: auto;
			margin-right: auto;
			width: 80%;
			background-color: #90C7E3;
			min-width: 960px;
			max-width: 2048px;
			box-shadow: 3px 3px 3px #333333;
			border: 1px solid #000033;}


header {background-image: linear-gradient(to bottom right, #002171, #339966);
		color: #FFFFFF;
		height: 120px;
		text-align: center;
		padding-top: 30px;
		padding-left: 3em;}
		
h1 {margin-bottom: 0;
	margin-top: 0;
	font-family: Roboto, Times-New-Roman, serif;
	font-size: 3em;
	letter-spacing: .25em;
	}		


#homehero {height: 400px;
			background-image: url(bariuke.jpg);
			background-size: 100% 100%;
			background-repeat: no-repeat;}
			
main {background-image: linear-gradient(to bottom right, #FFFFFF, #e6e6ff);
		padding: 1px 20px 20px 30px;
		display: block;
		overflow: auto;}
		
section {float: left;
			width: 50%;
			padding-left: 2em;
			padding-right: 2em;
			text-align: center;}
			
section ul {padding-right: 50px;}

section img {box-shadow: 3px 3px 3px #333333;
			border: 1px solid #000033;}
			
section small {color: #206040;}

h2 {color: #1976D2;
	font-family: Georgia, Times-New-Roman, serif;
	text-shadow: 3px 3px 3px #CCCCCC;}
	
	
main ul {list-style-image: url(marker.gif);
			list-style-position: inside;}


.baritone {color: #1976D2;
			font-weight: bold;}
		
