/*

Yash Shah
Aditya Bhatt
Blazonware

*/

body
{
	background-image:url(images/Untitled.jpg);
	background-repeat:no-repeat;
	background-size: 100%;
}

#copyright{
margin-left: 40%;

position: absolute;
z-index:2;
text-align:center;
bottom: 0%;
background-color: white;
opacity:0.4;

padding: 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;	
border-style:solid;
border-width:3px;


}


.btn{
margin-left: 73%;
margin-right: 50%;
width:10%;
position: absolute;
z-index:2;
text-align:center;
background-color: white;
opacity:0.4;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;	
border-style:solid;
border-width:3px;
border: 3px solid rgba(0, 0, 0, 0.3);

}

#mai{
top:0%;
position:absolute;
margin-left:20%;
width:40%;

}
a:hover>div
{
opacity:0.6;
}


#nav
{
opacity:0.8;
}

#tex
{
overflow:auto;
height:75%;
width:60%;
top:18%;
height:70%;
position:absolute;
margin-left:10%;
background-color: white;
background-color: rgba(255,255,255,0.5);
color: rgba(66, 62, 51,1);
font-family:times new roman;
z-index:5;
padding: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border-style:solid;
border-width:3px;
border: 4px solid rgba(0, 0, 0, 0.3);
}

#sponsor
{
position:absolute;
bottom:10%;
right:11%;
}



