* {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

body {

    text-align: left;
    font-family: 'Nunito Sans', sans-serif, 'Roboto Mono', monospace;
    background-color: white;
    color: black;
}

a {
    text-decoration: none;
    font-style: bold;
    color: black;
}

a:hover {

    color: #777;

}

a:hover:before {}

a:hover:after {}

#content img {
    padding-bottom: 2%;
    width: 100%;
    height: auto;
}

#content h1 {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: bold;
    text-wrap: suppress;
    margin: 0px;
    margin-bottom: -5px;

}

#content h2 {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin: 0px;
    margin-top: -5px;
    line-height: normal;

}

#content h3 {
    font-size: medium;
    font-weight: bold;
}

#content li {
    font-size: small;
    margin-left: 25px;
}

#content h4 {
    font-size: 20px;
    font-weight: bold;
}

#content p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    text-transform: none;

}

#content p i {
    text-transform: none;
    font-weight: normal;
}

#content a {
    font-weight: bold;
    text-decoration: none;
}


#container {
    margin-top: 25px;
    background-color: inherit;
}

#nav {
    float: left;
    width: 100px;
    margin-left: 4em;
    margin-top: 0px;
    font-size: 16px;
    position: fixed;
    user-select: none;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: 'Roboto Mono', monospace;

}

#navSpacer {
    float: left;
    width: 150px;
    color: transparent;
    min-width: 100px;
    font-size: 1px;
}

.navLink {

    float: left;
    text-align: left;
    width: 100%;
    font-family: monospace;
    font-weight: 100
}


.navCurrent a {
    color: black;

}


.navLink a img {
    height: 10px;
    width: 5px;
}

#about {}

.contentLink {
    font-size: 18px;
    font-weight: 100;
}

.contentRight {
    display: none;
    position: fixed;
    top: 0;
    left: 10em;
    width: 50%;
    height: 100%;
    background-color: white;
    padding-top: 50px;
    padding-right: 50%;
    z-index: 5;
    user-select: text;

    font-size: 18px;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'Nunito Sans', sans-serif, 'Roboto Mono', monospace;

}

.contentRight p {
    width: 29em;
    font-size: 16px;
    text-align: justify;
}

.contentRight p a {
    text-decoration: underline;
}

#content {

    float: left;
    width: auto;
    margin-top: 25px;
    margin-left: 12em;
    background-color: white;
    z-index: 1;
}

.contentRow {
    float: left;
    width: 20em;
    height: 30em;
    margin-bottom: 1em;
    margin-right: 10em;
}


.gifRow {
    float: left;
    margin-bottom: .5em;
    height: 13em;
    object-fit: contain;
    /* width: 350px; */
    overflow: hidden;

}

.gifDIV {
    display: inline-block;
    object-fit: cover;
    object-position: center;
    
}

.gifDIV img {
    object-fit: contain;

}

.contentInfo {
    float: left;
    color: black;
    margin-top: 1em;
}

.contentInfo p {
    text-align: justify;
    text-justify: inter-word;
}

.contentInfo a:hover {
    text-decoration: underline;
}

.contentHidden {
    display: none;

    width: 600px;
    padding-top: 20px;
    overflow-y: hidden;

    line-height: 0;
    color: transparent;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contentHidden a {
    display: none;

    color: transparent;
}


.contentUnhide:before {
    display: none;

    content: '\1f866';
}

.contentUnhide:hover:before {
    content: '\1f864';
}

.contentUnhide {
    padding-bottom: -50px;
}

.contentUnhide:hover .contentHidden {
    line-height: 1.25;
    color: black;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contentUnhide:hover .contentHidden a {
    color: black;
}


.contentHidden p {
    width: 100%;
}

.contentInfo h1 {
    color: black;
}

.videoButton {

    visibility: hidden;

    padding-top: 75px;
    margin-left: 400px;
    padding-left: 100px;

    position: fixed;
    left: inherit;
    top: 0;
    width: 40%;
    height: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;

}

.videoVertical {
    position: relative;
    padding-bottom: 177.77%;
    /* 9:16 */
    height: 0;
}


.videoVertical iframe {

    position: absolute;
    height: 50%;
    width: 50%;

}

.video iframe {

    position: absolute;
    height: 100%;
    width: 100%;

}

.gifText a {
    width: 100%;
    height: 100%;
    color: white;
}

.projectDIV {}

#footer {
    float: left;
    width: 100%;
    margin-left: 25px;
    margin-top: -30px;
    color: white;
}


img.grayscale {
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

#nav .socialIcon img {
    width: 16px;
    margin: 1px;
    margin-top: 0px;
}

#nav .socialIcon img:hover {
    width: 18px;
    margin-top: 0px;
}