@charset "utf-8";
body {
	width: 100%;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
.container{
	width: 100%;
	margin: 0px;
}
#anchor {
	padding: 8px;
	text-align: center;
	background-color:#000;
	
}

#anchor a {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: baumans, sans-serif;
	padding-right: 15px;
        padding-left: 15px;
	color: white;
	text-align: center;
}

 footer a:hover , #anchor a:hover, h2 a:hover{
	color: orange;
}


.jumbotron {
	width: 100%;
	background-image: url(images/headerback.jpg);
	font-family: berkshire-swash;
	font-style: normal;
	font-weight: 400;
	background-repeat: no-repeat;
	background-size: cover;
}



.jumbotron h1 {
	font-size: 60px;
	font-weight: bold;
	color: red;
}
.jumbotron h2{
	background-color:rgba(255,255,255, .70);
	font-size: 30px;
	font-family: Arial, Times new romaen, Helvetica;
	text-align: center;
	font-weight: bold;
	color: blue;
	padding: 10px;
}

.jumbotron h3 {
	background: black;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 5px;
}

.video {
	margin: auto;
background: #ccc;

}
.myvideo {
border: 2px solid green;
width: 100%;
}

#main {
	margin: auto;
}
#footer {
	color: rgba(247,239,239,1.00);
	background-color: rgba(50,50,50,1.00);
	font-family: pt-sans;
	font-style: normal;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	height: 200px;
}
#footer a {
	color: rgba(247,239,239,1.00);
	font-size: 20px;
	font-size: 20px;
}


h3  {
	color: #EA50EF;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
}
h4 {
	margin-top: 30px;
	color: rgba(250,246,246,1.00);
	background-color: rgba(14,1,1,1.00);
	text-align: center;
	font-size: 20px;
	
}



.well {
	margin-top: 10px;
}

.small-1 , .small-2{
	margin-top: 30px;
	background-image: url(images/smallback.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border: 2px solid rgba(245,237,237,1.00);
}
.small-1 p , .small-2 p{
	padding: 10px;
	background-color: rgba(229,219,219,0.80);
}
p {
	font-size: 17px;
	}


h2  {
	font-style: normal;
	font-size: 25px;
	font-family: averia-sans-libre;
	font-weight: 400;
	text-align: center;
	color: #F7F2F2;
}

table{
	width: 300px;
	border: 1px solid #B8860B;
	margin: auto;
}
h5{
	 text-align:center; font-weight:bold; color:red;
}


th, td {
	width: 50px;
	border: 1px solid #B8860B;
	border-collapse: collapse;
	text-align: center;
}


@media screen and (max-width:767px) {
	
	h3 {
		font-size: 18px;
		
}



	#anchor a {
     display:block;
    position:relative;
    font-size:16px;
font-weight: bold;
	text-align: center;
line-height: 30px;
}

table{width: 100%;}
}
	
        
  @media screen and (max-width:480px) {
	 .small-1, .small-2 {width: 100%;}
    
	h3 {
		font-size: 18px;
		}
}


	
	.jumbotron h2 {
		font-size: 18px;
	}
table{width: 100%;}
}



		
