﻿
html, body {
    flex: 1;
    height: 100%;
    max-width: 100% !important;
    margin: auto !important;
    padding: 0px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#loading-logo{
    display: flex;
    flex: 1;
    opacity: .25;
    margin-top: 50%;
    margin-bottom: 50%;
}


#top-menu-wrapper {
    top: 0;
    position: sticky;
    z-index: 200;
    background-color: royalblue;
/*    opacity: .85;*/
}


.img-main {
    background-image: url(/images/bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    
}

.img-opacity-5 {
    opacity: .5;
}

.img-opacity-6 {
    opacity: .6;
}

.img-opacity-7 {
    opacity: .7;
}

#img-index{
    
}

#top-container-index {
    position: relative;
}

#top-container-index > img {
    object-position: center;
    background-position: center;
    object-fit: cover;
    object-position: bottom;
    margin: 0 !important;
    max-width: 100%;
    max-height: 100vh !important;
    width: 100%;
}


#text-container1 {
    position: absolute;
    top: 50%;
    transform: translate(25%,-50%);
}

#text-header1 {
    color: white;
    font-size: 120px;
    margin-top: -7%;
    text-shadow: 2px 2px 2px #222222;
    line-height: 1.1;
}


#text-header2 {
    color: white;
    font-size: 4vw;
    margin-top: -5%;
    text-shadow: 2px 2px 2px #222222;
}

.course-container {
    background-color: #0275d8;
    border-left: 2px solid #1c468d;
    border-top: 2px solid #1c468d;
    height: 300px;
    width: 100%;
    margin: 0;
    padding: 0;
}



/*    .course-container:hover{
        color: #ffffff !important;
        opacity: 1;
        transition: 1s ease;
        text-decoration: none !important;
     }*/

#early-learning-img {
    position: absolute;
    background: url(/images/thumb-early-learn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 298px;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    z-index: 0;
}

    #early-learning-img:hover {
        color: #ffffff !important;
        opacity: 1;
        transition: 1s ease;
        text-shadow: 2px 2px 2px #222222;
        z-index: 1;
    }

#k-12-img {
    position: absolute;
    background: url(/images/thumb-k12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 298px;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    z-index: 0;
}

    #k-12-img:hover {
        color: #ffffff !important;
        opacity: 1;
        transition: 1s ease;
        text-shadow: 2px 2px 2px #222222;
        z-index: 1;
    }

#college-img {
    position: absolute;
    background: url(/images/thumb-college.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 298px;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    z-index: 0;
}

    #college-img:hover {
        color: #ffffff !important;
        opacity: 1;
        transition: 1s ease;
        text-shadow: 2px 2px 2px #222222;
        z-index: 1;
    }

#tesda-img {
    position: absolute;
    background: url(/images/thumb-tesda.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 298px;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    z-index: 0;
}

    #tesda-img:hover {
        color: #ffffff !important;
        opacity: 1;
        transition: 1s ease;
        text-shadow: 2px 2px 2px #222222;
        z-index: 1;
    }


#kinder-img {
    position: absolute;
    background: url(/images/thumb-kinder.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 298px;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    z-index: 0;
}

    #kinder-img:hover {
        color: #ffffff !important;
        opacity: 1;
        transition: 1s ease;
        text-shadow: 2px 2px 2px #222222;
        z-index: 1;
    }


#pecitlogo-img {
    position: absolute;
    background: url(/images/thumb-pecitlogo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 298px;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    z-index: 0;
}

    #pecitlogo-img:hover {
        color: #ffffff !important;
        opacity: 1;
        transition: 1s ease;
        text-shadow: 2px 2px 2px #222222;
        z-index: 1;
    }



    .row a {
        text-decoration: none !important;
    }


#text-course {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    opacity: 1 !important;
    height: 100%;
    z-index: 10;
}


#text-title {
    padding-bottom: 20px;
    font-family: 'Roboto', serif;
}

    #text-title h1 {
        font-size: 48px !important;
        color: #0048dd;
    }

#text-paragraph-1 {
    padding-left: 10% !important;
    padding-right: 10% !important;
    font-family: 'Lato', sans-serif;
}




/*HAMBURGER*/

.pecit-logo {
    display: block;
    padding-left: 110px;
    -webkit-filter: blur(10px) brightness(-100);
    filter: drop-shadow(2px 2px 2px #000000);
}

navbar {
    height: 10vh;

}


#navbarText {
    margin-right: 8% !important;
}

.nav-item a {
    margin-left: 10px !important;
}

.nav-item a:hover{
    color: red !important;
}

.nav-link {
    font-size: 20px;
    text-shadow: 1px 1px 1px #222222;
    color: #fff !important;
}

.navbar-dark .nav-item.active .nav-link,
.navbar-dark .nav-item .nav-link:active,
.navbar-dark .nav-item .nav-link:focus,
.navbar-dark .nav-item:hover .nav-link {
    color: red !important;
}



.carousel-indicators > li {
    border-radius: 50%;
    height: 5px;
    margin-left: 15px;
}


@media (min-width:767px) {
/*    .pecit-logo{
        padding-left: 50px;
        margin-right: auto;
    }*/
}

@media (max-width:1086px) {
    .pecit-logo {
        height: 30px;
        -webkit-filter: unset;
        filter: unset;
        /*        content: url(/images/pecit-emblem2.png);*/
    }

    .navbar {
        position: relative;
    }

    .nav-link {
        color: #fff !important;
        text-shadow: unset;
    }

    #top-menu-wrapper {
        width: 100%;
            opacity: .85;
    }

    #text-header1 {
        font-size: 100px;
    }

    #text-title > h1 {
        font-size: 38px !important;
    }
}

@media (max-width:500px) {
    .pecit-logo {
        padding-left: 5px;
        display: block;
        height: 50px;
    }

    .nav-link {
        color: #fff !important;
    }


    #text-header1 {
        font-size: 70px;
    }


    #text-container1 {
        transform: translate(8%,-50%);
    }

}

@media (max-width:400px) {
    .pecit-logo {
        padding-left: 0;
        display: block;
        height: 40px;
    }
}


.navbar.scrolled {
    background: #1A1A1A;
    transition: background 500ms;
}

