.logo{
max-height: 30px;	
	
}
 
 

body {
    #color: #fff2b0;
    cursor: auto;
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: lighter;
    line-height: 1.5;
    font-size: small;
}

.hidden{
	display: none;
}

.pointme{
	cursor: pointer;
}


.item-wrapper {
padding: 20px;
border: 1px solid #efefef;
border-radius: 3px;
margin-top: 40px;
height: 400px;
overflow-y: scroll;
}


.item-wrapper:hover .img-wrapper img {
  -webkit-filter: grayscale(0);
}
.item-wrapper:hover .img-wrapper .add-to-cart {
  bottom: 0;
}

.img-wrapper {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.img-wrapper .add-to-cart {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #333;
  padding: 16px 8px;
  bottom: -50px;
  position: absolute;
  z-index: 2;
  color: #fff;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.img-wrapper .add-to-cart:hover {
  background-color: #008cba;
}
.img-wrapper img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
 # -webkit-filter: grayscale(1);
  width: 100%;
}

h3 {
  font-size: 22px;
}

h5 {
  font-weight: bold;
}

 

.leftdiv, .centerdiv, .rightdiv
{
   text-align: center;
   margin-left: 7%;
}
@media only screen and (min-width: 641px)
{
   .leftdiv
   {
      text-align: left;
   }
   .rightdiv
   {
      text-align: right;
   }
}
  
  
  body {
	font-family: "Open Sans",   sans-serif;
	font-weight: 200;
  }

.parallax-background {
	background-color: #0078A0;
	height: 620px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	width: 100%;
}

.intro-text {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 15%;
}
.parallax-content {
	max-width: 100%;
	position: relative;
	top: 500px;
	padding: 50px;
 	background-color: #fff;
}              
   
 .bigg{
	 font-size: x-large !important;
 }  
 
 .red{
	 color: red;
	 padding: 4px;
 }
 
 .description{
	 font-size: small;
	 text-align: justify !important;
 }
 .enroll{
  background: red;
  text-align: center;
  cursor: pointer;	
    width: 100%;
  float: right;
  position: relative;
  bottom: 0px; 
  padding-top: 3px;
  padding-bottom: 3px;
 }
 .enroll:hover{
  background: black;
  text-align: center;
  cursor: pointer;	
  color: yellow;
  width: 100%;
  float: right;
  position: relative;
  bottom: 0px; 
 }
 
  .enrollx{
  background: blue;
  text-align: center;
  cursor: pointer;	
    width: 100%;
  float: right;
  position: relative;
  top: 0px;  
 }
 .enrollx:hover{
  background: black;
  text-align: center;
  cursor: pointer;	
  color: yellow;
  width: 100%;
    }
    
 .gray{
	 background: gray;
	 color: white;
	 opacity: .5;
 }   
 .small{
	 font-size: x-small;
	 padding: 2px;
 }
 
 .lightblue{
     background: rgba(44,0,255,0.96);
	 color: white;
	 	 opacity: .5; 
 }
 
 body{
    font-family: 'Open Sans';
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: large;
    margin: 0px;
}
h1{
    font-family: 'Open Sans';
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: xx-large;
    margin: 0px;	
}

.metro {
    background: none repeat scroll 0 0 red;
    color: white;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: small;
    font-weight: 600;
    margin: 0 0 0 25%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 50%;
}





#agree{
	cursor: pointer;
}

#agree:hover{
	color: red;
}

.messageback{
	color: red;
	font-size: small;
	
}

#loginForm{
    color: white;
    
}

a{
   
}


#loginForm{
     color: white !important;
}

.gold{
    color: #f9ff9c;
    font-size: small;
}

.message{
 background: yellow;

}

.fa-times{
  margin-bottom: 20px;
}
