body{
				margin:0;
				padding:0;
				background-color: #F7EDF3;
	}
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(250,235,240,.8);
 	z-index: 2;
}

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

    background-color: rgba(250,235,240,.8);
    position: fixed;
    height: 100%;
    overflow: auto;
    z-index: 3;
}

li a {
    display: block;
    color: #CE59A4;
    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: #844077;
    color: #F7931E;
    font-weight: bold;
}

li a:hover:not(.active) {
    background-color: #CE59A4;
    color: black;
  }

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{
 		float: left;
 		display: inline-block;	
 		width: 40%;
}
.container {
    display: inline-block;
 	position: absolute;
 	top: 41.8%;
 	left: 12%;
    width: 80%;
    height: 500px;
    margin: auto;
    padding: 10px;
    float: left;
}
.one {
    width: 50%;
    float: left;
}
.two {
	margin-top: -1.8%;
    padding-left: 5%;
    width: 45%;
    background: none;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 1.7vw;
    font-size: 1vw;
    float: left;
}
@media screen and (max-width: 800px ){
    .one{
        width: 100%;
    }
    .two{
        width: 100%;
        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 ){
    .two{
        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;
 }
}

		