
/*************************
*******Typography******
**************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Bitter);


body {
  font-family: 'Roboto', sans-serif;
  background: #00003c;
/*  background-image: url(../images/field.jpg); */
/*  background-image: url(../images/stars.jpg); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom; 
  position: relative;
  font-weight:400px;
}


.navbar {
  font-size: 1.2rem;
  font-family: 'Bitter', cursive;
}


.wiz-images {
	text-align: center;
}

.wiz-para {
	text-align: center;
}

.nicetable {
	 
	margin-left: auto; 
	margin-right: auto;
	min-width: 80%;
}

.nicetable th, .nicetable td {  
	border: 1px solid #000;
	border-collapse: collapse;
}

.nicetable tr:nth-child(even) {
    background-color: #eee;
}
.nicetable tr:nth-child(odd) {
    background-color: #fff;
}

.nicetable th {
    color: white;
    background-color: black;
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Bitter', serif;
  text-align: center;
}
.classtitle {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Bitter', serif;
  text-align: center;
  font-size: 24px;
  margin-left: 10px;
  margin-bottom: -30px;
}

.video-gallery {
  border: 2px solid #33ff66;
  border-radius: 15px;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px; 
  margin-top: 10px;
  position: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

.video-gallery a img {
  max-width: 100%;
  
}

.video-gallery a:hover .overlay-icon{
  opacity: 1;
}

.video-gallery p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom:0px;
}

.video-gallery  h2 {
  color: #8c8c88;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300; 
  margin-top:0px;
    width: 100%; 
	height: 23%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

.twitter-share-button { 
	vertical-align: text-bottom !important;
	max-height: 20px;
}

.fb-share-button { 
	vertical-align: text-bottom !important;
	max-height: 20px;
}

img {
	max-width: 95%;
	height: auto;
	padding: 3px;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #000;
}



/*************************
*******Header CSS******
**************************/
#header {
  border: 3px solid #33ff66;
  border-radius: 25px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
  background: #ffffff;
}


.header_top {
  background: none repeat scroll 0 0 #Ffffff;
  /*background-image: url(../images16/topbkg.jpg);*/
}

.logotext{
  font-family: 'Bitter', cursive;
  text-shadow: 2px 3px 2px #fff;
	
	font-weight: 600;
}
.contactinfo ul li:first-child{
    margin-left: -15px;
}

.contactinfo ul li a{
  font-size: 12px;
  color: #696763;
  font-family: 'Roboto', sans-serif;
}


.contactinfo ul li a:hover{
	background:inherit;
}


.header-middle .container .row {
  
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;


}

.header-middle  {
/*background-image: url(../images16/topbkg.jpg);
background-size:cover;*/
padding-right: 10px;
padding-left: 10px;
background: rgba(240, 240, 255);
  border: 0px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  overflow:none;

}



.header-bottom {
  /*padding-bottom: 12px;
  padding-top: 12px;    */
  background:none;
  border-top: 2px solid #33ff66;
}

.navbar-collapse.collapse{
  padding-left: 0;
}


.PageBody  {  
  
  padding-bottom: 10px;
  padding-top: 10px;
  background: rgba(0, 0, 65);
  
}

.PageBody ul li {
  list-style: disc;
  margin-bottom: 6px;
}

.PageBody .container {  
  border: 3px solid #33ff66;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.9);
}

.PageBody .container .row {  
  
}

.FooterBody  {  
  

  padding-bottom: 6px;
  padding-top: 10px;
  margin-right: 6px;
  margin-left: 6px;
}

.FooterBody .container { 
  border-radius: 25px; 
  border: 2px solid #33ff66;
  background: #fff;
  text-align: center;
}

.FooterBody .container .row {  
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 15x;
  padding-top: 10px;
}


  
/*************************
*******Footer CSS******
**************************/

#footer {
  
}


.footer-top .container {
  border-bottom: 1px solid #E0E0DA;
  padding-bottom: 20px;
}


.footer-top .col-sm-3{
  overflow: hidden;
}



.footer-bottom {
  background: #D6D6D0;
  padding-top: 10px;
}

.footer-bottom p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}

.footer-bottom p span a {
  color: #FE980F;
  font-style: italic;
  text-decoration: underline;
}




.int_boxes {  
  border: 2px solid #33ff66;
  border-radius: 15px;
  background: #fff;
  padding: 8px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.col-pad {
	
}
