* {
    letter-spacing: .5px;
    font-size: 10px;
    font-family: courier;
    font-weight: lighter;
    margin-top: 0px;
    margin-bottom: 0px; 
    max-width: 1600px;
}

body {
    margin-left: 100px;
    margin-right: 100px;
}

p {
    padding-bottom: 20px;
    max-width: 708px;
}

button {
    padding: 0px;
    background-color: white;
    text-decoration: underline;
    border: none;
}

.line1 {
    width: 100%;
    position: absolute;
    top: 82px;
}

.line2 {
    width: 100%;
    position: absolute;
    top: 142px;
}

.content {
    width: 100%;
    background-color: white;
    color: black;
}

/* HEADER STYLING */

#nav-buttons {
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.navbuttons {
    padding-bottom: 30px;
}

.header{
    margin-top: 40px;
}

.project-info{
    margin-top: 0px;
}

.section-title {
    padding-top: 40px;
}

#align-right-info{
   float: right;
}


/* MODAL STYLING */

.model-inner {
    max-width: 400px;
}

#info-medium {
    max-width: 700px !important;
}

[x-cloak] {
    display: none !important;
}




/* IMAGES AND VIDEOS */

img {
    margin-top: 10px;
    margin-bottom: 35px;
    width: 700px;
    max-width: calc(100%);
}

#top-image {
    padding-top: 20px;
}

.images {
    grid-area: 1/1;
}

.invisible {
    color: white;
}

#vimeo-top-image {
    padding-top: 50px;
}

.splash-images img {
    width: 900px;
    max-width: calc(100%);
    margin-bottom: 0px;
}

.splash-images {
    max-width: 900px;
}

.small-images {
    max-width: 400px;
}


iframe {
    /* margin-top: 50px; */
    height:300px;
    width: 700px;
    max-width: calc(100%);
    overflow: hidden;
    background-color: white;
}

iframe#website {
    padding-top: 10px;
}

iframe.sleek {
    height: 600px;
}

iframe.vimeo-player {
    height: 400px;
    padding-left: 0px;
    margin-left: 0px;
}

iframe.youtube-player {
    padding-top: 20px;
    padding-bottom: 20px;
}

.website-frame {
    width: 100%;
    resize: auto;
    overflow: hidden;
    position: fixed;
    height: 100%;
}


/* Computer media - medium big and up size */
@media only screen and (min-width: 780px) {
    iframe {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    iframe.vimeo-player {
        padding-top: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }    

    iframe#website {
        padding-top: 10px;
    }

    /* #workslider { 
        height: 1000px;
    } */

    iframe.youtube-player {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* iframe.sleek {
        height: 600px;
        max-height: 600px;
        resize: auto;
        overflow: hidden;
    } */


    /* .sleek-frame {
        height: 83vh;
        resize: auto;
        overflow: hidden;
    } */
}


/* @media only screen and (max-width: 768px) { */
@media only screen and (max-width: 568px) {
    
    * {
        font-size: 11px;
        font-weight: 900;
    }

    body {
        margin: 0px;
    }

    p {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    /* .content {
        height: 90vh;
    } */

    #website {
        padding-top: 0px;
        /* height: calc(100vh - 125px); */
        /* height: 700px; */
        width: 700px;
        -moz-transform: scale(calc(1 / 1)); 
        -webkit-transform: scale(calc(1 / 1)); 
        -o-transform: scale(calc(1 / 1));
        -ms-transform: scale(calc(1 / 1));
        transform: scale(calc(1 / 1));
        -moz-transform-origin: top left;
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        /* padding-bottom: 200px; */
    }

    .sleek-frame {
        height: 83vh;
        resize: auto;
        overflow: hidden;
    }

    .website-frame {
        height: 600px;
        resize: auto;
        overflow: hidden;
    }

    .header-button {
        padding-left: 30px;
    }

    .header-button-splash {
        padding-left: 3px;
    }

    .x-button {
        padding-left: 30px;
    }
    
    #nav-buttons {
        padding: 5px;
        font-size: 20px;
        background-color: white;
    }

    #info-splash {
        padding-bottom: 50px;
    }

    .navbuttons {
        padding-top: 7px;
        padding-bottom: 7px;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: white;
        color: black;
        text-align: center;
    }
    
    .project-role {
        width: 50%;
        padding-left: 30px;
    }
    
    .project-info {
        padding-right: 20px;
        padding-left: 30px;
    }

    .section-title {
        padding-left: 30px;
        padding-bottom: 10px;
    }

    .embedbutton {
        padding-left: 30px;
    }
    
    img {
        margin-top: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: calc(100%);
    }
    
    .press-images img {
        max-width: 100vw;
    }

    iframe {
        height: 400px;
    }

    iframe.sleek {
        /* height: 100vh; */
        /* height: 3000px; */
    }

    iframe#website {
        padding-top: 10px;
    }

    iframe.vimeo-player{
        height: 300px;
    }
    
    .footer {
        bottom: 30px;
        right: 30px;
    }
    
    .no-mobile {
        display: none;
    }
}