@font-face {
    src: url(fonts/Montserrat-Black.ttf,Montserrat-BlackItalic.ttf,Montserrat-Bold.ttf,Montserrat-Regular.ttf,Montserrat-BoldItalic.ttf,Montserrat-ExtraBold.ttfMontserrat-ExtraBoldItalic.ttf,Montserrat-ExtraLight.ttf,Montserrat-ExtraLightItalic.ttf,Montserrat-Italic.ttf,Montserrat-Light.ttf,Montserrat-LightItalic.ttf,Montserrat-Medium.ttf,Montserrat-MediumItalic.ttf,Montserrat-SemiBold.ttf,Montserrat-SemiBoldItalic.ttf);
    font-family: montserrat,gillsans;
}


* {
    margin: 0;
    padding: 0;
}

/*======================= SECTION 5: FOOTER - NARROW VIEWPORT ======================*/

.container-required { /* <================= This controls the gray box*/
    display: block;
    max-width: 100%;
    height: fit-content;
    margin: 30px 0 0 0;
    padding-bottom: 10px;
    justify-content: center;
    background-color: #f1f1f1;
}
.container-logo-op {
    width: fit-content;
    opacity: 10%;
    padding: 60px 30px;
    margin: 0;
}
.logo-op {
    width: 150px;
    margin: 0;
}

.container-required2 h3 { /* <================= This controls text (h3)*/
    display: block;
    font-family: 'montserrat';
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    color: #92278f;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0 15px;
    padding-bottom: 10px;
}
.container-required2 a { /* <================= This controls text (a)*/
    display: block;
    font-family: 'montserrat';
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 15px;
    padding: 0;
}
    .text-required2:hover  {
    color: #92278f;
}

.container-required2 { /* <================= This controls the width of the container of texts (h3 and a)*/
    width: 100%;
    display: block;
    align-content: left;
    margin: 0 15px 20px 15px;
    padding: 0px;
}

.footertext { /* <=============== This controls the width of the text (reversed in gradient)*/
    font-family: 'montserrat';
    font-style: bold;
    font-size: 1.3rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 5px 0; 
}

.container-footer-gradient { /* <=============== This controls the gradientbox */
        display: flex;
        justify-content: center;
        max-width: 500px;
        align: center;
        align-items: center;
        height: fit-content;
        margin: auto;
        padding: 10px;
        /*border-radius: 0 0 20px 20px;
        position: sticky;
        bottom: 0;<=========== position where it sticks to the viewport*/ 
}

.container-footer-otherlogos-uppercluster{
    display: flex;
    flex-wrap: wrap; /*<==============This will allow automatic repositioning of logos when browser is stretched */
    gap: .5em; /*<==============space between logos */
    justify-content: center;
    width: 100%;
    align-items: center; /*<==============This horizontally aligns the 4 logos in the div */
    background-color: #f1f1f1;
    padding-bottom: 15px;
}

.container-logo-foi-footer {
    width: fit-content;
    margin: 0 10px;
}

.logo-foi-footer {
    width: 50px;
    margin: 0;
}

.container-logo-transparencyseal-footer {
    width: fit-content;
    margin: 0 10px;
}

.logo-transparencyseal-footer {
    width: 150px;
    margin: 0;
}

.container-logo-bagongpilipinas-footer {
    width: fit-content;
    margin: 0 5px;
}

.logo-bagongpilipinas-footer {
    width: 60px;
    margin: 0;
}

.container-logo-bagongpilipinas {
    width: fit-content;
    max-width: 70px;
    height: fit-content;
    margin: 0 5px;
    /*border: 1px solid #dcdedf;*/
}

.logo-bagongpilipinas {
    width: 65px;
}

.container-logo-transparencyseal {
    width: fit-content;
    max-width: 65px;
    height: fit-content;
    margin: 0 5px;
    /*border: 1px solid #dcdedf;*/
}

.logo-transparencyseal {
    width: 60px;
    margin: 0;
}

.container-logo-gcg-footer {
    width: fit-content;
    margin: 0 10px;
}

.logo-gcg-footer {
    width: 110px;
    margin: 0;
}
    
.container-logo-gad-footer {
    width: fit-content;
    margin: 0 10px;
}

.logo-gad-footer {
    width: 100px;
    margin: 0;
}

.container-logo-dpodps-footer {
    width: fit-content;
    margin: 0 10px;
}

.logo-dpodps-footer {
    width: 40px;
    margin: 0;
}

.container-footer-gradient { /* <=============== This controls the gradientbox */
    display: flex;
    justify-content: center;
    max-width: 400px;
    height: fit-content;
    margin: auto;
    padding: 10px;
    /*border-radius: 0 0 20px 20px;
    position: sticky;
    bottom: 0;<=========== position where it sticks to the viewport*/ 
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9323af+0,202ead+50,9323af+100 */
background: #9323af; /* Old browsers */
background: -moz-linear-gradient(45deg,  #9323af 0%, #202ead 50%, #9323af 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #9323af 0%,#202ead 50%,#9323af 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #9323af 0%,#202ead 50%,#9323af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9323af', endColorstr='#9323af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.containerfooterlogos {
    display: flex;
    justify-content: center;
    align-items: center; /*<======= horizontal alignment of logos*/
    width: fit-content;
    padding: 7px;
    margin: auto; /*<======= so that container will align center*/
    /*border: 1px solid #dcdedf;*/
}

.logo-x {
    width: 30px;
    padding: 8px;
}

.fblogo {
    width: 30px;
    padding: 8px;
}

.logo-instagram {
    width: 30px;
    padding: 8px;
}

.logo-youtube {
    width: 30px;
    padding: 8px;
}

.fblogoshare {
    width: 30px;
    padding-top: 8px;
    padding-right: 7px;
}

.logo-x-share {
    width: 30px;
    padding-top: 8px;
    padding-left: 7px;
}

.container-logo-dmca-footer {
    display: flex;
    justify-content: center;s
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    /*border: 1px solid #a2a0a2;*/
}

.container-dmca-footer-line { /* LINE-LINE-INE-LINE-INE-LINE-INE-LINE-INE-LINE-INE-LINE-LINE*/
    width: 50%;
    height: 1.5px;
    background-color: #a7a7a7;
    margin: 0 auto 10px auto;
}

.logo-dmca-footer {
    width: 150px;
    margin: 0;
}
/*================= END OF SECTION 5: FOOTER - NARROW VIEWPORT ===================*/


/*======================= MEDIUM VIEWPORT ======================*/

@media only screen and (max-width: 1366px) and (min-width: 769px)  {

    /*=========================== SECTION 5: FOOTER - MEDIUM VIEWPORT ===========================*/
    .container-required { /* <================= This controls the gray box*/
        display: flex;
        max-width: 100%;
        height: fit-content;
        margin-top: 30px;
        padding: 0 60px;
        justify-content: space-evenly;
        background-color: #f1f1f1;
    }
    
    .container-logo-op {
        width: fit-content;
        opacity: 10%;
        padding: 30px;
    }

    .logo-op {
        width: 200px;
    }

    .container-required2 { /* <================= This controls the width of the container of texts (h3 and a)*/
        display: block;
        width: 20%;
        align-content: left;
        margin-bottom: 20px;
        padding:60px 0;
    }

    .container-required2 h3 { /* <================= This controls text (h3)*/
        display: block;
        font-family: 'montserrat';
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        color: #92278f;
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin: 0;
        padding-bottom: 10px;
    }

    .container-required2 a { /* <================= This controls text (a)*/
        display: block;
        font-family: 'montserrat';
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        color: rgba(0, 0, 0, .4);
        font-size: 1.4rem;
        line-height: 2rem;
        margin: 0;
        padding: 0;
    }

    .footertext { /* <=============== This controls the width of the text (reversed in gradient)*/
        font-family: 'montserrat';
        font-style: bold;
        font-size: 1.2rem;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        color: white;
        padding: 5px 0;
    }
    
    .container-footer-gradient { /* <=============== This controls the gradientbox */
        display: flex;
        justify-content: center;
        max-width: 500px;
        align: center;
        align-items: center;
        height: fit-content;
        margin: auto;
        padding: 10px;
        /*border-radius: 0 0 20px 20px;
        position: sticky;
        bottom: 0;<=========== position where it sticks to the viewport*/ 

        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9323af+0,202ead+50,9323af+100 */
    background: #9323af; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #9323af 0%, #202ead 50%, #9323af 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #9323af 0%,#202ead 50%,#9323af 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #9323af 0%,#202ead 50%,#9323af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9323af', endColorstr='#9323af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

    .containerfooterlogos {
        display: flex;
        justify-content: center;
        align-items: center; /*<======= horizontal alignment of logos*/
        padding: 7px;
        margin: auto;
        /*border: 1px solid #dcdedf;*/
    }

    .logo-x {
        width: 35px;
        padding: 10px;

    }
    .fblogo {
        width: 35px;
        padding: 10px;
    }

    .logo-instagram {
        width: 35px;
        padding: 10px;
    }

    .logo-youtube {
        width: 35px;
        padding: 10px;
    }

    .fblogoshare {
        width: 35px;
        padding-top: 10px;
        padding-right: 7px;
    }
    .twitterlogoshare {
        width: 35px;
        padding-top: 10px;
        padding-left: 7px;
    }


    .container-logo-dmca-footer {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: auto;
        padding-bottom: 20px;
        /*border: 1px solid #a2a0a2;*/
    }

    .container-dmca-footer-line { /* LINE-LINE-INE-LINE-INE-LINE-INE-LINE-INE-LINE-INE-LINE-LINE*/
        width: 50%;
        height: 1.5px;
        background-color: #a7a7a7;
        margin: 0 auto 10px auto;
    }

    .logo-dmca-footer {
        width: 150px;
        margin: 0;
    }
    /*====================== END OF SECTION 5: FOOTER - MEDIUM VIEWPORT =======================*/
}

/*==================================  LARGEST viewport =====================================*/
@media only screen and (min-width: 1367px) {

    /*=========================== SECTION 5: FOOTER - LARGEST VIEWPORT ===========================*/
    .container-required { /* <================= This controls the gray box*/
        display: flex;
        max-width: 100%;
        height: fit-content;
        margin-top: 30px;
        padding: 0 60px;
        justify-content: space-evenly;
        background-color: #f1f1f1;
    }
    
    .container-logo-op {
        width: fit-content;
        opacity: 10%;
        padding: 30px;
    }

    .logo-op {
        width: 200px;
    }

    .container-required2 { /* <================= This controls the width of the container of texts (h3 and a)*/
        display: block;
        width: 20%;
        align-content: left;
        margin-bottom: 20px;
        padding:60px 0;
    }

    .container-required2 h3 { /* <================= This controls text (h3)*/
        display: block;
        font-family: 'montserrat';
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        color: #92278f;
        font-size: 1.7rem;
        line-height: 2.3rem;
        margin: 0;
        padding-bottom: 10px;
    }

    .container-required2 a { /* <================= This controls text (a)*/
        display: block;
        font-family: 'montserrat';
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        color: rgba(0, 0, 0, .4);
        font-size: 1.5rem;
        line-height: 2.1rem;
        margin: 0;
        padding: 0;
    }

    .footertext { /* <=============== This controls the width of the text (reversed in gradient)*/
        font-family: 'montserrat';
        font-style: bold;
        font-size: 1.4rem;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        color: white;
        padding: 5px 0;
    }
    
    .container-footer-gradient { /* <=============== This controls the gradientbox */
        display: flex;
        justify-content: center;
        max-width: 500px;
        align: center;
        align-items: center;
        height: fit-content;
        margin: auto;
        padding: 10px;
        /*border-radius: 0 0 20px 20px;
        position: sticky;
        bottom: 0;<=========== position where it sticks to the viewport*/ 

        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9323af+0,202ead+50,9323af+100 */
    background: #9323af; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #9323af 0%, #202ead 50%, #9323af 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #9323af 0%,#202ead 50%,#9323af 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #9323af 0%,#202ead 50%,#9323af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9323af', endColorstr='#9323af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

    .containerfooterlogos {
        display: flex;
        justify-content: center;
        align-items: center; /*<======= horizontal alignment of logos*/
        padding: 7px;
        margin: auto;
        /*border: 1px solid #dcdedf;*/
    }

    .logo-x {
        width: 35px;
        padding: 10px;

    }
    .fblogo {
        width: 35px;
        padding: 10px;
    }

    .logo-instagram {
        width: 35px;
        padding: 10px;
    }

    .logo-youtube {
        width: 35px;
        padding: 10px;
    }

    .fblogoshare {
        width: 35px;
        padding-top: 7px;
        padding-right: 5px;
    }

    .twitterlogoshare {
        width: 35px;
        padding-top: 7px;
        padding-left: 5px;
    }

    .container-logo-dmca-footer {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: auto;
        padding-bottom: 20px;
        /*border: 1px solid #a2a0a2;*/
    }

    .container-dmca-footer-line { /* LINE-LINE-INE-LINE-INE-LINE-INE-LINE-INE-LINE-INE-LINE-LINE*/
        width: 50%;
        height: 1.5px;
        background-color: #a7a7a7;
        margin: 0 auto 10px auto;
    }

    .logo-dmca-footer {
        width: 150px;
        margin: 0;
    }
    /*======================== SECTION 5: FOOTER - LARGEST VIEWPORT ========================*/
}


