*{
    margin:0;
    padding:0;
}

body {
    font-family: 'Oswald', sans-serif;
    /* font-family: Arial, Helvetica, sans-serif; */
    background: #333;
    color: rgb(255, 255, 255);
    line-height: 1;
    height: 100vh;
    /* overflow: hidden; */
}

.container {
    width: 100%;
    height: 100%;
    /* CSS Smooth Scroll */
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

.navbar {
    position: fixed;
    top: 0;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 60px;
    background: rgba(0, 195, 173, 0.7);
    /* flex-wrap: wrap; */
}

.navbar ul {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
}

.navbar ul#name {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: left;
}

.navbar ul li {
    margin: 2 1rem;
    padding: 1rem;
}

.navbar ul li a {
    text-decoration: none;
    /* text-transform: uppercase; */
    color: #ffffff;
}

.navbar ul li a:hover {
    color: skyblue;
}

.courses_navbar {
    z-index: 1;
    display: flex;
    width: 100%;
    height: 60px;
    background: rgba(187, 191, 255, 0.7);
    padding: 0rem;
    margin: 0 0rem;
    flex-wrap: wrap;
    /* overflow:auto; */
}
.courses_navbar ul {
    
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    
}
.courses_navbar ul li {
    display: flex;
    /* margin: 0 1rem;
    padding: 1rem; */
}

.courses_navbar ul li button {
    text-decoration: none;
    border: none;
    /* text-transform: uppercase; */
    display: inline-block;
    background-color: inherit;
    margin: 0 1rem;
    color: #ffffff;
    white-space: nowrap
}

.courses_navbar ul li:hover {
    color: rgb(0, 64, 106);
    background: #f4ce36;
}

.courses_sub_navbar {
    position: relative;
    /* top: 40; */
    z-index: 1;
    display: flex;
    width: 100%;
    height: 60px;
    background: rgba(94, 102, 255, 0.7);
}
.courses_sub_navbar ul {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
}
.courses_sub_navbar ul li {
    margin: 0 1rem;
    padding: 1rem;
}

.MC {
    border-radius: 30px;
    width: 30%;
    max-width: 250px;
}

.bl {
    color: rgb(255, 218, 96);
    display: inline-block;
    font-size: 2.5rem;
}

.maintext {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 1rem;
    text-align: justify;
    max-width: 600px;
}

.quote {
    color: rgb(255, 248, 118);
    display: inline-block;
    font-size: 2rem;
    text-align: center;
    max-width: 600px;
}

.t_image {
    max-height: 300px;
    height: 250%;
    width: auto;
}

.c_image {
    max-width: 850px;
    width: 90%;
}

.textbox{
    /* margin: 0 1rem; */
    padding: 1rem;
    background-color: rgb(94, 102, 255, .9);
    
}

.left-line{
    color: rgb(64, 43, 157);
    /* display: inline-block; */
    font-size: 2rem;
    text-align: left;
    margin-left: 10%;
    
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
}

modulesection {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    text-align: center;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
}

section h1 {
    font-size: 4rem;
}

.container a {
    text-decoration: none;
    /* text-transform: uppercase; */
    color: #00ff84;
}

.container a:hover {
    color: skyblue;
}

section h4 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
}

section p {
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
}
 

/* Section Images */
section#home {
    background: url('media/images/backgrounds/BG_ERMu.jpg') no-repeat center center/cover;
}

section#about {
    background: url('media/images/backgrounds/BG_6.jpg') no-repeat center center/cover;
}

section#events {
    background: url('') no-repeat center center/cover;
}

section#findmogu {
    background: url('') no-repeat center center/cover;
}
