html{
    background-color: rgb(0, 0, 0);
}
h1{
    margin: 0px;
    margin-bottom: 10px;
    font-size: 36px;
}

#cornell{
    border-left: solid black 3px;
    padding-left: 5%;
}

.main-content{
    display: flex;
    flex-direction: column;
    background-color: white;
    margin-top: 10px;
    padding: 30px;
}
nav{
    display: flex;
    flex-direction: column;
    background-color: rgb(101,64,153);
    padding: 10px;
    margin-top: 10px;
}
nav ul{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    justify-content: space-evenly;
    height: 100%;
}
nav ul a{
    background-color: rgb(180,152,89);
    padding: 10px;
    text-decoration: none;
    color: black;
    border: black 1px solid;
}

nav ul li{
    display: flex;
}

nav ul a:hover{
    cursor: pointer;
    background-color: rgb(225, 196, 126);
}

.values-icon{
    max-width: 150px;
    min-width: 100px;
    width: 100%;
    padding: 10px;
}

.title{
    padding: 10px;
    display: flex;
    flex-direction: row;
    background-color:white;
}
#widescreen-nav{
    display: none;
}
.title h1{
    display: flex;
    font-size: 36px;
    margin: 10px;
    align-items: center;
    max-width: fit-content;
    font-family: sans-serif;
}
.greek{
    margin-top: 5px !important;
    padding-top: 0px !important;
    min-width: fit-content;
}
.title-space{
    display: flex;
    max-width: 140px;
    flex: 1;
    width: 100%;
}
.title img{
    display: flex;
    max-width: 140px;
    min-width: 100px;
    flex: 1;
    width: 100%;
}
.title picture{
    display: flex;
    margin: 10px;
    margin-top: auto;
    margin-bottom: auto;
    left: 0px;
}
.title-text{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body{
    z-index: 0;
}
header{
    z-index: 2;
    display: flex;
    flex-direction: column;
}

#ham-image{
    /* image is an svg */
    max-width: 50px;
    max-height: 50px;
}
#hamburger{
    background-color: rgb(101,64,153);
    width: 100%;
    padding: 10px;
}
.hidden{
    display: none !important;
}

button{
    background-color: rgb(180,152,89);
    border-color: black;
}
.menu {
    display: none;
}

.carouselpic {
    /* width: 100%; */
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
.slides{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
.home-slide-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.home-slide-button:hover, .carousel button:hover{
    background-color: rgb(101,64,153);
    cursor:pointer;
}
.home-slide-button{
    width: 100px;
    height: 100px;
    border: 1px black solid;
    border-radius: 50%;
}
.selected{
    background-color: rgb(101,64,153);
}
.slide{
    display: flex;
    justify-content: center;
}
.slide img{
    display: flex;
    max-width: 80%;
    height: auto;
}
.columns{
    display: flex;
    flex-direction: column;
}
.right-column{
    width: 50%;
    margin: 1em;
}
.columns img{
    width: 70%;
    height: auto;
}
#recruitment-img{
    max-width: 650px; /* this is the true dimension */
    min-width: 200px;
    width: 100%;
}
.left-column{
    width: 50%;
    margin-right: 10px;
}
.question{
    cursor: pointer;
    padding: 5px;
    font-size: 14pt;
}

.question:hover{
    background-color: #5b1a6a36;
}

.answer{
    border: 2px solid black;
    border-radius: 3px;
    background-color: rgb(225, 196, 126);
    padding: 5px;
    width: 100%;
}

em{
    font-weight: bold;
    font-style: normal;
}

.left-column, .right-column {
    width: 100%;
    margin: 0px;
}

.columns {
    margin: 10px;
    margin-left: 0;
}
p{
    font-size: 14pt;
}

.values-text li{
    font-size: 14pt;
    list-style-type:lower-greek;
    margin-bottom: 10px;
    padding-left: 15px;
}
.home-slide-button {
    margin: 10px;
    width: 40px;
    height: 40px;
}
.carousel{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.carouselpic{
    max-height: 300px; /* actual dimension of images */
    max-width: 400px; /* actual dimension of images */
    width: 100%;
    height: auto;
}
.carousel button{
    font-size: 30px;
    font-weight: bold;
    width: 20%;
    min-width: fit-content;
}
.values{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.values picture{
    display: flex;
    justify-content: center;
}
.values-text{
    margin-left: 0px;
    padding: 20px;
}
.values-text li{
    font-size: 18px;
}
nav a{
    margin: 5px;
}
.gray-out{
    opacity: 30%;
}

.modal{
    z-index: 200;
}

.quote-popup .close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
    color: rgb(101,64,153);
}

.brotehrs-photo{
    background-color: white;
    text-align: center;
}

.brotehrs-photo button{
    margin: 1em;
    background-color: white;
    border: none;
}

.brotehrs-photo button:hover{
    opacity: 80%;
    cursor: pointer;
}

.quote-popup {
    z-index: 100;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    padding: 5%;
    background-color: white;
}

.quote{
    font-size: 20pt;
}

.quote-popup h2 {
    font-size: 30pt;
}

.brother-row-1{
    display: flex;
    flex-direction: column;
}

.brother-row-2{
    display: flex;
    flex-direction: column;
}

#alex{
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.caption {
    display: block;
    font-size: x-large;
}

.name{
    font-size: xx-large;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}

button img{
    width:80%;
    height: auto;
}
.homepage-text a{
    text-decoration: none;
}

a h3 {
    background-color: rgb(225, 196, 126);
    color: rgb(101,64,153);
    font-family: sans-serif;
    padding: 5%;
    font-size: 20pt;
    border: solid black 5px;
    text-align: center;
}

a h3:hover{
    background-color: rgb(230, 214, 175);
    cursor: pointer;
}

#philanthropy-text{
    min-width: 80%;
}
.quote-popup h2 {
    font-size: 36pt;
}

.brother-row-1{
    display: flex;
    flex-direction: column;
}

.brother-row-2{
    display: flex;
    flex-direction: column;
}

button img{
    width:80%;
    height: auto;
}

#valueslist{
    background-color: rgb(101,64,153);
    color: #e7e7e7;
}

#hamburger:hover{
    cursor: pointer;
}
@media screen and (min-width: 800px) {
    .left-column{
        margin-right: 30px;
    }
    .carousel{
        margin: 20px;
    }
    #philanthropy-text{
        min-width: 50%;
    }
    .carousel button{
        width: 5%;
    }
    #hamburger, #hamburger-menu{
        display: none;
    }

    #widescreen-nav{
        display: flex;
    }
    .menu {
        display: flex;
    }

    .carouselpic {
        width: 400px;
        height: 300px;
    }

    #prev-button{
        max-height: 304px;
    }

    #next-button{
        max-height: 304px;
    }

    nav{
        display: flex;
        flex-direction: row;
    }
    nav ul{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        justify-content: space-evenly;
    }
    nav ul a{
        font-size: 26px;
    }
    .title h1{
        font-size: 48px;
        margin: 20px;
    }
    .greek{
        margin: 0px;
        margin-top: 15px !important;
        padding-top: 0px !important;
        min-width: fit-content;
    }


    .columns{
        display: flex;
        flex-direction: row;
    }

    .values{
        display: flex;
        flex-direction: row;
    }

    #philanthropy-div{
        display: flex;
        flex-direction: row;
    }
    #philanthropy-text{
        width: 30%;
    }
    .values-text{
        width: 100%;
    }

    .brother-row-1{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .brother-row-2{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    p{
        max-width: 80%;
        font-size: 14pt;
    }

    .values-text li{
        max-width: 80%;
        font-size: 14pt;
    }
    .title-text{
        width: max-content;
    }

    #cornell{
        padding-left: 8%;
    }

    div.homepage-text{
        display: flex;
        flex-direction: row;
    }

    #about{
        max-width: 70%;
        padding-right: 10%;
    }

    .quote-popup {
        z-index: 101;
        background-color: white;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 45%;
        height: 45%;
        padding: 5%;
        background-color: white;
    }

}
