@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,700");

body {
    margin-bottom: 0px;
    margin-top: 60px;
    font-family: 'Roboto',
        sans-serif;
}

html,
body {
    overflow-x: hidden;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover {
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}


.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-light .navbar-nav .active .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 111, 177, 0.99);
}

.navbar-default .navbar-nav li:hover,
.navbar-default .navbar-nav li:focus {
    color: rgba(3, 118, 185, 0.815);
    /* background: rgba(3, 118, 185, 0.815); */
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* .navbar-default .navbar-nav li:hover a {
    color: white;
} */


.navbar-light .navbar-nav .active>.nav-link {
    color: #000000;
}

.navbar-nav>li {
    float: left;
    position: relative;
}

.navbar-nav .active a::after {
    border-bottom: 5px solid rgba(0, 111, 177, 0.99);
    bottom: -10px;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
}

.navbar-default .navbar-nav>li {
    margin: 0 8px;
}

a:hover {
    color: #000000;
}

.navbar-default {
    border: none;
    border-radius: 0;
    /* background: #157733; */
    background: white;
}


.dropdown-menu {
    /* background-color: #157733; */
    background-color: rgba(0, 112, 177, 0.91);

}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    color: white;
    background-color: #2a2d2752;
}

.modal-background {
    /* background-color: #157733; */
    background-color: rgba(0, 111, 177, 0.91);
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing .col-lg-6 {
    margin-bottom: 1.5rem;
    text-align: center;
    text-align: justify;
}

.marketing h2 {
    font-weight: 550;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.marketing .col-lg-6 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc);
}

.circle {
    width: 110px;
    height: 110px;
    background: rgba(0, 111, 177, 0.91);
}

.a-black {
    color: white;
}

.popup {
    transition: transform .2s;
}

.popup:hover {
    transform: scale(1.2);
}

.popup a:hover {
    color: white;
}

.slider-logo {
    width: 370px;
    height: 70px;
}

.jumbotron {
    padding: 5px;
    background-color: white;
}

.divElement {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

.center {
    text-align: center;
}

div.form {
    display: block;
    text-align: center;
}

form {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

/* .form-control:focus {
    border-color: green;
    box-shadow: 0 0 0 0.2rem rgba(14, 185, 35, 0.7);
} */

.footer {
    background-color: #212529c7;
    margin: 0px auto;
    padding: 20px 0px 20px 0px;
}

.text-white {
    color: white;
}

.parallax-window {
    min-height: 590px;
    background: transparent;
}



/* Carousel */
/* Carousel base class */
.carousel {
    margin-bottom: 0rem;
    overflow: hidden;

}

/* Since positioning the image, help out the caption */
.carousel-item .carousel-caption {

    bottom: 3rem;
    z-index: 10;
    background: rgba(0, 0, 0, 0.35);
}

/* .carousel-item img {

    top: 0;
    height: auto;
} */

.carousel-item img {
    /* min-width: 100%; */
    /* position: absolute; */
    top: 0;
    /* height: 36rem; */
    /* min-height: 500px; */
    left: 0;
    width: 100%;
    /* height: 100%; */

}

.carousel-inner img {
    width: 100%;
    height: 100%;

}


/* ========================================================================= */

.Absolute-Center {
    width: 90%;
    height: 280px;
    overflow: auto;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: solid rgba(0, 111, 177, 0.91);
    position: relative;
}


/* MAKING H1 AND H3 RESPONSIVE */
/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h1 {
    font-size: 1rem;
}

.carousel-caption h3 {
    font-size: 1rem;
}

/*1rem = 16px*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {

    h1 {
        font-size: 1.5rem;
    }

    .carousel-caption h3 {
        font-size: 1.4rem;
    }

    /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    .carousel-caption h3 {
        font-size: 1.6rem;
    }

    /*1rem = 16px*/
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size: 2.5rem;
    }

    .carousel-caption h3 {
        font-size: 1.9rem;
    }

    /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }

    .carousel-caption h3 {
        font-size: 2.2rem;
    }

    /*1rem = 16px*/
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/


.pakJapan {
    width: 70px;
    height: 50px;
}

.textColor {
    color: rgba(0, 111, 177, 0.91);
    font-weight: 600;

}

.dividerShadow {
    border: none;
    height: 20px;
    width: 100%;
    height: 50px;
    margin-top: 0;
    box-shadow: 0 20px 20px -20px #333;
    margin: -50px auto 10px;
}

.justifyContent {
    text-align: justify;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}



/* scholarship button */
.scholarshipBtn {
    width: 120px;
    height: 40px;
    margin-top: -1px;
    text-align: center;
    line-height: 39px;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 16s linear infinite;
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }


}

/* =========================================== */


.newsletterImg {
    height: 340px;
    width: 300px;
}

.galleryImg {
    height: 340px;
    width: 340px;
}

.pdfIconStyle {
    color: red;
}

.execImage {
    height: 260px;
    width: 230px;
}


/* Executive Member Images overlay effect */
/* ========================================================================================== */
.containerImg {
    position: relative;
    /* width: 100%; */
}

.image {
    opacity: 1;
    /* display: block; */
    /* width: 100%; */
    /* height: auto; */
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.containerImg:hover .image {
    opacity: 0.3;
}

.containerImg:hover .middle {
    opacity: 1;
}

.textExec {
    background-color: rgba(0, 111, 177, 0.91);
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

/* ========================================================================================================== */

.newsBack {
    color: white;
}

.logoSpacing {
    margin-bottom: 30px;
}

.featuretteText {
    text-align: justify;
}

.card-body .jumbotron {
    background-color: #dee2e6;
}


/* Admin Pages Styles */
/* ========================================================================================== */
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    color: white;
    background: rgba(0, 111, 177, 0.91);
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;

}

#page-content-wrapper {
    min-width: 100vw;

}



#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.sidebar-color {
    color: white;
    background: rgba(0, 111, 177, 0.91);
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;

    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }


}

.dropdown-text-color {
    color: white;
}

.list-group-item.active {
    border-left: 5px solid white;
    background-color: #2d68a7;
}

/* ========================================================================================== */