/*
Theme Name: obf-new
Author: kushinauwu
Description: basic revised obf homepage theme
Version: 5.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

.fellowships-introduction {
    margin-bottom: 1em;
}

.fellowships-introduction img {
    border-radius: 25px;
}

.fellowships-introduction h2 {
  margin-top:0;
}

.introduction-text-wrapper {
    position: relative;
    width: 100%;
}

.fellowships-introduction p {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}

.selection-criteria,
.coverage {
    background-color: #1b2e25;
    /*projects section  bgcolor*/
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    transition: 1s ease;
    height: auto;
}

.selection-criteria h1,
.coverage h1 {
    color: #88eef7;
    margin-bottom:
}

.col-xs-2 {
    margin: 0;
    padding: 0;
}

.criterion-number h2 {
    text-align: center;
    background-color: #ffff4d;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 5% 0 0 0;
    margin-left: 30%;
}

.criterion-heading {
    position: relative;
    right: 7%;
}

.criterion-heading h2 {
    color: lightblue;
    margin-top: 30px;
    padding: 0 0 1% 0;
}

.criterion-text p {
    color: whitesmoke;
    position: relative;
    display: block;
    margin-left: 7%;
    top: 2%;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 0.7px;
    transition: 0.3s ease;
}

.criterion-req p {
    color: whitesmoke;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 0.7px;
    margin-left: 0;
    margin-top: 1%;
}

.selection-criteria img {
    margin-left: 50%;
    margin-bottom: 20px;
}

/*coverage*/
.coverage {
    opacity: 1;
    transition: 1s ease;
    height: auto;
    padding: 0 0 30px 0;
}

.coverage-text-wrapper {
    position: relative;

}

.coverage-text {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 3vh;
}

.coverage-text li {
    color: whitesmoke;
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    transition: 0.3s ease;
    margin-bottom: 1%;
}

.coverage-icon {
    width: 100%;
}

.coverage-icon img {
    padding: 0 10%;
    position: relative;
    width: 80%;
}

/*Applicant requirements */
.applicant-requirements {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    transition: 1s ease;
    height: auto;
}

.applicant-requirements p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 0.7px;
    margin-left: 0px;
    margin-bottom: 0;
}

.applicant-requirements ul li {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 0.7px;
    margin-left: 0px;
    list-style-type: square;
    margin-left: 10%;
}

.applicant-req-blurb p {
    margin-bottom: 0;
    font-size: 20px;
}

.applicant-req-blurb {
    background-color: #cfffff;
    padding: 1.5%;
    border-radius: 3vh;
}

/*applications*/
.applications {
    margin-bottom: 30px;
}

.applications h1 {
    margin-bottom: 0;
}

.applications-heading h2 {
    color: #275aa1;
}

.applications .applications-text {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 0.7px;
    margin-left: 0px;
    list-style-type: square;
}


@media only screen and (max-width:991px) {
    .selection-criteria img {
        margin-left: 35%;
        margin-bottom: 20px;
    }
}

/* Mobile display */
@media only screen and (max-width:769px) {
    * {
        margin: 0;
        padding: 0;

    }

    body {
        font-family: 'K2D', sans-serif;
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0.7px;
        padding: 0px;
        margin: 0;
        overflow-x: hidden;
    }

    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
        height: auto;
    }

    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
        height: auto;
    }

    img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

    section {
        display: block;
    }

    h1 {
        font-size: 5vh;
        margin-bottom: 3vh;
        color: #275aa1;
        /* section headings text*/
        font-family: 'Montserrat', sans-serif;
        padding: 0;
        text-align: left;
    }

    a {
        transition: color 0.2s;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    /*NAVIGATION*/
    .navbar {
        margin-top: 0px;
        padding-top: 20px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        background-color: whitesmoke;

    }

    .navbar .nav-logo {
        padding: 0;
        margin-left: 0;
    }

    .navbar-header .nav-logo img {
        margin-top: 30px;
        padding-top: 38px;
        display: block;
        height: auto;
        max-width: 200px;
        vertical-align: middle;
        border: 0;
    }

    .navbar ul {
        list-style: none;
        margin-bottom: auto;
    }

    .navbar ul li {
        padding: 0px 20px;
        text-align: right;
        display: inline-block;
        transition: 0.5s ease;
    }

    .navbar ul li:hover {
        background-color: rgba(128, 0, 128, 0.2);
        /* navbar hover bg color */
        border-radius: 25px;
        text-decoration: none;
    }

    .navbar ul li a {
        display: block;
        padding-top: 0px;
        color: darkslateblue;
        /* navbar link text color */
        font-weight: normal;
        font-style: normal;
        border-bottom: 2px solid transparent;
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 20px;
    }

    .dropdown {
        display: inline-block;
        position: relative;
    }

    .navbar-collapse .dropdown .dropdown-menu {
        display: none;
        position: absolute;
        background-color: rgba(196, 245, 198, 0.9);
        /* main link navbar dropdown hover bg color*/
        width: auto;
        height: auto;
        box-shadow: 8px 8px 16px 0 rgba(128, 0, 128, 0.2);
        z-index: 1;
        text-align: left;
        left: 0;
        border-radius: 20px;
        margin-top: 0;
    }

    .dropdown-menu li {
        display: block;
    }

    .dropdown .dropdown-menu li a {
        color: darkslategray;
        /* navbar dropdown text color */
        font-size: 18px;
        transition: 0.3s ease;
    }

    .navbar .dropdown .dropdown-menu li:hover {
        background-color: transparent;
    }


    .dropdown-menu li a:hover {
        background-color: lightblue;
        /* navbar dropdown hover bg color*/
        background-image: none;
        border-radius: 10px;

    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    i {
        border: solid darkslateblue;
        /* navbar arrow color */
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        margin-left: 3px;
    }

    .down {
        transform: rotate(45deg) translateY(-5px);
    }

    /*Introduction  info */

    .fellowships-introduction {
        display: block;
        padding: 0;
    }

    .fellowships-introduction img {
        padding: 3%;
    }

    .fellowships-introduction p {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0px;
        font-size: 3vh;
        /* color: #2d95b5;*/
        color: rgb(001, 017, 032);
        font-family: 'Lato', serif;
        letter-spacing: normal;
    }

    .selection-criteria,
    .coverage {
        background-color: #1b2e25;
        /*projects section  bgcolor*/
        margin-left: 0;
        margin-right: 0;
        opacity: 1;
        transition: 1s ease;
        height: auto;
        padding: 3vh 0 0vh 0;
    }

    .selection-criteria h1,
    .coverage h1 {
        color: #88eef7;
        text-align: left;
        font-size: 5vh;
    }

    .col-xs-2 {
        margin: 0;
        padding: 0;
    }

    .criterion {
        margin-top: 2vh;
    }

    .criterion-number h2 {
        text-align: center;
        padding: 15%;
        margin: 0;
        background-color: #ffff4d;
        border-radius: 50%;
        height: 7vh;
        width: 7vh;
        font-size: 4vh;
    }

    .criterion-heading {
        position: relative;
        right: 0%;

    }

    .criterion-heading h2 {
        color: lightblue;
        margin-top: 0px;
        padding: 0;
        font-size: 3.6vh;
    }

    .criterion-text p {
        color: whitesmoke;
        position: relative;
        display: block;
        margin-left: 2%;
        top: 0%;
        font-family: 'Lato', serif;
        font-size: 3vh;
        letter-spacing: normal;
        transition: 0.3s ease;
    }

    .criterion-req p {
        color: cornsilk;
        font-family: 'Lato', serif;
        font-size: 2.5vh;
        letter-spacing: normal;
        margin-left: 0;
        margin-top: 1%;
        margin-bottom: 4vh;
    }

    .selection-criteria img {
        margin-left: 10%;
        margin-bottom: 0vh;
    }

    /*coverage*/
    .coverage {
        /*float: left;*/
        opacity: 1;
        transition: 1s ease;
        height: auto;
        padding: 2vh 0 2vh 0;
    }

    .coverage-text-wrapper {
        position: relative;

    }

    .coverage-text {
        position: relative;
        padding: 0;
        height: auto;
        width: 100%;
        margin-top: 0vh;
    }

    .coverage-points li {
        margin-bottom: 3vh;
    }

    .coverage-text li {
        color: whitesmoke;
        margin-bottom: 1vh;
        margin-left: 2%;
        margin-right: 2%;
        font-family: 'Lato', serif;
        font-size: 3vh;
        font-weight: normal;
        letter-spacing: normal;
        transition: 0.3s ease;
        margin-bottom: 1%;
    }

    .coverage-text p b {
        color: cornsilk;
    }

    /*Applicant requirements */
    .applicant-requirements {
        margin-left: 0;
        margin-right: 0;
        opacity: 1;
        transition: 1s ease;
        height: auto;
        padding: 3vh 0 3vh 0;
    }

    .applicant-requirements p {
        font-family: 'Lato', serif;
        font-size: 3vh;
        letter-spacing: normal;
        margin-left: 0px;
        margin-bottom: 0;
    }

    .applicant-requirements ul li {
        font-family: 'Lato', serif;
        font-size: 3vh;
        letter-spacing: normal;
        list-style-type: square;
        margin-left: 10%;
    }

    .applicant-req-blurb p {
        margin-bottom: 0;
        padding: 3%;
    }

    .applicant-req-blurb {
        background-color: #cfffff;
        padding: 0%;
        border-radius: 6%;
    }

    /*applications*/
    .applications {
        margin-bottom: 30px;
    }

    .applications h1 {
        margin-bottom: 0;
    }

    .applications-heading h2 {
        margin-top: 3vh;
        padding: 0;
        color: #275aa1;
        font-size: 3.6vh;
    }

    .applications .applications-text {
        font-family: 'Lato', serif;
        font-size: 3vh;
        letter-spacing: normal;
        margin-left: 0px;
        list-style-type: none;
    }
}
