﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    font-family: "Myriad W08 Light","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    overflow:hidden;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.custom-nav {
    max-height: 400px;
    overflow-y: auto; 
}


.content-Index {
    display: flex;
    flex-direction: row;
    min-height:100%;
}

.container {
    flex-grow: 1;
    padding: 10px;
}


@media (min-width: 576px) {
    .navbar-collapse {
        margin-left: auto;
    }

    .content-Index {
        margin-left:25%; 
    }

}

#popButton {
    cursor: pointer;
    font-size: 10px;
    font-size: 25px;
    font-family: 'Habibi', serif;
    color: red;
    margin-left: 15px;
}

#popButton p {
    font-size: 10px;
    font-size: 25px;
    font-family: 'Habibi', serif;
    color:red;
}

#popButton p::after {
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(220,20,60);
    display: block;
    margin: auto;
    transition: 0.5s;
}

#popButton p:hover::after {
    width: 100%;
}

@media(max-width: 750px) {
    .container{
        margin-left:0;
        padding-left:0;
    }
    .logoContainer{
        height:100%;
        width:100px;
    }
    
}


.nav-item a {
    font-size: 25px;
    font-family: 'Habibi', serif;
    color: red;
}

    .nav-item a::after {
        content: '';
        width: 0%;
        height: 2px;
        background: rgb(220,20,60);
        display: block;
        margin: auto;
        transition: 0.5s;
    }

    .nav-item a:hover::after {
        width: 100%;
    }

.overlayZ {
    z-index: 60 !important;
    position:absolute;
}
/*----------------------------Home Page--------------------------------------*/

.content {
    height: 650px;
    position: center;
    background-image: url('../images/campus tour.jpg');
    background-size: cover;
    margin-top: -10px;
    margin-bottom: 30px;
}
.content-text {
    background-color: rgb(0,0,0,0.5);
    height: 100%;
    width: 100%;
    text-align: left;
    padding-top: 300px;
    padding-left: 40px;
    font-family: 'Mukta', sans-serif;
}
    .content-text h1 {
        font-size: 80px;
        font-weight: lighter;
        color: white;
    }
    .content-text p {
        font-size: 30px;
        font-weight: lighter;
        color: white;
        padding-left: 20px;
        padding-top: 10px;
    }
.chester-text{
    margin-left:15px;
}
.chester-text h1 {
    font-size: 50px;
    font-weight: lighter;
    color: rgb(238, 75, 43);
    font-family: 'Mukta', sans-serif;
}
    .chester-text p {
        font-size: 20px;
        font-weight: lighter;
        color: black;
        padding-top: 10px;
        font-family: 'Mukta', sans-serif;
        line-height: 1.5;
    }
@media(max-width: 750px) {
    .nav-item a {
        text-align: center;
    }
    .thin-bar {
        display: none;
    }
    .chester-text h1{
        font-size:25px;
    }
    .chester-text p{
        font-size:20px;
    }
    .logo-container{
        margin-left:10px !important;
    }
}
.moduleDivider {
    height: 1px;
    width: 90%;
    margin: 5%;
    background-color: darkslategrey;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.logo-container{
    margin-left:-40px;
}
.logoContainer {
    height:5vw;
}
.ContentBodyContainer {
    margin-top: 50px;
}
.mapContainer {
    margin-top: 20px;
    width: 80%;
    margin-left: 10%;
    aspect-ratio: 1.5 / 1;
}
.videoContainer {
    margin-top: 20px;
    width: 80%;
    margin-left: 10%;
    aspect-ratio: 2 / 1;
}
.PageContentContainer{
    margin-top: 20px;
    display:none;
}
.PageContentContainer h1 {
    font-size: 40px;
    font-weight: lighter;
    color: rgb(238, 75, 43);
    font-family: 'Mukta', sans-serif;
    margin-left:10px;
}

.ReadContainer {
    padding: 1rem;
    max-height: 200px;
    overflow-y: hidden;
    margin-bottom: 40px;
}
    .ReadContainer p {
        font-family: 'Mukta', sans-serif;
        font-size:18px;
    }

    .Brief-text p{
        margin-left:-15px;
    }
.read {
    color: #aa0303;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    margin-left:15px;
}
.read-more-text {
    display: none;
    transition: 0.5s linear;
}
#checkVideo{
    display:none;
}
#checkVideo:checked ~ .read-more-text{
    display:block;
}
#checkVideo:checked ~ .read{
    visibility:hidden;
}
#checkVideo:checked ~ .read:after{
    content:'...Show Less';
    display:block;
    visibility:visible;
}
#checkMap {
    display: none;
}
#checkMap:checked ~ .read-more-text {
    display: block;
}
#checkMap:checked ~ .read {
    visibility: hidden;
}
#checkMap:checked ~ .read:after {
    content: '...Show Less';
    display: block;
    visibility: visible;
}
@media(max-width: 750px) {
    .content-text {
        text-align: center;
        padding-bottom: 30%;
        padding-top:70%;
    }
        .content-text h1 {
            font-size: 50px;
            margin-left: -40px;
        }

        .content-text p {
            font-size: 30px;
            margin-left: -70px;
        }



    .videoContainer {
        height: 100%;
        width:90%;
        margin-left:5px;
    }

    .ModuleMenu a {
        display: block;
        margin: 10px auto;
    }

    .ModuleMenu #MapID {
        margin-left: 0;
    }

    .ModuleMenu #ViewALLMain {
        margin-left: 0;
    }
    .InteractiveVideoContainer h1{
        font-size:25px;
    }
    .InteractiveMapContainer h1 {
        font-size: 25px;
    }
    .Brief-text p{
        font-size:15px;
        
    }
}
.ModuleMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
    .ModuleMenu a {
        position: relative;
        text-decoration: none;
        margin: 10px;
        font-size: 20px;
        text-transform: uppercase;
        padding: 5px;
        cursor: pointer;
    }
    .ModuleMenu #MapID {
        margin-left: 0;
    }
    .ModuleMenu #ViewALLMain {
        margin-left: 0;
    }
    .ModuleMenu a::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 1.5px;
        background-color: darkred;
        transition: width 0.3s;
    }
    .ModuleMenu a:hover::after {
        width: 100%;
    }
    .ModuleMenu a.active::after {
        width: 100%;
    }
    .ModuleMenu a.active::before {
        content: "";
        position: absolute;
        bottom: -0.2em;
        left: 0;
        width: 100%;
        height: 0.15em;
        background-color: #000;
    }
    .ModuleMenu a:nth-child(2),
    .ModuleMenu a:nth-child(4) {
        pointer-events: none;
        
    }
    .ModuleMenu a.active {
        text-decoration: underline;
    }
/**-------------------------Index Page ------------------------- */
.SideContainerHeader {
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
    max-height: inherit;
    text-align: right;
    padding: 20px;
    width: 100%;
    height: fit-content;
    border-bottom: 3px solid #aa0303;
    vertical-align: middle;
}
.SideGap {
    min-height: 70%;
    width: 100%;
}

.small {
    min-height:5%;
}
.SideAdminContainerDeco {
    border-top: 3px solid #aa0303;
}
.navbar-search {
    margin-left: -20px;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 2px solid black;
}
.navbar-search input[type="text"] {
    border: none;
    flex-grow: 1;
    padding: 5px;
    font-size: 16px;
    border-radius: 20px;
    background-color: transparent;
}
.navbar-search input[type="text"]:focus {
    outline: none;
}
.search-icon {
    background-color: transparent;
    color: black;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
    .search-icon:hover {
        color: #aa0303;
    }

.back-button {
    padding:3px 7px 3px 0;
    background-color: transparent;
    color: black !important ;
    text-decoration: none;
    font-size:18px;
    border-radius:3px;
    margin-left:-20px;
}
    .back-button:hover {
        background-color: rgba(0,0,0,0.5);
        color: #aa0303 !important;
    }
.siteContainer {
    text-align: left;
    flex-basis: 10%;
    padding-top:15px;
    padding-bottom:15px;
    border-bottom: 3px solid #aa0303;
    vertical-align: middle;
}

.Site {
    display:inline;
    font-size: 18px;
    font-family: 'Mukta', sans-serif;
    transition: color 0.2s; 
    padding:30px;
}

.siteContainer:hover .Site {
    color: white !important;
}
.siteContainer:hover {
    background-color: #aa0303;
}


/** --------------------------------------------- Index Page ---------------------------------------*/
.Index-content {
    height: 600px;
    position: center;
    background-image: url('../images/index-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.IndexImagePage {
    background-color: rgb(0,0,0,0.5);
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'Mukta', sans-serif;
}
.IndexImageHeaderText {
    font-size: 70px;
    font-weight: lighter;
    color: white;
    padding-top:150px;
    margin-left:40px;

}
.IndexImagePage p {
    font-size: 23px;
    line-height: 1.5;
    margin-left: 40px;
    color:white;
    padding:20px;
}
@media (max-width: 768px) {
    .IndexImageHeaderText {
        font-size: 60px;
        text-align: center;
        padding: 40% 10% 3% 0;
        text-align:center;
    }
    .IndexImagePage p {
        font-size: 18px;
        line-height: 1.5;
        color: white;
        margin-left:0;
        text-align:center;
    }
    .Index-content{
        min-height:800px;
    }
}


/*---------------Buildings Page----------------*/
.Building-content {
    height: 650px;
    position: center;
    background-image: url('../images/Binks-Building.jpeg');
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 30px;
}
.Building-text {
    height: 100%;
    width: 100%;
    text-align: left;
    padding-top: 300px;
    padding-left: 40px;
    font-family: 'Mukta', sans-serif;
}
    .Building-text h1 {
        background-color: rgb(0,0,0,0.5);
        font-size: 80px;
        font-weight: lighter;
        color: white;
        margin-left: -40px;
        margin-right: 30%;
        padding: 3% 0 3% 30%;
    }
@media (max-width: 768px) {
    .Building-text h1 {
        font-size: 60px;
        text-align: center;
        padding: 1% 0 1% 0;
        margin-right: 0%;
    }
    
}
.NavContent {
    display:none;
}
@media (max-width: 768px) {
    .NavContent {
        display: block;
    }

}
/*----------------------------- pop up menu -----------------------------*/
.popContainer {
    background-color: white;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bigPopContainer {
    display:none;
    left: 0%;
    top: 0%;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index:999;
}
.popDropShadow {
    left: 0%;
    top: 0%;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 320;
    display:none;
}
.popHeader {
    position:relative;
    padding: 15px;
    width: 100%;
    z-index: 60;
    background-color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: block;
    z-index: 1;
    box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, .2);
}
.rightABit {
    position: relative !important;
    display: block !important;
    padding: 15px;
    padding-left: 30%;
    padding-right: 30%;
    margin-top: 100px;
    margin-bottom: 20px;
    left: 20%;
    background-color:#aa0303;
    border:none;
}
    .rightABit:hover {
        background-color:grey;
        color:black;
    }
.inputOverflowContent{
    overflow-y:auto;
    overflow:auto;
    display:block;
    position:relative;
    margin-top:5px;
    margin-bottom:0px;
    height:85%;
}
.form-group {
    margin-left:25px;
    position: relative;
    display: block;
    min-width: 85%;
}
.form-control {
    display: block;
    min-width: 60%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
}
.textarea {
    width: 100%;
    display: block;
    min-width: 80%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
    border-radius: 8px;
    max-width: 100%;
}
#collapseID {
    float: right;
    cursor: pointer;
}
@media(max-width: 750px) {
    .nav-item a {
        text-align: center;
    }

        .nav-item a:hover::after {
            width: 30%;
        }

    #popButton p {
        text-align: center;
    }

        #popButton p:hover::after {
            width: 30%;
        }
} 
/*-------------------Collapsable Arrow------------------------*/
.arrow {
    background-color: transparent;
    transform: rotate(135deg);
    position: fixed;
    padding: 6px 6px;
    margin-top: 20%;
    margin-left: 5px;
    cursor: pointer;
    border: 3px solid grey;
    border-top: none;
    border-left: none;
}
    .arrow:hover {
        border-bottom: 3px solid #aa0303;
        border-right: 3px solid #aa0303;
    }
.ArrowRight { /*facing right when close */
    border-top : 3px solid #aa0303;
    border-left: 3px solid #aa0303;
    border-right: none;
    border-bottom: none;
}
    .ArrowRight:hover {
        border-right: none;
        border-bottom: none;
    }
/*----------------------slide-navigation---------------------------*/
/*W3school*/
.slides {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.slide {
    position: relative;
    display: flex;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: auto;
    padding: 16px;
    color: #aa0303;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev{
    margin-left:-10px;
    
}
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.5);
        color:white;
    }
.numbertext {
    color: black;
    font-size: 18px;
    position: absolute;
    top: 0;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #e0a29f;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
    .active, .dot:hover {
        background-color: #b5403b;
    }
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
.NavContent{
    display:none;
}
.nav-toggler{
    cursor:pointer;
}
/*---------------------------------------------------- New Index ---------------------------------------------------- */ 
.XflexContainer {
    position: absolute;
    margin-top: 7.5vw;
    display: flex;
    left: 0.25%;
    width: 99%;
    min-height: 85%;
    max-height: 30vw;
    z-index:-2;
}
.XLContainer {
    background-color: whitesmoke;
    flex-basis: 25%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.text-dark {
    display:inline;
    padding:40px;
}
.XBContainer {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 1000000px;
    background-color: rgba(211,211,211,0.5); 
    flex-basis: 1.5%;
    cursor:pointer;

}
    .XBContainer:hover {
        background-color: rgba(100,100,100,0.2);
    }
.XRContainer {
    overflow-y: auto;
    flex-basis: 79.5%;
    background-color: white;
    min-height: 100%;
    z-index:0;
}
.XRContent {
    width:95%;
    margin-left:5%;
}
.spacer {
    position:relative;
    display:block;
    margin-top:10%;
}


@media (max-width: 768px) {
    .XflexContainer {
        position: absolute;
        flex-direction: column;
        overflow-y: auto;
        display: block;
        height: 500px;
        width: 100%;
    }
    .XLContainer {
        display: none;
        margin-top: 8%;
        margin-left:1%;
        flex-basis:100%;
        width:97%;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: none;
        min-height:300px;
        padding: 0 5px 0 5px;
        position:fixed;
        z-index:1;
    }
    .XBContainer {
        display: none;
    }

    .XRContainer {
        flex-basis: 100%;
        overflow-y: auto;
        max-height: 100%;
    }

    .XRContent {
        width: 90%;
        margin-left: 5%;
        
    }

    .spacer {
        margin-top: 0;
    }

    .siteContainer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .SideAdminContainerDeco{
        border-top: 1px solid whitesmoke;
    }
    .Site {
        font-size: 20px;
    }
    .SideContainerHeader{
        padding-top:8px;
        padding-bottom:8px;
    }
    .hamburger-toggler {
        visibility: visible !important;
    }
    .show-xl-container .XLContainer {
        display: block;
    }
}
.SideAdminContainerDeco {
    border-top: 1px solid whitesmoke;
}
.siteContainer:hover .log {
    color: white !important;
}
/*----------------------------hamburger-----------------------------*/
.hamburger-toggler {
    visibility: hidden;
    color: black;
    border: none;
    background-color: white;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
    .hamburger-toggler .navbar-toggler-icon {
        width: 100%;
        height: 2px; 
        background-color: black; 
        display: block;
        position: relative;
    }

        .hamburger-toggler .navbar-toggler-icon::before,
        .hamburger-toggler .navbar-toggler-icon::after {
            content: "";
            background-color: black; 
            display: block;
            position: absolute;
            width: 100%;
            height: 2px; 
        }

        .hamburger-toggler .navbar-toggler-icon::before {
            top: -8px; 
        }

        .hamburger-toggler .navbar-toggler-icon::after {
            bottom: -8px; 
        }

.button-all{
    border:none;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.button-positive {
    background-color: #159898;
}
.button-positive:hover, .button-positive:focus {
        background-color: #0f6e6e;
    }

.button-negative {
    background-color: #aa0303;
}

.button-negative:hover, .button-negative:focus {
    background-color: #7e0202;
}

.button-container button {
    margin-top: 10px;
    width: 200px;
    background-color: darkslategrey;
    border-radius: 20px;
}

.bodyContainer {
    padding: 20px;
}
