			* {
				margin: 0;
				padding: 0;
			}
			body{
				margin:0px;
				font-family: georgia,palatino,book antiqua,palatino linotype,serif;
			}

			a{
				color:inherit;
				text-decoration: inherit;
				line-height:100%;
			}

			header{
				/* Set a specific height */
				min-height: 402px;
				max-width:100%;

				/* Create the parallax scrolling effect */
				background-attachment: fixed;
				background-position: top;
				background-repeat: no-repeat;
/*				background-size: cover;*/
				margin:0px;
				background-image: url("images/banner.jpg");
			}

			h1{
				font-size: 4vw;
				margin:0px;
				padding-top:10%;
				text-align: left;
				color:#FFF;
			}
			
			h2{
				margin:20px 0px 20px 0px;
			}
			
			header h2{
				color:#ddd;
			}
			.sidsies{
				display:inline-block;
			}
			menu{
				display: table;
				width:100%;
				height: 60px;
				font-style:bold;
				color:#fff;
				list-style: none;
				text-align:center;
			}
			
			menu li{
				display: table-cell;
				vertical-align: middle;
				width:10%;
				height:50px;
			}

			footer{
				text-align:right;
				margin:40px;
			}
			
			footer li{
				list-style: none;
			}
			
			.bold{
				font-weight:bold;
			}
			
			menu li:hover{
				background-color:rgba(255,255,255,.5);
				font-family:helvetica;
			}

			.header-bubble{
				width:50%;
				min-width:200px;
				margin-left:auto;
				margin-right:auto;
				padding:30px;
			}
			
			section div{
				min-height:500px;
			}
			
			main{
				padding-top:5%;
				padding-left:20%;
				padding-right:20%;
			}
			
			p{
				text-indent: 50px;
				line-height: 30px;
			}
			.issue{
				margin:30px 30px 30px 30px;
			}