body {
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.content {
    width: 100%;
    height: 100%;
    margin: 0;
}
.top-of-nav {
    background-color:rgba(0,0,0,0.5);
    height: 28vh;
    margin-left: 0;
}
@media only screen and (max-width: 320px), screen and (max-width: 420px), screen and (max-width: 520px), screen and (max-width: 620px), screen and (max-width: 720px) {
    .top-of-nav {
        height: 40vh !important;
    }
}
.top-of-nav-content {
    width: 100%;
    height: 100%;
    opacity: 100%;
    display: block;
    
}
.top-of-nav-content h1 {
    color: white !important;
    font-size: 40px;
    padding-top: 40px;
}
.letter {
    color: #4eb1db !important;
}
.letter-middle {
    color: #4eb1db !important;
}
.top-of-nav-content h4 {
    color: #c8dc91  !important;
    font-size: 25px;
    padding-bottom: 30px !important;
    padding-bottom: 10px;
}
/*Navigation bar*/
.navbar {
    background-color: black !important;
    border-radius: 0px;
    padding: 10px;
    position: sticky !important;
    top: 0;
    width: 100%;
}
.navbar-toggler-icon {
    
}
.nav-top-links .nav-item, .nav-bottom-links .nav-item{
    display: inline-block;
}
.nav-link a {
    color: #4eb1db;
}
.glyphicon-search {
    color: #4eb1db !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(73, 169, 214, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.menu-text {
    color: #4eb1db;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(73, 169, 214, 1);
  }
.nav-link {
    color: #4eb1db !important;
    padding: 20px !important;
}
.active .nav-link  {
    text-decoration: underline !important;
    text-decoration-color: #c8dc91 !important;
    text-underline-offset: 20px;
}
.dropdown-toggle:hover {

}
.dropdown-menu {
    background-color: white !important;
    border: 1px solid grey;
}
.dropdown-menu .dropdown-item {
    color: #181831 !important;
    font-weight: 500 !important;
}
.dropdown-menu .dropdown-item:hover {
    background-color: black !important;
    color: #4eb1db !important;
    border-radius: 5px;
}
.nav-item {
   
}
.navbar-nav {
    box-sizing: inherit;
} 
.sub {
    position: absolute;
    margin-left: 101%;
    margin-top: -20%;
}
.sub-menu {
    position: absolute;
    margin-left: 101%;
    margin-top: -20%;
    display: none;
    background-color: white;
    border-radius: 5px;
}
.sub-menu a {
    text-decoration: none;
    color: #181831;
}
.sub-menu a:hover,  .sub-menu li:hover{
    background-color: black;
    color: #4eb1db;
}

/*Navigation bar end*/
.home-content, .about-content, .phyG12-content, .phyG11-content, .phyG10-content {
    margin-top: 15vh;
}
.home-content h3, .about-content h3 , .phyG12-content h3, .phyG11-content h3, .phyG10-content h3 {
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.page-content p a {
    color: white !important;
}
.page-content p em{
    color: black !important;
    font-weight: 500;
}
.papers-title {
    color: #181831 !important;
    font-weight: 700;
}
#practexam span{
    color: #198754 !important;
}
.mb-text {
    color: #181831 !important;
    text-decoration-color: #c8dc91 !important;
}
.mb-text a {
    text-decoration-color: #c8dc91 !important;
}
.oxi-addons-row .oxi-image-hover-style {
    width: 120px !important;
    height: 120px !important;
    display: inline-block !important;
}
.oxi-image-hover-style img {
    width: 80px !important;
    height: 80px !important;
}
/*Home page style*/
.page-content {
    background-color: #4eb1db !important;
    padding: 10px;
}
.right-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
/* end Home style*
/*About page style*/
.about-p {
    color: white !important;
    font-size: 18px;
    margin-top: 35px;
}
.about-p span {
    color: #181831 !important;
}
.about-p a{
    text-decoration: none;
    
}
.about-p a:hover {
    text-decoration: underline;
    text-decoration-color: #181831 !important;
}
.former-principals {
    padding: 10px !important;
    border-radius: 5px;
    margin-bottom: 40px;
}
/*end about style*/
/* Admissions style*/
.return-number {
    border-radius: 3px;
    color: #c8dc91 !important;
}
/**/
/*Z Grade 9 style*/
.kt-button {
    width: 120px !important;
    margin: 10px !important;
}
/* end Z Grade 9 style */
/* Gallery style*/
.carousel-caption h5,p {
    color: white !important;
}
.carousel {
    width: 100%;
    position: relative !important;
}
.gallery-carousel {
    border-radius: 10px;
    border: 1px solid black;
}
.gallery-carousel img {
    height: 600px !important;
    border-radius: 10px;
    border: 1px solid black;
}
@media only screen and (max-width: 320px) {
    .gallery-carousel img {
        height: 10vh !important;
    }
}
@media only screen and (max-width: 420px), screen and (max-width: 520px), screen and (max-width: 620px) {
    .gallery-carousel img {
        height: 40vh !important;
    }
}
@media only screen and (max-width: 720px) {
    .gallery-carousel img {
        height: 60vh !important;
    }
}

/*Photos of events*/
.events-carousel img{
    height: 300px;
    border-radius: 10px;
    border: 1px solid black;
}
button .active {
    background-color: #fff !important;
}
/* Footer styling */
.footer-info {
    padding: 10px;
    background-color:rgba(0,0,0,0.8);
    border-radius: 10px;
   
}
.address {
    margin-bottom: 20px;
    
}
.address-header {
    margin-top: 20px;
    color: #4eb1db !important;
   
}
.address-header, .middle-header{
    font-size: 20px;
}
.middle-header {
   
    color: #c8dc91 !important;
}
.address-info h5 {
    color: #fff !important;
    font-size: 16px !important;
}
.address h5 {
    font-size: 18px;
}
.heateor_sss_sharing_ul a{
    margin: 1px;
}
.copyright {
    width: 100%;
}
.copyright-text {
    background-color: black;
    color: white !important;
    font-size: 1vw;
    padding: 20px;
}

/*Changes*/
footer{
    overflow: hidden;
}