nav {
    background-color: white;
    font-size: 15px;
    height: 100px;
    box-shadow: 5px 4px 4px 0px rgba(15, 8, 49, 0.2);
}

@media screen and (min-width: 1024px) {
    .navbar-toggler {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .navbar-nav {
        display: none;
    }
    .navbar-toggler {
        display: block !important;
    }
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.sidebar {
    margin-top: 80px;
    margin-bottom: 80px;
    position: absolute;
    background-color: white;
    box-shadow: 5px 4px 4px 0px rgba(15, 8, 49, 0.2);
    height: 100%;
    width: 230px;
    overflow-y: scroll;
}

.icon {
    margin-right: 20px !important;
    color: #d3d3d4 !important;
    font-size: 20px;
}

.nav-link {
    color: #003366;
    margin-top: 40px;
    font-size: 16px;
}

.nav-link:hover {
    border-bottom: 2px solid #003366;
    text-decoration: none;
    color: #003366;
    margin-top: 40px;
    font-size: 16px;
}

.fa-bars {
    color: black !important;
    font-size: 20px !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-menu {
    box-shadow: 10px 11px 46px 0px rgba(15, 8, 49, 0.2);
    border: none !important;
}

@media screen and (min-width:991px) and (max-width:1439px) {
    .menu .dropdown-menu {
        margin-top: 80px;
    }
}

.dropdown-item {
    font-size: 16px;
    color: rgb(163, 162, 162);
    font-family: 'Arial narrow';
}

.context {
    margin-top: 80px;
    background-color: #f5f5f6;
    padding: 90px;
}

.context h1 {
    text-align: center;
    font-family: 'Arial Narrow';
    color: #003366;
    font-weight: bold;
    padding-bottom: 40px;
}

.context p {
    font-size: 15px;
    color: rgb(163, 162, 162);
    line-height: 160%;
    margin-bottom: 0;
    text-align: center;
}

.carousel-inner .card {
    height: auto;
    overflow: hidden;
    height: 300px;
    margin-top: 20px;
    border: none;
    outline: none;
    box-shadow: none;
}

.carousel-control-next,
.carousel-control-prev {
    display: none !important;
}

.card-body h3 {
    color: #003366;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.card-body small {
    color: #003366;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.btn {
    background-color: #003366;
    color: white;
    padding: 5px;
    outline-style: none;
    border-radius: 5px;
    margin-left: 40px;
}

.btn:hover {
    background-color: #e8eef3;
    color: #003366;
    padding: 5px;
    border-radius: 5px;
    margin-left: 40px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 1439px) {
    .menu {
        display: block;
        margin-top: 10px;
        float: right;
        margin-right: 20px;
    }
    .nav-tabs {
        display: none
    }
    .tab-content {
        margin-top: 100px;
        border-left: none;
    }
    .row {
        margin: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .aboutIPL {
        font-size: 15px;
        color: rgb(80, 79, 79);
        line-height: 200%;
        margin-top: 40px;
        text-align: justify;
    }
    .winners {
        margin-top: 40px;
        height: 350px;
        overflow: scroll;
        background-color: #e8eef3;
    }
}

@media screen and (min-width: 474px) and (max-width: 993px) {
    img {
        width: 300px;
        height: 300px;
    }
}

@media screen and (min-width: 1440px) {
    .nav-tabs .nav-link {
        border: none;
        outline: none;
        margin: 10px;
        background-color: #003366;
        color: white;
        border-radius: 20px;
        width: 140px;
    }
    .nav-tabs {
        margin-top: 30px;
        border: none;
        outline: none;
    }
    .menu {
        display: none;
    }
    .tab-content {
        margin-top: 40px;
        border-left: none;
    }
    .row {
        margin: 0 !important;
        padding-left: 100px;
        padding-right: 100px;
    }
    .aboutIPL {
        font-size: 15px;
        color: rgb(80, 79, 79);
        line-height: 200%;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 30px;
        text-align: justify !important;
    }
    .winners {
        margin-top: 80px;
        height: 350px;
        overflow: scroll;
        background-color: #e8eef3;
    }
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:active {
    color: #003366;
    border: 2px solid #003366;
}

.awards .card {
    border: none;
    box-shadow: 3px 4px 20px 0px rgba(126, 125, 131, 0.2);
    margin-top: 20px;
    margin-right: 10px;
}

img {
    box-shadow: 3px 4px 20px 0px rgba(126, 125, 131, 0.2);
}

.awards .card-header {
    text-align: center;
    font-family: 'Arial Narrow';
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    background-color: white;
    font-size: 25px;
}

.awards .card-title {
    color: #003366;
    font-size: 15px;
}

.awards .card-body {
    font-size: 15px;
    color: rgb(163, 162, 162);
}

.awards .card-footer {
    text-align: center;
    font-family: 'Arial Narrow';
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    background-color: white;
}