body{
				margin:0;
				padding:0;
				background-color: #EBDCCD;
	}
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(235,220,205,0.8);
 	z-index: 2;
}

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

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

li a {
    display: block;
    color: #D39359;
    padding: 8%;
    padding-top: 10%;
    text-decoration: none;
    padding-left: 3%;
    text-align: left;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1.3vw;
}

li a.active {
    background-color: #E2872B;
    color: black;
    font-weight: bold;
}

li a:hover:not(.active) {
    background-color: #D39359;
    color: white;
  }
img.tw{
    position: fixed;
    left: 1.8%;
    bottom: 2%;
    z-index: 3;
    width: 2%;
 }
  img.fb{
    position: fixed;
    left: 4.2%;
    bottom:2%;
    width: 2%;
    z-index: 3;
 }
  img.az{
    position: fixed;
    left: 6.65%;
    bottom:1.85%;
    width: 2%;
    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{
    padding-left:0.5%;
 		float: left;
 		display: inline-block;	
 		width: 100%;
        padding-right: 50%;
        font-family: 'Quattrocento Sans', sans-serif;
        line-height: 1.7vw;
        font-size: 1vw;
        float: left;
 }
 .pics{
 	max-height: 100%;
 	max-width: 100%;
 }
 .container1 {
 	position: absolute;
 	top: 41.8%;
 	left: 12%;
    width: 80%;
    margin: auto;
    padding: 10px;
    display: inline-block;
    float: left;
}

.one {
    width: 270px;
    height: 500px;
    float: left;
    margin: 6px;
}
.two {
    width: 425px;
    height: 900px;
    float: left;
    margin: 10px;
}

@media screen and (max-width: 800px ){
    .one{
        width: 90%;
    }
    .two{
        width: 90%;
    }
    div.text{
        width: 100%;
        padding-right: 10%;
        font-size: 2vw;
        line-height: 3.4vw;
    }
    img.tw{
    position: fixed;
    left: 3%;
    bottom: 7%;
    z-index: 3;
    width: 4%;
 }
  img.fb{
    position: fixed;
    left: 3%;
    bottom:2%;
    width: 4%;
    z-index: 3;
 }
  img.az{
    position: fixed;
    left: 3%;
    bottom:12%;
    width: 4%;
    z-index: 3;
 }
}
@media screen and (max-width: 500px ){
    div.text{
        font-size: 3vw;
        line-height: 5.1vw;
    }
    img.tw{
    position: fixed;
    left: 2%;
    bottom: 7%;
    z-index: 3;
    width: 6%;
 }
  img.fb{
    position: fixed;
    left: 2%;
    bottom:2%;
    width: 6%;
    z-index: 3;
 }
  img.az{
    position: fixed;
    left: 2%;
    bottom:12%;
    width: 6%;
    z-index: 3;
 }
}


		