@font-face {
    font-family: MinSansRegular;
    src: url(/Webfont/MinSans-Regularv0100.woff2)
}

@font-face {
    font-family: MinSansBold;
    src: url(/Webfont/MinSans-Boldv0100.woff2);
}

@font-face {
    font-family: KarlaRegular;
    src: url(/Webfont/Karla-VariableFont_wght.ttf);
}

@font-face {
    font-family: KarlaItalic;
    src: url(/Webfont/Karla-Italic-VariableFont_wght.ttf);
}

body {
    margin: 0px;
    overflow: initial;
    background-image: none;
    /*background-color: rgb(250, 250, 250);*/
    background-size: 250px 250px;
    cursor: url("Cursors/Circle-01.png") 15 15, auto;
}

.container {
    display: grid;
    grid-template-rows: 70px auto 70px;
    height: 100vh;
    margin: 0;
    padding: 0;
}

/* HEADER */

.header {
    color: black;
    display: inline-block;
    margin-top: 0px;
}

#headerLeft {
    position: fixed;
    margin-left: 80px;
}

#title a {
    text-decoration: none;
    color: black;
    cursor: inherit;
}

#headerRight {
    position: fixed;
    right: 0px;
}

#title2 {
    margin-right: 80px;
    z-index: 1;
}

.dot {
    height: 30px;
    width: 30px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
}

#title2:hover {
    cursor: none;
}

.dot:hover{
    height: 28px;
    width: 28px;
    background-color: white;
    border: solid 2px black;
}

.splashCaption {
    font-family: MinSansBold;
    font-size: 90%;
}

/* FOOTER */

.footer {
    text-align: right;
    color:black;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 5px;
}

#projects a {
    margin-right: 80px;
    text-decoration: none;
    color: black;
    cursor: inherit;
}

/* Images */
/* Landscape: 55%-65%, Portrait: 70%-75% */
/* Extents: 17% left/right, 1% top */

.main {
    position: static;
}

#image1 {
    height: 60%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    left: 30%;
    margin-top: 5%;
}

#image2 {
    height: 70%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    right: 15%;
    bottom: 12%;
}

#image3 {
    height: 60%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    left: 27%;
    top: 10%;
}

#image4 {
    height: 60%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    left: 10%;
    margin-top: 5%;
}

#image5 {
    height: 67%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    left: 25%;
    margin-top: 2%;
}

#image6 {
    height: 70%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    left: 16%;
    margin-top: 2%;
}

#image7 {
    height: 50%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    left: 18%;
    bottom: 15%;
}

#image8 {
    height: 60%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    right: 20%;
    margin-top: 5%;
}

#image9 {
    height: 65%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    right: 25%;
    margin-top: 2%;
}

#image10 {
    height: 67%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    left: 30%;
    margin-top: 4%;
}

#image11 {
    height: 65%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    right: 10%;
    top: 20%;}

#image12 {
    height: 60%;
    position: absolute;
    justify-self: center;
    z-index: 1;
    left: 25%;
    bottom: 10%;
}

/* ROLLOVER BOXES */

#box-row {
    position: absolute;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-evenly;
    width: 100%;
}

#box-row a {
    z-index: 999;
    cursor: inherit;
}

#box1 {
    width: 100%;
    height: 40vh;
    z-index: 1000;
}

#box2 {
    width: 100%;
    height: 40vh;
    z-index: 1000;
}

#box3 {
    width: 100%;
    height: 40vh;
    z-index: 1000;
}

#box4 {
    width: 100%;
    height: 40vh;
    z-index: 1000;
}

#box5 {
    width: 100%;
    height: 40vh;
    z-index: 1000;
}

#box6 {
    width: 100%;
    height: 40vh;
    z-index: 1000;
}

/* Media Query for Splash Page Images (Single Carousel */

@media only screen and (max-width: 1024px) /* and (orientation: portrait) */ {
    
    .container {
        display: grid;
        grid-template-rows: 10vh auto 10vh;
        height: 98vh;
        margin: 0;
        padding: 0;
        font-size: 1.5vh;
        /* background-color: red; */
    }

    #listContainer {
        position: absolute;
        top: 10vh;
        width: 100%;
    }

    .header {
        z-index: 999;
    }

    #projectInfo {
        font-size: .6em;
    }

    #prevExp {
        font-size: .6em;
    }

    #projectList {
        font-size: 1.1em;
        margin: 40px 5%;
    }

    .projectEntry {
        width: 90%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .image-row {
        position: relative;
        display: grid;
        grid-template-columns: 100vw;
        height: 100%;
    }

    /*
    #image1, #image2, #image3, #image4, #image5, #image6, #image7, #image8 {
        position: absolute;
        width: 80%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: 0%;
        left: 10%;
        z-index: 1;
    }
    */

    #image1 {
        position: absolute;
        width: 75%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: 5%;
        left: 13%;
        z-index: 1;
    }
    
    #image2 {
        position: absolute;
        width: 70%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: -5%;
        right: 10%;
        z-index: 1;
    }

    #image3 {
        position: absolute;
        width: 55%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: 1%;
        right: 30%;
        z-index: 1;
    }

    #image4 {
        position: absolute;
        width: 45%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: 5%;
        right: 25%;
        z-index: 1;
    }

    #image5 {
        position: absolute;
        width: 60%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: -7%;
        left: 25%;
        z-index: 1;
    }

    #image6 {
        position: absolute;
        width: 68%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: -3%;
        left: 13%;
        z-index: 1;
    }

    #image7 {
        position: absolute;
        width: 60%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: 7%;
        left: 32%;
        z-index: 1;
    }

    #image8 {
        position: absolute;
        width: 68%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: 5%;
        left: 10%;
        z-index: 1;
    }

    #image9 {
        position: absolute;
        width: 55%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: -15%;
        left: 13%;
        z-index: 1;
    }

    #image10 {
        position: absolute;
        width: 55%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: 0%;
        right: 10%;
        z-index: 1;
    }

    #image11 {
        position: absolute;
        width: 65%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: 15%;
        right: 10%;
        z-index: 1;
    }

    #image12 {
        position: absolute;
        width: 65%;
        height: 100%;
        object-fit: contain;
        justify-self: center;
        margin-top: 0px;
        margin-left: 0px;
        top: 15%;
        right: 10%;
        z-index: 1;
    }



    #title {
        position: fixed;
        margin-top: 2.5vh;
    }

   .footer {
        bottom: 3vh;
    }

    #projects a {
        margin-right: 15%;
    }

    /* ABOUT PAGE */
    
    #about {
        display: flex;
        flex-direction: column;
        height: 70vh;
        font-family: KarlaRegular, Helvetica, Arial, sans-serif;
        font-size: 1.35em;
        line-height: 1.2;
    }

    /*
    #about {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 1fr 1fr;
        height: 70vh;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1.35em;
        line-height: 1.2;
    }*/
    
    #aboutLabel {
        font-weight: bold;
    }
    
    #about1 {
        display: flex;
        flex-direction: column;
        text-align: justify;
        justify-self: left;
        align-self: center;
        margin-top: 1%;
        margin-left: 10%;
        margin-right: 10%;
    }

    #contact {
        grid-template-columns: .75fr 1fr;
        text-align: left;
        margin-bottom: 100px;
    };

    #headshot {
        max-width: 100%;
    }
    
    #about2 {
        text-align: justify;
        justify-self: center;
        align-self: center;
        margin-top: 1%;
        margin-left: 10%;
        margin-right: 10%;
    }

}



