:root {
    --default-skeleton-color: tomato;
  }

#loading {
    /*background: url('/img/random/spinning_head.gif'), url('/img/random/white.png');*/
    background: url('/img/random/loader_2.gif'), white;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%, cover;
}

* {
    box-sizing: border-box;
}

footer {
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-black {
    display:inline;
    color: black;
    border: 0.1rem solid black;
  }

  .btn-black:hover {
    display:inline;
    color: white;
    background-color: black;
    border: 0.1rem solid black;
  }

.bottom-some {
    margin-bottom: 2em;
}

.top-some {
    margin-top: 2em;
}

.imgcolumn {
    float: left;
    width: 15%;
    padding: 2%;
}

.textcolumn {
    float: left;
    width: 80%;
    padding: 2%;
}

.contactcolumn {
    float: left;
    /*width: 85.00%;*/
    padding: 5px;
    /*bottom-padding: 5px;*/
}

.brandcolumn {
    float: bottom;
    width: 12em;
    padding: 5px;
    display: block;
    vertical-align: bottom;
}

.row::after {
    content: "";
    clear: both;
    display: table;
    /*padding: 5px;*/
}

.photorow {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.field {
    width: 15%;
    text-align: center;
    font-family: 'Saira Extra Condensed', serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    font-size: 1.5rem;
    color: #343a40;
    text-rendering: optimizeLegibility;
}

.handwritten {
    color: var(--default-skeleton-color);
    /*font-size: 1.5rem; */
    /*font-family: 'Rancho', cursive;*/
}

.field-img {
    width: 80%;
    display: inline-block;
}

.img-top {
    width: 0%;
    /*display: none;*/
    /*z-index: 99;*/
}

.field:hover .img-top {
    width: 80%;
    /*display: inline-block;*/
}

.field:hover .img-bottom {
    width: 0%;
    /*display: none;*/
}

.field:hover {
    color: var(--default-skeleton-color);
    border: solid 2px var(--default-skeleton-color);
}


/* Create four equal columns that sits next to each other */

.photocolumn {
    -ms-flex: 33%;
    /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}


/*.photocolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}*/

.photocolumn .simplecontainer {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.photo {
    display: block;
    width: 100%;
    /*height: auto;*/
}

.simplecontainer {
    position: relative;
    width: 100%;
    height: auto;
}

.simplecontainer .photo {
    display: block;
    width: 100%;
    /*object-fit: cover;*/
}

.simplecontainer .overlay {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}

.overlay-old {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    /*transform: translate(-5%, 0);*/
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 16px;
    /*padding: 20px;*/
    text-align: center;
}

.simplecontainer:hover .overlay {
    opacity: 1;
}

.caption {
    /*color: black;*/
    color: #f1f1f1;
    font-size: 20px;
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*background-color: lightgray;*/
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
}

body {
    /* font-family: 'Ubuntu', serif; */
    font-family: 'Lato';
    padding-top: 1em;
    color: #868e96;
    padding-left: 1em;
    padding-right: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Saira Extra Condensed', serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #343a40;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 6rem;
    line-height: 5.5rem;
}

h2 {
    font-size: 3.5rem;
}

.subheading {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Saira Extra Condensed', serif;
    font-size: 1.35rem;
}

.list-social-icons a {
    color: #495057;
}

.list-social-icons a:hover {
    color: var(--default-skeleton-color);
}

.list-social-icons a .fa-lg {
    font-size: 1.75rem;
}

.list-icons {
    font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
    color: var(--default-skeleton-color);
}

.banner {
    width: 100%;
    z-index: -100;
}

.right-image {
    float: right;
    margin-left: 5%;
    margin-bottom: 5%;
    width: 30%;
}

.left-image {
    float: left;
    margin-right: 3vw;
    margin-bottom: 3vw;
    width: 25vh;
    border:2px solid white;
}

.name-plate {
    height: 3rem;
    width: 8rem;
    /* border-radius: 50%; */
    z-index: -100;
    position:absolute;
    left: 0;
    top: 0;
  }

.proj-plate {
    height: 3rem;
    width: 8rem;
    background-color: var(--default-skeleton-color);
    /* border-radius: 50%; */
    z-index: -100;
    position:absolute;
    right: 0;
    bottom: 0;
  }

  .sideNav-divider {
    height: 60%;
    width: 2px;
    background-color: var(--default-skeleton-color);
    z-index: -100;
    position:absolute;
    left: 8rem;
    top: 0;
  }

.projNav-divider {
    height: 60%;
    width: 2px;
    background-color: var(--default-skeleton-color);
    z-index: -100;
    position:absolute;
    right: 8rem;
    bottom: 0;
  }
  
#sideNav a {
    color: white;
}

#sideNav .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    /*text-align: left;*/
    /*text-transform: uppercase;*/
    color: var(--default-skeleton-color);
}

#sideNav .navbar-nav .nav-item .nav-link:hover {
    font-weight: 600;
    /*text-align: left;*/
    /*text-transform: uppercase;*/
    color: white;
    background-color: var(--default-skeleton-color);
}

#extraNav {
    display: none;
}

#extraNav a {
    color: white;
}

#projNav {
    display: none;
}

#projNav a {
    color: white;
}

#projNav .navbar-nav {
    position: absolute;
    bottom:6rem;
    left: -0.5rem;
}

#projNav .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    /*text-align: left;*/
    /*text-transform: uppercase;*/
    color: var(--default-skeleton-color);
}

#projNav .navbar-nav .nav-item .nav-link:hover {
    font-weight: 600;
    /*text-align: left;*/
    /*text-transform: uppercase;*/
    color: white;
    background-color: var(--default-skeleton-color);
}

.will-gone {
    display: none;
}

section.resume-section {
    /* border-bottom: 1px solid #dee2e6; */
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}

.section-divider {
    height: 1.5px;
    width: 95%;
}

section.resume-section .resume-item .resume-date {
    min-width: none;
}

/* .bg-primary {
    background-color: #272727 !important;
} */


.text-primary {
    /* font-family: 'Ubuntu', serif; */
    font-family: 'Lato';
    font-size: 1.1rem;
    color: #272727 !important;
}

a {
    /*color: #272727;*/
    color: #268fd6;
}

a:hover,
a:focus,
a:active {
    /*color: #747474;*/
    color: #268fd6;
}

a {
    /*color: #272727;*/
    color: #268fd6;
}

a:hover,
a:focus,
a:active {
    /*color: #747474;*/
    color: #268fd6;
}

a .collapsible {
    color: #268fd6;
}

a .collapsible:hover,
a .collapsible:focus,
a .collapsible:active {
    color: #268fd6;
}

a .collapsibleall {
    color: #268fd6;
}

a .collapsibleall:hover,
a .collapsibleall:focus,
a .collapsibleall:active {
    color: #268fd6;
}

.nav-link {
    color: #272727;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
    color: #747474;
}

#profileimg {
    border: solid 5px var(--default-skeleton-color);
}

/*further-added-flier*/

.flier2 {
    pointer-events: none;
}

.flier2>* {
    /* Adjust animation duration to change the element’s speed */
    animation: fly 20s linear infinite;
    pointer-events: none !important;
    top: 0;
    left: 0;
    transform: translateX(200%) translateY(50%) rotateZ(0);
    position: fixed;
    animation-delay: 0.5s;
    z-index: 99999;
}

.flier {
    pointer-events: none;
}

.flier>* {
    /* Adjust animation duration to change the element’s speed */
    animation: fly 50s linear infinite;
    pointer-events: none !important;
    top: 0;
    left: 0;
    transform: translateX(-120%) translateY(-120%) rotateZ(0);
    position: fixed;
    animation-delay: 1s;
    z-index: 999999;
}


/* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */

@keyframes fly {
    98.001%,
    0% {
        display: block;
        transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
    }
    15% {
        transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
    }
    15.001%,
    18% {
        transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
    }
    40% {
        transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
    }
    40.001%,
    43% {
        transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
    }
    65% {
        transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
    }
    65.001%,
    68% {
        transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
    }
    95% {
        transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*border: 1px solid #ddd;*/
}

th,
td {
    text-align: left;
    padding: 1px;
}


/*tr:nth-child(even) {
  background-color: #f2f2f2;
}*/

.field-table {
    /*width: auto;*/
    /*border: 1px solid #ddd;*/
}

.field-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

span {
    display: inline-block;
}

.box {
    display: inline-block;
}

.stack {
    display: block;
}

.letter {
    display: block;
    text-align: center;
    font-size: 0.8em;
    margin: 0;
    /*font-weight: bold;*/
    /*color      : white;*/
    line-height: 0.42;
    font-family: "Fira Sans Extra Condensed", serif;
    /*font-family: "Times New Roman", Times, serif;*/
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, -10px, 0);
    }
}

.bounce {
    animation: bounce 0.4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes color-change {
    from {
        color: var(--default-skeleton-color);
    }
    to {
        color: #343a40;
    }
}

.color-change {
    color: #ff8a00;
    animation: color-change 2s infinite alternate;
}

@keyframes appear {
    0% {
        font-size: 0;
        opacity: 0;
    }
    50% {
        font-size: 4em;
    }
    100% {
        opacity: 1;
    }
}

.appear {
    animation: appear 3s alternate infinite;
}

@keyframes rotate {
    from {
        opacity: 0;
        transform: rotate(90deg)
    }
    to {
        transform: rotate(0deg)
    }
    100% {
        opacity: 1;
    }
}

.rotate {
    animation: rotate 3s infinite;
}

.collapsibleall {
    cursor: pointer;
}

.collapsibleall:after {
    content: '\002B';
    font-weight: bold;
}

.collapsible {
    cursor: pointer;
}

.collapsible:after {
    content: '\002B';
    font-weight: bold;
}

.active:after {
    content: "\2212";
}

.abstract {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    color: #414950;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    /* border-radius: 20px; */
}

.field-title {
    /* font-family: 'Ubuntu', serif; */
    font-family: 'Lato';
    text-transform: none;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.infowrapper {
    height: 0;
    width: 0;
    z-index: 1;
    background-color: rgb(60, 60, 60);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s ease;
    /*padding-top: 0;*/
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-radius: 20px; */
    border: 2px solid white;
    opacity: 0.9;
}

.infocontent {
    text-transform: none;
    padding: 10px 10px 10px 10px;
    /*text-decoration: none;*/
    font-size: 1.25rem;
    color: white;
    /*display: block;*/
    /*transition: 0.3s;*/
    float: left;
}

.infotitle {
    text-transform: none;
    padding: 10px 10px 10px 10px;
    /*text-decoration: none;*/
    /*font-size: 1.25rem;*/
    color: white;
    /*display: block;*/
    /*transition: 0.3s;*/
    float: left;
}

.infoimgcolumn {
    float: left;
    width: 40.00%;
    padding: 5px;
}

.inforow {
    text-align: center;
}

.inforow::after {
    content: "";
    clear: both;
    display: table;
    /*padding: 1px;*/
}

.infotextcolumn {
    float: left;
    width: 59.00%;
    padding: 5px;
}

.comicsbody {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fieldrow {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.vizart {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid white;
}

.scrollart {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pageart {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.bg-default {
    background-color: var(--default-skeleton-color);
}

.border-default {
    border: .4rem solid var(--default-skeleton-color);
}

.body-default {
    border: solid .8rem var(--default-skeleton-color);
}


.bg-black {
    background-color: black;
}

.bg-tomato {
    background-color: tomato;
}

.bg-seagreen {
    background-color: seagreen;
}

.bg-steelblue {
    background-color: steelblue;
}

.border-black {
    border: .4rem solid black;
}

.border-tomato {
    border: .4rem solid tomato;
}

.border-seagreen {
    border: .4rem solid seagreen;
}

.border-steelblue {
    border: .4rem solid steelblue;
}

.body-black {
    border: solid .8rem black;
}

.body-tomato {
    border: solid .8rem tomato;
}

.body-seagreen {
    border: solid .8rem seagreen;
}

.body-steelblue {
    border: solid .8rem steelblue;
}

.mask{
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}
.mt, .mb{
    height: 0;
    width: 100%;
    left: 0;
}
.mb{
    bottom: -20rem;
    height: 20.8rem;
}
.mt{
    top: -20rem;
    height: 20.8rem;
}
.mv{
    bottom: 0;
    height: 999em;
    width: 0;
}
.mb2{
    bottom: .8rem;
    height: 2rem;
    width: 200px;
    border: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.ml, .ml2{left: -20rem;width: 20.8rem;}
.mr, .mr2{right: -20rem;width: 20.8rem;}
.ml2, .mr2{bottom: none;top: 0;}

/* Responsive layout */

@media (min-width: 768px) {
    section.resume-section {
        min-height: 50vh;
    }
    section.resume-section .resume-item .resume-date {
        min-width: 18rem;
    }
}

@media (min-width: 990px) {
    section.resume-section {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    body {
        padding-top: 0em;
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .will-gone {
        display: block;
    }
    #extraNav {
        text-align: left;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 10rem;
        height: 100vh;
    }
    #sideNav {
        text-align: left;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 10rem;
        height: 100vh;
    }
    #sideNav .navbar-brand {
        display: flex;
        margin: auto auto 0;
        padding: 0.5rem;
    }
    #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2);
    }
    #sideNav .navbar-collapse {
        display: flex;
        align-items: flex-start;
        flex-grow: 0;
        width: 100%;
        margin-bottom: auto;
    }
    #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
        /*margin-top: 5em;*/
    }
    #sideNav .navbar-collapse .navbar-nav .nav-item {
        display: block;
    }
    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block;
    }
    #projNav .navbar-brand {
        display: flex;
        margin: auto auto 0;
        padding: 0.5rem;
    }
    #projNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2);
    }
    #projNav {
        text-align: right;
        margin-left: auto;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 10rem;
        height: 100vh;
    }
    #projNav .navbar-collapse {
        display: flex;
        align-items: flex-start;
        flex-grow: 0;
        width: 100%;
        margin-bottom: auto;
    }
    #projNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
        /*margin-top: 5em;*/
    }
    #projNav .navbar-collapse .navbar-nav .nav-item {
        display: block;
    }
    #projNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block;
    }
    .scrollart {
        width: 38vw;
    }
    .pageart {
        height: min(90vh, 90vw);
    }
    .vizart {
        width: 60vw;
    }
    .mb{
        height: 20.8rem;
    }
    .mt{
        height: 20.8rem;
    }
    .mv{
        width: 0;
    }
}

@media (max-width: 1080px) {
    .brandcolumn {
        display: none;
        width: 0em;
        padding: 0px;
    }
}

@media (max-width: 989.98px) {
    body {
        padding-top: 0em;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .photocolumn {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    .list-social-icons {
        display: none;
    }
    .imgcolumn {
        display: none;
        width: 0%;
        padding: 0px;
    }
    .textcolumn {
        width: 95%;
    }
    .bottom-some {
        margin-bottom: 0em;
    }
    .top-some {
        margin-top: 0em;
    }
    .list-adaptive-item {
        display: inline-block;
        /*float: right;*/
    }
    .scrollart {
        width: 85vw;
    }
    .pageart {
        width: min(85vw, 85vh);
    }
    .vizart {
        width: 95vw;
    }
    .mt, .mb{
		height: 20.4rem;
	}
	.mv{
		width: 20.4rem;
	}
    .body-default {
        border: solid .4rem var(--default-skeleton-color);
    }

    .body-tomato {
        border: solid .4rem tomato;
    }
    
    .body-seagreen {
        border: solid .4rem seagreen;
    }
    
    .body-steelblue {
        border: solid .4rem steelblue;
    }
    
    #sideNav {
        background-color: var(--default-skeleton-color);
    }
    #sideNav a {
        color: white;
    }
    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: white;
    }

    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        background-color: white;
        color: var(--default-skeleton-color);
    }

}

@media (max-width: 767.98px) {
    .photocolumn {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .field {
        font-size: 1rem;
    }
}

