.footer-Container a{
    color: #E5A00D;
}

.footer-Container {
    display: flex;
    font-size: 12px;
    color: #f5f5f2;
    justify-content: center;
    align-items: center;
    background: #3a3838;
    margin-bottom: 7px;
}

/*cards*/
.focuscard-Card ol > li {
    padding-bottom: 8px;
}

.focuscard-Card ol {
    text-align: left;
}

.focuscard-Card ul {
    list-style-type: none;
    text-align: left;
}

.focuslist-Container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 37px;
    margin-bottom: 5px;
}

.focuscard-Card .description {
    font-style: italic;
}

.focuscard-Card .content {
    padding: 10px 10px 0px 10px;
    background: #f8f4f1;
    margin-top: 4px;
    border-top: 1px solid lightgray;
    padding: 4px 10px 4px 10px;    
}

.focus-Content {
    color: white;
    position: relative;
    top: -30px;
    font-size: 22px;
}

.focuscard-Card .image {
    padding: 10px 10px 0px 10px;
}

.focuscard-Card img {
    width: 100%;
}

.focuscard-Card h1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.focuscard-Card a {
    text-decoration: none;
    color: unset;
}

.focuscard-Card.active {
    box-shadow: 5px 5px 15px 10px #f8db7b;
}

.focuscard-Card:hover .focuscard-CardInner {
    transform: rotateY(180deg);
    transition-delay: 1s;
}

.focuscard-Back ul > li {
    font-size: 12px;
    margin-top: 5px;
}

.focuscard-Back ul {
    margin-top: 2px;
    height: 150px;
}

.focuscard-Back > a {
    color: #f8db7b;
    font-size: 14px;
}


.focuscard-Back p {
    color: #f1e8e8;
    font-size: 15px;
}

.focuscard-Back h4 {
    color: #f1e8e8;
    margin-top: 5px;
}
 
.focuscard-Back {
    background-color: #7c7b7b;;
    color: #f1e8e8;
    transform: rotateY(180deg);
}

.focusImg-Container:hover .focus-Img {
    opacity: 1;
}

.focus-Img {
    height: inherit;
    width: inherit;
    object-fit: cover;
    opacity: 0.5;
}

.focusImg-Container {
    height: inherit;
    width: inherit;
}

.focuscard-Front, .focuscard-Back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.focuscard-CardInner {
    width:100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 1.5s;
}

.focuscard-Card {
    background-color: transparent;
    margin-top: 40px;
    height: 254px;
    width: 90%;
    perspective: 1000px;
    cursor: pointer;
}

.focuscard-Row {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.focuscard-Template {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #4e4c4c;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
}

.focuscard-Container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: -1px;
}
/*card*/

.infoPara {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 250px;
}

.profNav-List {
    display: flex;
    flex-direction: column;
}

.fa-github {
    background: #931a1a;
    color: white;
  }

.fa-linkedin {
    background: #3B5998;
    color: white;
  }

.fa {
    padding: 10px;
    font-size: 30px !important;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
}

.profNav-Container {
    display: flex;
    
}

.cntctInfo-Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 50rem;
}

.cntctImg-Container {
    display: block;
    height: 21rem;
    width: 100%;
    background: url(../img/go_up_stairs.png);
    background-size: cover;
}

.contactInfo-Container {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
    height: 31vh;
    max-width: 50rem;
    width: 80%;
}

.contact-Container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 93.5vh;
    width: 100%;
}

.confirmation-Link {
    margin-top: 20px;
}

.confirmation-Container {
    display: flex;
    flex-direction: column;
    border: solid 3px #000;
    align-items: center; 
    justify-content: center; 
    height: 31rem;
    width: 90%;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.confImg-Container {
    width: 97%;
    height: 32vh;
    background: url(../img/fly_free.png);
    background-size: cover;
    border: solid 3px #000;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
    z-index: -1;
}

.document-Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#formSubmit {
    height: 50px;
    width: 183px;
    border-radius: 10px;
    font-size: 17px;
}

.action-Containers {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 5px;
}

#projReq {
    width: 272px;
}

#project-descpt:focus {
    outline: none !important;
    border: solid 3px;
    border-color: #f9b444;
}

#project-descpt {
    height: 190px;
    width: 70%;
    max-width: 480px;
    border-radius: 10px;
    padding: 10px;
    border: solid 2px #a7a2a2;
}

.form-Input:focus {
    outline: none !important;
    border: solid 3px;
    border-color: #f9b444;
    
}

.formInput-Container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: inherit;
}

.formLable-Container {
    display: flex;
    width: inherit;
    align-items: center;
    justify-content: center;
}

.input-group {
    display: inherit;
    flex-direction: column;
    align-items: center;
    margin: 8px;
    width: inherit;
}

.input-Collection {
    display: flex;
    flex-direction: column;
    margin: 5px;
    width: inherit;
}

.form-Contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 5px;
    padding: 0px;
}

.formImg-Container {
    width: 100%;
    height: 32vh;
    background: url('../img/requestImg.png');
    background-size: cover;
    margin-bottom: 38px;
}

.form-Container {
    display: flex;
}

.form-Architecture {
    display: flex;
    flex-direction: column;
}

.newsHeader {
    color: #fffafa;
    font-size: 14px;
}

.newsHeader-Container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 4px;
    width: 131px;
    padding: 10px 10px 13px 10px;
    background: #033566a6;
    margin: -57px 0 16px 9px;
}

.news-Container {
    display: flex;
    flex-direction: column;
    width: inherit;
}

.currEvntSubject-Container {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    height: 178px;
    overflow-y: scroll;
}

.ancmtImage-Container {
    height: 200px;
    border-radius: 7px;
    object-fit: cover;
    width: 100%;
    position: relative;
    z-index: -1;
}

.article-Container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 34px;
}

.aHeading {
    font-size: 14px;
}

.announcements-heading {
    display: flex;
    align-items: center;
    border: solid 3px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #ffc300fc, #a49a9a3b);
    padding: 3px;
    width: 172px;
    height: 21px;
    margin-bottom: 7px;
    -webkit-text-fill-color: #001d3d;
}

.announcements-Container {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    height: fit-content;
}

.announcements-Section {
    background-size: cover;
    border-radius: 5px;
}

.appointmentLink-Container a {
    color: #ffffff;
}

.appointmentLink-Container {
    display: flex;
    border: solid 5px #ffc300;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin-top: 4%;
    margin-bottom: 20%;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 14px;
    border-radius: 77px;
    position: relative;
    color: #001d3d;
}

.appointmentbtn_Container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.missionSubject-Container p {
    color: #ffff;
    font-size: 12px;
}

.missionSubject-Container{
    display: flex;
    flex-wrap: wrap;
    font-size: 19px;
    margin-bottom: 10px;
    padding: 20px; 
}

.missionHeader-Container h1 {
    color: #ffc300;
    font-size: 20px;
}

.missionHeader-Container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10px;
    width: inherit;
}

.missionStatement-Container {
    display: block;
    background: #001d3d;
    border-radius: 10px;
    text-align: center;
    margin: 4% 5% 14% 5%;
    padding: 10px;
    height: inherit;
}

.main-Container::-webkit-scrollbar-thumb {
    background-color: #a7a2a2;
    border-radius: 20px;
    border: 3px solid #a7a2a2;
}

.main-Container {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 85vh;
}

.navOption {
    display: flex;
    flex-direction: column;
}

.navLinkText-Container {
    font-size: 14px;
}

.navImage-Container {
    font-size: 24px;
}

.colImage-Container {
    display: flex;
    visibility: visible;
    font-size: 25px;
    cursor: pointer;
}

.navImage-Container, .navLinkText-Container, .colImage-Container {
    height: max(1em, 1rem);
    color: #564f4f;
}

.navOption-Container {
    max-height: 40px;
    min-height: 40px;
}

#main-Nav li a.navOption:hover {
    color: #E5A00D;
}

#main-Nav li a {
    text-decoration: none;
}

#main-Nav li {
    display: flex;
    text-decoration: none;
    align-items: center;
    height: inherit;
}

#main-Nav {
    display: flex;
    justify-content: space-around;
    padding: 0;
    height: inherit;
}

.nav-Container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    visibility: hidden;
}

.nav-section {
    height: 100%;
}

#tempHeader {
    font-size: 10px;
    margin: 0;
}

.weatherTemp-Container {
    margin-left: 7px;
    margin-right: 7px;
}

.weatherImg-Container {
    position: relative;
    background: inherit;
    fill: #000;
    cursor: pointer;
}

.weatherSearch-Container h3 {
    color: #000;
    font-size: 11px;
}

.weatherSearch-Container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.weatherSearchInput:focus {
    background: #fff;
    color: #000;
}

.weatherSearchInput::placeholder {
    color : #000;
}

svg.searchIcon {
    width: 16px;
    height: 10px;
}

.weatherSearchInput {
    width: 56px;
    min-height: 15px;
    margin-right: -21px;
    border: solid 2px #000;
    font-size: 8px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 25px 25px 25px 25px;
}

.search-Container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: inherit;
    margin-left: 3px;
}

.logo-Heading {
    color: #ffc300;
}

.logo-Container {
    display: flex;
    align-items: center;
    justify-items: center;
    height: inherit;
    width: 14%;
    max-width: 87px;
    font-family: brush script mt, cursive, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 11px;
    background: #171717;
    padding: 0 10px 0 10px;
}

#menuToggle input:checked ~ ul {
    left: 0;
}

#menu li {
    padding: 10px 13px;
    font-size: 22px;
    border: solid 2px #d9d3d3;
}

#menu {
    position: absolute;
    height: 48rem;
    width: 460px;
    margin: -100px 0 0 -50px;
    padding-bottom: 50px;
    padding-top: 125px;
    padding-right: 0;
    background: #ededed;
    list-style-type: none;
    left: -35em;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

#menuToggle input:checked + label div {
    background: #232323;
}

#menuToggle label div:nth-child(2) {
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
}

#menuToggle label div:first-child {
    -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
}

svg.toggleIcon-Moon {
    width: 15px;
    height: 9px;
    margin-right: 2px; 
}

svg.toggleIcon-Sun {
    width: 22px;
    height: 11px;
    margin-top: 2px;
}

.sunIcon-Container {
    margin-top: 2px;
}

.moonIcon-Container {
    margin: 0;    
}

.tIcons-Container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menuToggle label div {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: #0a0909;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    -ms-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menuToggle label span {
    display: none;
}

#menuToggle label {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
}

#menuToggle input {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: -5px;  
    padding: 0;
    cursor: pointer;  
    opacity: 0; 
    z-index: 2; 
    -webkit-touch-callout: none;
}

#menuToggle a:hover {
    color: #E5A00D;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#menuToggle {
    display: block;
    position: relative;
    top: 16px;
    left: 5px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-Container {
    display: flex;
    height: 100%;
    width: 40px;
}

input:checked + .toggle-Slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translate(25px);
    transform: translate(25px);
}

input:checked + .toggle-Slider {
    background-color: #ffc300;
}

.toggle-Slider:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-Slider {
    position: absolute;
    border-radius: 34px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background: rgb(78, 82, 85, .7);
}

.toggle-Switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggleBtn-Container {
    display: flex;
    align-items: center;
    margin-right: 2px;
}

.toggle-Switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
    margin: 5px;
}

.header-Right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: inherit;
    width: 15%;
}

.header-Left {
    display: flex;
    align-items: center;
    height: inherit;
    width: 85%;
}

.header-Container{
    display: flex;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #000;
    height: 50px;
}

.app-Container {
    display: block;
    position: relative;
    width: 100%;
    min-height: 53rem;
    margin: 0;
}

button {
    background-color: #fafcff;
    border: none;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}

p {
    color: #040404;
}

a {
    text-decoration: none;
}

h4 {
    color: #fffafa;
}

h3 {
    color:#040404;
}

h2{
    color: #040404;
    margin: 0 0 5px 0;
}

h1 {
    color: #f8db7b;
}

select:focus {
    outline: none !important;
    border: solid 3px;
    border-color: #f9b444;    
}

select {
    width: 191px;
    height: 30px;
    border-radius: 7px;
    padding: 5px;
}

span {
    font-size: 14px;
}

input {
    border: solid 2px #9b9898;
    min-height: 25px;
    width: 177px;
    margin: 3px;
    border-radius: 7px;
    padding-left: 10px;
}

form {
    color:#000000;
}

nav {
    width: inherit;
    height: inherit;
}

body {
    font-family: 'Open Sans Semibold', 'Roboto Condensed', sans-serif;
    background-color: #ffffff;
    overflow: hidden;
}

 html, body {
    height: 100%;
} 

body{
    display: block;
    position: relative;
    width: inherit;
    margin: 0;
}

html {
    display: block;
    width: 100%;
    overflow: hidden;
}

* {
    margin: 0;
}

@media only screen and (min-width: 414px) {

    .missionHeader-Container h1 {
        font-size: 22px;
    }

    .crslItemStatement-Container p,
    .missionSubject-Container p,
    .currEvntSubject-Container {
        font-size: 14px;
    }

    .crslItemStatement-Container p {
        padding: 5px;
    }

    .crsItemHeader-Conatiner h2 {
        font-size: 16px;
        margin: 0px 0 0 0;
    }

    .weatherSearchInput {
        width: 116px !important;
        height: 25px;
        font-size: 12px !important;
    }

    .weatherSearch-Container h3 {
        font-size: 16px;
    }

    .logo-Container {
        width: 45px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 603px) {

    .footer-Container {
        margin-bottom: 4px;
    }
    
    .contact-Container {
        flex-direction: row;
    }
    .cntctImg-Container{
        height: 100%;
        width: 100%;
    }

    .confirmation-Container {
        height: 84vh;
        width: 70%;
        border: none;   
        border-radius: 0;
    }

    .confImg-Container {
        width: 30%;
        height: 88vh;
        margin-top: 0;
        margin-bottom: 0;
        border: none;
        border-radius: 0;
        background: url(../img/improved_business.png);
    }

    .document-Container {
        flex-direction: row;
    }


    #reqBox {
        width: 80%;
        margin-top: 14px;
        height: 203px;
    }

    #projReq {
        justify-content: center;
        width: 90%;
    }

    .formInput-Container {
        width: 200px;
        height: 45px;
    }

    .formLable-Container {
        width: 60px;
        justify-content: flex-start;
    }

    .input-group {
        flex-direction: row;
    }

    .input-Collection {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .form-Contents {
        align-items: flex-start;
    }

    .form-Container {
        justify-content: center;
        width: 100%;
        margin-top: 20px;    
    }

    .focuscard-Row {
        flex-direction: row;
    }

    .ancmtImage-Container {
        height: 217px;
        width: 300px;
        position: relative;
        z-index: -1;
    }

    .article-Container {
        flex-direction: row;
    }

    .aHeading {
        font-size: 20px;
    }

    .announcements-heading {
        height: 30px;
        margin-bottom: 10px;
        width: 217px;
    }

    .announcements-Container {
        height: fit-content;
    }

    .news-Container {
        margin: 0px 0px 0px 20px;
    }

    .newsHeader {
        color: #000;
        font-size: 20px;
    }

    .newsHeader-Container {
        margin: 0 0 7px 0;
        background: none;
        font-size: 20px;
        width: fit-content;
        width: -moz-fit-content;
        padding: 0;
    }

    .missionStatement-Container {
        height: 40vh;
        padding: 137px 80px;
    }

    .missionHeader-Container {
        justify-content: center;
    }

    .appointmentLink-Container {
        height: 35px;
        width: 270px;
        margin: 10px 10px 10px 0px;
    }

    #tempHeader {
        font-size: 14px;
    }

    .logo-Container {
        width: 122px;
    }

    svg.searchIcon {
        width: 16px;
        height: 16px; 
    }

    .weatherSearchInput {
        width: 120px !important;
        font-size: 12px !important;
    }

    .button-Container {
        visibility: hidden;
    }

    .nav-Container {
        width: 250px;
        margin-left: 5px;
        margin-right: 5px;
        visibility: visible;
    }

    .main-Container::-webkit-scrollbar-thumb {
        background-color: #a7a2a2;
        border-radius: 20px;
        border: 3px solid #a7a2a2;
    }

    .main-Container {
        height: 93.7vh;
    }  

}

@media only screen and (min-width: 704px) {

    .focuscard-Card {
        width: 31%;
        margin: 0 7px;
        height: 268px;
    }

    .focuscard-Row {
        flex-direction: row;
    }

    .header-Container {
        height: 50px;
    }

}

@media only screen and (min-width: 1024px) {

    .appointmentLink-Container {
        font-size: 20px;
    }

    .missionSubject-Container {
        font-size: 15px;
    }

    .missionHeader-Container h1 {
        font-size: 30px;
    }

    .currEvntSubject-Container {
        overflow: hidden;
    }

    .crslItemStatement-Container p, 
    .missionSubject-Container p, 
    .currEvntSubject-Container {
        font-size: 16px;
    }

    .formImg-Container {
        height: inherit;
        margin-right: 50px;
        margin-bottom: 0;
        max-width: 147px;
        position: relative;
        z-index: -1;
        background: url('../img/beyond_2.png');
        background-size: cover;
    }

    .form-Architecture {
        flex-direction: row;
        height: 50.5rem;
    }

    .colImage-Container {
        display: block;
        visibility: visible;
    }


    .formContainer {
        align-items: flex-start;
    }
}

