html, body
{
    height: 100%;
}
	
body {
	background-image: url(bg4.jpg);
	background-repeat:repeat-y;
	background-size: cover;
	background-color: #333333;
	margin: 0px;
}


p {
    font-family: "Muli", sans-serif;
	font-size: 18px;
	text-align: justify;
    color: white;
	margin: 0px;
	
  }
  
p a:link, a:visited {
	color:white;
	font-weight: bold;
	text-decoration: none;
	}
	

p a:hover {
    color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	}
	
h1 {
	font-family: 'Muli', sans-serif;
	font-size: 2.5vmax;
	color: white;
	text-align: center;
	margin-top: 0px;
  }
  
 h6 {
	font-family: 'Muli', sans-serif;
	color: white;
	text-align: center;

  }
  
div.hidden {
    position: absolute;
    left: -9999px;
	top: -9999px;
    overflow: hidden;
    height: 1px;
    width: 1px;
}

div.navi {
    position: fixed;
	right: 5%;
	bottom: 0;	
	font-family: 'Muli', sans-serif;
	font-size: 2.5vmax;
    max-width: 160px;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width : 640px) {

div.navi {
    position: fixed;
	right: 5%;
	top: 70%;	
	font-family: 'Muli', sans-serif;
	font-size: 2.5vmax;
    max-width: 160px;
    margin: 0;
    padding: 0;
}
	}

div.header {
	width: 100%;
	background-size: 100% auto;
	top: 0px;
	left: 0px;
	right: 0px;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
}

div.textcont {
    top: 70%
	height:100%;
	margin: 0;
	padding: 0;
	background-image: url(bg4.jpg);
	background-repeat:repeat-y;
	background-size: 100%;

	}
	
div.text {
	left: 10%;
	width: 70%;
	height:auto;
	margin-left: 10%;
	padding-bottom: 15vh;
	margin-top: 0px;
	overflow: hidden;
	border: 0px;
	;
}

div.footer {
    bottom: 0%
	height:5%;
	margin: 0px;
	padding: 1px;
	background-image: url(bg4.jpg);
	background-repeat:repeat-y;
	background-size: 100%;

	}
	
 ul {
    list-style-type: none;
    padding: 0;
}
   
 li a {
    text-decoration: none;
	color: white;
}

#current {
    color: #666666;
}

li a:hover {
    color: #ff0000;
}

img {
    max-width: 100%;
    height: auto;
    }
	
#frame {
	width: 100%;
	min-height: 500px;
	border: 0px;
    }