body{background-image: url('../images/background.jpg')}
h3{color: #FF0000;
text-transform: capitalize;
}
p{color : #000000;
padding-left: 20px;
}
.container{	
width:80%;
max-width:1260px;
min-width:780px;
margin:0 auto;
}
header{ 
width:100%;
height:200px;
border-width:5px;
text-align:center;
box-sizing:border-box;
background-color:#b31400;}
nav{ 
height:768px;
float:left;	
width:20%;
border-bottom-width:5px;
box-sizing:border-box;
background-color:#9933ff;
} 
section{
width:80%;
height:768px;
float:left;
border-width:5px;
box-sizing:border-box;
background-color:#ADD8E6
}
footer{
width:100%;
float:left;
text-align:center;
height:100px;
border-width:5px;
box-sizing:border-box;
background-color:#000000
}

p:first-letter {
 text-transform: uppercase;
 font-size: 15px;
 font-weight:bold ;
 font-family: 'Anton', sans-serif; 
 color:#ff3333
}
table, th{border:1px solid;padding:15px; margin:0 auto;
}
th{background-color:#1f7a7a}
.video{ padding-top:20px;  }
td{padding-bottom:10px;border:1px solid; background-color:#ff0000; 
}
.listssection{
	-webkit-transform-style: preserve-3d;
    -moz-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.image{text-align:center;}
.listcentre {
	position:relative;
	top:10%;
    transform:translateY(-50%);
	margin:0 auto; 
	width:25%; 
	color:white; 
	text-align: center;
	background-color:#000000
}
.rotate90 {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
	padding-top:30px;
	padding-right:10px
}
/* .listcenter{margin:o auto;width:25%; text-align:center;} */
.fancy {font-family: 'Lobster', cursive; font-size:20px; color:#66ff33; text-align: center; }
.title{padding-top:60px;}
.images{padding-left:100px; text-align: center;}
.blue {font-family: 'Rubik', sans-serif;  color: #0000ff }
.red {font-family: "arial"; color : #0000FF;}
.green {font-family: "arial"; color : #2AFF00;}
#green {font-family: "arial"; color : #2AFF00;}
#red {font-family: "arial"; color : #0000FF;}