/* GLOBAL */
body
    {
        background-image: url('img/background.png');
    }
.main-container
    {
        margin-left: 45px;
        margin-right: 45px;
        padding: 20px 20px 20px 20px;
        background-color: #FFFFFF;
    }

/* START OF HEADER */
.banner-container
    {
        display: flex;
        width: 100%;
        height: 140px;
        background-color: #FFFFFF;
    }
.institution-logo
    {
        flex: 0 0 25%;
        height: 140px;
        text-align: right;
    }
#ins-logo-img
    {
        height: 130px;
        width: auto;
    }
.project-logo
    {
        flex: 0 0 50%;
        height: 100px;
        text-align: center;
    }
#prj-logo-img
    {
        height: 90px;
        width: auto;
    }
.sponsor-logo
    {
        flex: 0 0 25%;
        height: 140px;
        text-align: left;
    }
#spn-logo-img
    {
        height: 90px;
        width: auto;
    }
.navigation-bar
    {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: #00C4FF;
        border: solid 7px #FFFFFF;
    }
.navigation-button
    {
        display: block;
        flex: 1;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        color: white;
        background-color: #00C4FF;
        padding-top: 7px;
        padding-bottom: 7px;
    }
.navigation-button:hover
    {
        background-color: #103B6D;
    }
/* ENDING OF HEADER */

/* START OF FOOTER */
.footer-container
    {
        display: flex;
        width: 100%;
        background-color: #103B6D;
        padding-top: 7px;
        padding-bottom: 7px;
        border: solid 7px #FFFFFF;
    }
.footer-logo
    {
        flex: 0 0 20%;
        text-align: center;
        margin-left: 30%
    }
.footer-logo-top
    {
        height: 60%;
    }
#footer-logo-top-img
    {
        height: 75px;
        width: auto;
    }
.footer-logo-bottom
    {
        height: 40%;
    }
#footer-logo-bottom-img
    {
        height: 35px;
        width: auto;
    }
.footer-maps
    {
        flex: 0 0 10%;
        text-align: left;
    }
.site-map
    {
        color: white;
        font-size: 10pt;
        text-decoration: none;
    }
.site-map a
    {
        color: white;
        font-size: 10pt;
        text-decoration: none;
    }
.footer-generals
    {
        flex: 20%;
        text-align: left;
        height: 100%;
        padding: 1.7%;
    }
.site-generals
    {
        color: white;
        font-size: 10pt;
        padding-top: 20px;
    }
/* ENDING OF HEADER */

/* CONTACT PAGE */
.general-contact
    {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 9px;
    }
.general-contact-info
    {
        flex: 1;
        margin-right: 4px;
    }
.general-contact-info strong
    {
        color: #103B6D;
    }
.general-contact-info h2
    {
        color: #103B6D;
    }
.general-contact-info table tr td
    {
        border-top: solid 1px #103B6D;
        border-bottom: solid 1px #103B6D;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        border-radius: 5px;
        color: #103B6D;
    }
.general-contact-info table
    {
        width: 95%;
    }
.general-contact-info tr
    {
        border-radius: 5px;
    }
.general-contact-maps
    {
        flex: 1;
        margin-left: 4px;
    }
.contact-form-label
    {
        font-weight: bold;
        color: #103B6D;
    }
.contact-input-basic-text
    {
        width: 50%;
        border: solid 2px #00C4FF;
        border-radius: 5px;
        padding: 5px 5px 5px 5px;
        color: #103B6D;
    }
.contact-input-message
    {
        width: 95%;
        height: 205px;
        resize: none;
        border: solid 2px #00C4FF;
        border-radius: 5px;
        padding: 5px 5px 5px 5px;
        color: #103B6D;
    }
.contact-send-message
    {
        border: solid 1px #00C4FF;
        border-radius: 5px;
        background-color: #00C4FF;
        font-weight: bold;
        color: #FFFFFF;
        width: 160px;
        height: 30px;
    }
.contact-send-message:hover
    {
        background-color: #103B6D;
    }

/* GALLERY PAGE */
.album-container
    {
        margin: 15px 15px 15px 15px;
    }
.album-container hr
    {
        color: #00C4FF;
        margin-right: 30%;
    }
.album-title
    {
        font-weight: bold;
        font-size: 18pt;
        color: #103B6D;
        margin-left: 24px;
    }
.album-photo-roll
    {
        display: flex;
        flex-wrap: wrap;
        align-content: justify;
    }
.photo-in-roll
    {
        width: 300px;
        height: 200px;
        margin: 10px 10px 10px 10px;
        text-align: center;
    }
.photo-in-roll img
    {
        height: 200px;
        width: auto;
        max-width: 300px;
        border-radius: 10px;
        border: double 2px rgb(144, 229, 255);
    }

/* CONSORTIUM PAGE */
.consortium
    {
        display: flex;
        flex-wrap: wrap;
    }
.consortium-member
    {
        flex: 0 0 48%;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 15px;
        text-align: center;
        border: double 2px rgb(144, 229, 255);
        border-radius: 10px;
        padding: 5px 5px 5px 5px;
    }
.consortium-member-logo
    {
        width: 100%;
        height: 150px;
        margin-bottom: 7px;
    }
.consortium-member-logo-image
    {
        height: 150px;
        width: auto;
    }
.consortium-member-generals
    {
        margin-top: 7px;
    }
.consortium-member-generals a
    {
        text-decoration: none;
        font-weight: bold;
        font-size: 14pt;
        color: #103B6D;
    }

/* ACTIVITIES PAGE */
.project-table-titles
    {
        color: #103B6D;
        text-align: center;
    }
.project-activities-table
    {
        border: solid 1px #103B6D;
        border-collapse: collapse;
        width: 100%;
    }
.project-activities-table-header-row
    {
        border: solid 1px #103B6D;
        background-color: #103B6D;
        color: #FFFFFF;
    }
.project-activities-table-subheader-row
    {
        border: solid 1px #00C4FF;
        background-color: #00C4FF;
        color: #FFFFFF;
        text-align: center;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
    }
.project-activities-table-row
    {
        border: solid 1px #00C4FF;
        background-color: #FFFFFF;
        color: #103B6D;
    }
.project-activities-table-row td
    {
        border: solid 1px #00C4FF;
        background-color: #FFFFFF;
        color: #103B6D;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

/* ABOUT PAGE */
.about-project-title-text
    {
        text-align: center;
    }
.about-lvl-0
    {
        text-align: center;
    }
.about-lvl-1
    {
        text-align: left;
    }
.about-text
    {
        text-align: justify;
    }

/* RESULTS PAGE */
.results-report-container
    {
        display: flex;
        flex-wrap: none;
        margin-bottom: 17px;
        margin-left: 50px;
        margin-right: 50px;
    }
.results-report-icon
    {
        flex: 0 0 25;
        height: 80px;
    }
.results-report-icon img
    {
        height: 80px;
        width: auto;
    }
.results-report-general
    {
        flex: 0 0 75;
        height: 80px;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 7px;
        white-space: normal;
    }
.results-report-title
    {
        color: #797775;
    }
.results-report-title a
    {
        color: #103B6D;
        font-weight: bold;
        text-decoration: none;
    }

/* HOME PAGE */
#home-page-slideshow
    {
        display: block;
        width: 100%;
        height: 400px;
        background-image: url('../slides/0.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border-radius: 8px;
    }
.middle-home-page
    {
        display: flex;
        width: 100%;
        height: 370px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
.home-page-about
    {
        flex: 1;
        height: 370px;
        border: double 5px lightgrey;
        border-radius: 8px;
        margin-right: 10px;
    }
.home-page-results
    {
        flex: 1;
        height: 370px;
        border: double 5px lightgrey;
        border-radius: 8px;
        margin-left: 10px;
    }
.home-page-about
    {
        padding: 7px 7px 7px 7px;
        text-align: center;
    }
.home-page-about-title
    {
        text-decoration: none;
        color: #103B6D;
        font-weight: bold;
        text-align: center;
        font-size: 16pt;
    }
.home-page-results
    {
        padding: 7px 7px 7px 7px;
        overflow: hidden;
    }
.home-page-results a
    {
        margin-bottom: 5px;
        text-decoration: none;
        font-weight: bold;
        color: black;
    }
.home-page-results hr
    {
        border: solid 1px lightgrey;
    }
