@font-face {
    font-family: urduFont2;
    src: url(../fonts/urdu2.ttf)
}

.logo {
    width: 50px;
    margin: 0;
}

.logo-header {
    margin: 0 auto;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: urduFont2;
    text-align: center;
    font-size: 18px;

}

.introduction {
    background-color: #eeeeee
}

.introduction1 {
    background-color: #e0e0e0
}

.mission-section {
    border: 1px inset rgba(0, 0, 0, 0.3);
    height: 400px;
    overflow: hidden;
    background-color: #f5f5f5
}

.principalN {
    text-align: left;
    margin-left: 2%
}

.mission {
    background-color: #bdbdbd
}

.learnMore {
    text-align: center;
    border: 1px solid #ccff90;
    color: black;
    background-color: #eceff1;
    border-radius: 16px;
    width: 200px;
    height: 38px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

/* adding effect on button */

.learnMore:hover {
    border: 3px solid #76ff03;
    font-weight: bold;
    background-color: white
}


.learnMore:focus {
    background-color: white;
}

/* adding effect on nav links */
 .navLink:hover {
    
    border: 1px solid #090f03;
    font-weight: bold;
    background-color: #424242
 }
 
#courseDetail{
    /* height : 350px; */
    border : 1px solid #4186ca;
    /* border-radius : 5px; */
    background-color: #039be5;
    color : white
}
.courseSection{
    height : 340px;
    border : 2px solid #bdbdbd;
    border-radius : 5px;
    background-color: #039be5;
    color : white
}

.tableR{
    text-align: right;

    
}
.textLeft{
    text-align: right;
    
}

.address{
    background-color: #ffcc80
}