@font-face {
  font-family: schoolFont;
  src: url("../fonts/schoolFont.ttf");
}
.jumbotron {
  position: relative;
  background-size: cover;
}
.jumbotron .overlay-text {
  position: relative;
  z-index: 2;
}
.jumbotron .overlay-text .text-white {
  color: #fff;
}
.jumbotron .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  background-color: #528ec0;
  z-index: 1;
}
.jumbotron .inner {
  position: relative;
  z-index: 2;
}
.jumbotron .navbar {
  min-height: 67px;
  margin: -35px 0 45px 0;
  position: relative;
  top: 0;
  z-index: 3;
  background-color: #f8f8f800;
  border-color: #e7e7e700;
}
.jumbotron .navbar .sch-identity {
  height: 75px;
  display: inline-block;
  margin-top: -5px;
  overflow: hidden;
}
.jumbotron .navbar .school-name {
  color: #fff;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 35px;
  margin-left: 10px;
}
.jumbotron .navbar .navbar-nav li a {
  color: #fff;
}
.jumbotron .navbar .nav-collaps-mt {
  margin-top: 15px;
}
.jumbotron .navbar .nav-mt {
  margin-top: 9px;
}

.online-adm-content {
  margin-bottom: 80px;
}

.container .upload-photo {
  border-radius: 0px;
}

footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #F8F8F8;
  color: white;
  text-align: center;
}
footer .footer-link {
  font-size: 13px;
}

@media only screen and (max-width: 656px) {
  footer .pull-left, footer .pull-right {
    float: none !important;
  }
  footer .pull-left .footer-link, footer .pull-right .footer-link {
    font-size: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 481px) {
  .school-name {
    display: none;
  }
}

/*# sourceMappingURL=admission-for-no-cms.css.map */
