body{
				margin:0;
				padding:0;
				background-color: #EDF2F2;
	}
div#saga{
				position:fixed;
				left:13%;
				top:0;
			    display: inline-block;
			    height: 8%;
			    width: 40%;
			    margin-top: -8.5%;
			    float: left;
			    color: white;
			    text-decoration: none;
			    background-color: none;
			    z-index: 3;
}
.fill{
	position:fixed;
	left: 0;
	top: 0;
	float: left;
	width: 100%;
 	height: 22%;
 	background-color: rgba(237,242,242,0.8);
 	z-index: 2;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 10%;

    background-color: #EDF2F2;
    position: fixed;
    height: 100%;
    overflow: auto;
    z-index: 3;
}

li a {
    display: block;
    color: #307573;
    font-size: 20px;
    padding: 8px 16px;
    padding-top: 15px;
    text-decoration: none;
    padding-left: 3%;
    text-align: left;
    font-family: 'Quattrocento Sans', sans-serif;
}

li a.active {
    background-color: #307573;
    color: #F93E8B;
    font-weight: bold;
}

li a:hover:not(.active) {
    background-color: #6FC6C1;
    color: black;
  }
 img.tw{
 	position: fixed;
 	left: 1.8%;
 	bottom: 5%;
 	width: 3.5%;
 	z-index: 3;
 }
  img.fb{
 	position: fixed;
 	left: 1.8%;
 	bottom:12.4%;
 	width: 3.5%;
 	z-index: 3;
 }
  img.az{
 	position: fixed;
 	left: 1.8%;
 	bottom:20%;
 	width: 3.5%;
 	z-index: 3;
 }
 img.tw:hover{
 	filter: opacity(.6);
 }
 img.fb:hover{
 	filter: opacity(.6);
 }
 img.az:hover{
 	filter: opacity(.6);
 }

 section.content{
 	left:12%;
 	top: 40%;
 	display: inline-block;
 	float: left;

 }

 div.introimage{
 		position: absolute;
 		left:12%;
 		top:25%;
 		display: inline-block;
 		margin-right: 5%;
 		float: left;
 		width: 40%;
 		padding: 20px;
 		vertical-align: top;
 	 }
 div.text{
 		float: left;
 		display: inline-block;	
 		width: 40%;
 }
 .container {
 	position: absolute;
 	top:41.8%;
 	left: 12%;
    width: 80%;
    height: 500px;
    margin: auto;
    padding: 10px;
}
.one {
    width: 41.5%;
    height: 365px;
/*    background-image: url(../final/saga1.jpg);
    background-size: 480px, 1200px;*/
    float: left;
}
.two {
	margin-top: -1.8%;
    margin-left: 45%;
    height: 500px;
    background: none;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 22px;
    font-size: 15px;
}
/*.three{
	position: absolute;
	margin-top:200px;
	width: 85%;
    height: 365px;
    background-image: url(../final/saga1.jpg);
    background-size: 480px, 1200px;
    float: left;
}*/

		