* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


/* Navbar Styling */

#iSchool {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: white;
}

.custom-nav-link:hover {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.custom-nav a {
    color: white !important;
}


/* Video Styling */

video {
    height: 100%;
    width: 100%;
    line-height: 0px;
}

.remove-video-margin {
    margin-bottom: -4px;
    padding: 0px;
}

.video-parent {
    position: relative;
}

.video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    background-color: #225470;
}

.video-content {
    position: absolute;
    text-align: center;
    top: 53%;
    left: 33%;
    z-index: 1;
    color: white;
}


/* Banner Styling */

.bottom-banner {
    color: white;
    padding: 10px;
}


/* Contact Us Styling */

.stripe {
    background-image: linear-gradient(240deg, #ed213a, #93291e);
    padding: 3rem;
    height: 13rem;
    margin-top: 4rem;
    transform: rotate(13deg);
}


/* Student's Feedback Styling */

#feedback {
    background-color: #3C627E;
    height: 390px;
}


/* Social Media Section Styling */

#media {
    height: 33px;
}

.hov:hover {
    background-color: #555352;
    cursor: pointer;
}


/* About Styling */

.category a {
    text-decoration: none;
}


/* Media Query */

@media screen and (min-width: 0px) and (max-width: 570px) {
    .my-content,
    .text-banner {
        display: none;
    }
    .video-content {
        top: 20%;
        left: 37%;
    }
    .stripe {
        margin-bottom: 100px;
    }
}

/* Logoin CSS  */
