body{
	width: 95%;
}
.navigation{
	margin-top: 0px; 
	width: 100%;
	height: 60px;
	z-index: 1;
	position: fixed;
	top: 0px;
	background-color: grey;
	opacity: 0.75;
	font-weight: normal;
	margin-left: -10px;
	
}
.button {
    background-color: orange; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 6px 8px;
    cursor: pointer;
   }
 .button4 {border-radius: 12px;}

 .main{
	position: relative;
	width: 100%;
	text-align: center;
	margin-left: 0px;
}
h1{
	position: absolute;
	text-align: center;
	width: 50%;
	margin-left: 25%;

}
.discriptionmain{
	
	position: absolute;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	font-size: 18px;
	

}

 table{
 	position: absolute;
 	width: 95%;
	line-height: 0px;
	
	margin-left: 2.5%;
	



 }
 th{
	font-size: 15px;
	font-weight: normal;
	text-align:left;
	padding-left: 75px;

}





  a{
  	color: black;
  

}

.discription{
	width: 75%;	
	font-size: 17px;
	line-height: 20px;
	text-align: left;
	margin-left: 0px;
}



}
hr{
	margin-left: 20px;
	width: 100%;

}
img{
	width: 800px;
	height: 450px;
}
.small img{
	width: 500px;
	height: 281px;
	margin-left: 0px;
	padding-right: 20px;

}
.tall img{
	height: 600px;
	width: 337px;
}
.horizontal img{
	width: 800px;
	height: 151;
}
.container{
	width: 90%;
	margin-left: 25px;
}

figcaption{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-right: 300px;

}
.small figcaption{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-right: 100px;
	
}
.discription a{
	color: blue;
}

