/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 0px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {


    height: 100%; 
    width: 100%;
    position: absolute;
    bottom: 0px;
    overflow-x:hidden;


}
.indentText{
  text-indent: 35px;
}

.full2 {

    background: url('img/college-bg-l.jpg')no-repeat center top #FFF;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
   
    border-bottom: thick solid #576a8a;


}
.row-fluid .span6 {
  display: table-cell;
  vertical-align: bottom;
  float: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.imgW {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 100px;
 
}

.flip{
    background: url('http://www.collegecrypto.org/css/img/collegeFlip.png')no-repeat center top #FFF;
    background-size: cover;
}

#welcomeNoFade{
	z-index:50;
	
	width: 100%;
    opacity:1;
    border-radius: 25px;
    background-color: white;
	
	margin-top: 5%;
    box-shadow: 10px 10px 50px #888888;
}

#welcome{
    z-index:50;
    height: 75%;
    width: 100%
    position: absolute;
    opacity:1;
    border-radius: 100px;
    background-color: white;
    
    margin-top: 0%;
    box-shadow: 10px 10px 50px #888888;


}


h1.ontop{
    position: relative;
	color: grey;
	padding: 10px;
	text-align: center;
}
	
#test {
  font-size: 50px;
  text-align:center;
  /*  there it is */
  display:table-cell;
  vertical-align:middle;
  opacity: .4;

  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;

  background-color: #ffffff;
}

.error-label {
  float:right;
}



-moz-box-shadow: inset 0px 0px 50px 50px #000000;
-webkit-box-shadow: inset 0px 0px 50px 50px #000000;
box-shadow: inset 0px 0px 50px 50px #000000;


}

#fadelog{
}

@keyframes pos {
    from { 
	   opacity:0;
    }
    to   { opacity: 1 }
}

/* Firefox */
@-moz-keyframes pos {
    from { 
	   opacity:0;
    }
    to   { opacity: 1 }

}

/* Safari and Chrome */
@-webkit-keyframes pos {
    from { 
	   opacity:0;
    }
    to   { opacity: 1 }
}

/* Internet Explorer */
@-ms-keyframes pos {
    from { 
	   opacity:0;
    }
    to   { opacity: 1 }
}?



@keyframes fadein {
    from { opacity: .1; }
    to   { opacity: .30; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: .1; }
    to   { opacity: .30; }

}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: .1; }
    to   { opacity: .30; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: .1; }
    to   { opacity: .30; }
}?

@keyframes op {
    from { opacity: 0; }
    90%  {opacity: 0;}
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes op {
    from { opacity: 0; }
    90%  {opacity: 0;}
    to   { opacity: 1; }

}

/* Safari and Chrome */
@-webkit-keyframes op {
    from { opacity: 0; }
    90%  {opacity: 0;}
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes op {
    from { opacity: 0; }
    90%  {opacity: 0;}
    to   { opacity: 1; }
}?