
body,html {
    margin: 0;
    min-height: 100vh;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.photo-caption{
    text-align: center;
    font-size: 0.8em;
}
.video-caption{
    text-align: center;
    font-size: 0.8em;
    margin-top: 35px;
}


#bg {
    position: fixed;
    top: 0;
    left: 0;

    min-width: 100%;
    min-height: 100%;
}

#home-page {
    position: fixed;
    top: 0;
    left: 0;

    min-width: 100%;
    min-height: 100%;
}

.main-container {
    padding-top: 75px;
}

.pointer {
    cursor: pointer;
}


/* NAVBAR */


ul li {
    list-style-type: none;
}


.companyDropdownA {
    color: #F2F0E3;
    background-color: #bc8041;
}


ul > li:hover {
    text-decoration: none;
}

ul > li > a {
    color: inherit !important;
    text-decoration: none;
}
ul > li > a:hover {
     text-decoration: none;
}

ul {
    padding: 0 !important;
    list-style: none;
    width: 300px;
    z-index: 10000;
    text-align: center;
}
li {
    position: relative;
    padding: 10px 10px  10px 10px ;
}

.li1:hover {
    background-color: #bc8041!important;
    color: #F2F0E3!important;
    padding: 10px 10px  10px 10px ;
}
.li2:hover {
    background-color: #b45b55 !important;
    color:#fff !important;
    padding: 10px 10px  10px 10px ;
}

.li1 {
    background-color: #F2F0E3 !important;
    color: #bc8041 !important;
    padding: 10px 10px  10px 10px ;
}
.li2 {
    background-color: #fff  !important;
    color:#b45b55 !important;
    padding: 10px 10px  10px 10px ;
}
.li3 {
    padding: 10px 10px  10px 10px ;
}



.my-nav-link {
    font-family: 'Open Sans', sans-serif;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    display: inline-block;
    position: relative;
    font-size: 1.3em;
    font-weight: 900;

}
.right-pr {
    margin-top: 22%;
}
.project-image {
    max-width:800px;
    /*height: 800px;*/
}

.cursor{
    cursor:pointer;
}

.vcontainer {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.project-title {
    font-weight: 800;
    text-align: center;
}


@media screen and (max-height: 300px) {
    ul {
        margin-top: 40px;
    }
}

#bio-section {
    display: flex;
}

@media (max-width: 380px) {
    #bio-section {
        display: block !important;
    }

    .prevD, .nextD, .prev, .next {
    font-size: 1em !important;
    }
}


#go-back {
    z-index: 100000;
}

@media screen and (max-height: 300px) {
    ul {
        margin-top: 40px;
    }
}

.nav-t-color:link, .nav-t-color:visited, .nav-t-color:hover, .nav-t-color:active {
    color:#F2F0E3;
}

.name {
    font-size: 4em;
    color: #F2F0E3;
    left: 5%;
    margin-top: 15%;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    -webkit-animation: move 5s ease-in-out forwards;
}


#my-nav-bar{
    background-color: transparent !important;
}



#cv-button {
    background-color: white;
    border: 2px solid #b45b55;
    color: #b45b55;
    font-size: 1em ;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}
#cv-button:hover {
    background-color: #b45b55;
    color: white;
}

.dancing-img {
    max-width: 60vw;
    max-height: 60vh;
}

.navbar-dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.navbar-dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .navbar-dropdown-menu {
    display: block;
}

.nav-tabs .navbar-dropdown-menu, .nav-pills .navbar-dropdown-menu, .navbar .navbar-dropdown-menu {
    margin-top: 0;
}

#worlds-container{
    /*margin-top: 5% !important;*/
}
#worlds-image {
    width: 70%;
    margin-top: 5%;
}

#main-container{
    padding-left: 5%;
    padding-right: 5%;
}

.center-img {

    width: 35%;
    margin: 0 auto;
    visibility: hidden;
}

.animate{

    animation-fill-mode: forwards;
    -webkit-animation: shape-polymorph 5s  forwards;
    animation: shape-polymorph 5s  forwards;
}
@keyframes shape-polymorph{
    100%{
        top: 10px;
        left: 15%;
        position: initial;
        margin-left: -1300px;
    }
}
.animate-img{

    animation-fill-mode: forwards;
    -webkit-animation: move-img 15s  forwards;
    animation: move-img 15s  forwards;
}
@keyframes move-img{
    100%{
        width:45%;
        margin-left: -330px;
    }
}

#me-box {
    vertical-align: top;
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;

}
#bio {
    /*margin-top;*/
    display: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;

}

.center-image {
    visibility: hidden;
}
.my-nav-bar {
    z-index: 1000;
}
.navbar {
    background-color: transparent !important;
}

#email {
    font-size: 1em;
    visibility: hidden;
}

@media screen and  (max-width: 790px) {
    .navBarElements {
        display:none !important;
    }
    #home-title {
        font-size: 3em !important;
    }
    #home-subtitle {
        font-size: 1.7em !important;
    }
    #main-body {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.0em !important;
        line-height: 1.5em !important;
        padding-top: 40px;

    }

}
@media screen and (min-width:785px) {
    #mobileMenu {
        display: none ;
    }
}



#mobileMenu {
    float: right;
    background-color: transparent;
    color: black;
    border: none;
    font-size: 30px;
}

/* SIDEBAR MENU */

.sidebar-dropdown {
    right: auto;
    margin-top: 0;
    margin-left: 0.125rem;
}
.fit-width{
    width: fit-content;
}

.drawer {
    margin-top: 75px !important;
}


.drawer-content {
    background-color: #fff !important;
}


.list-inline-item {
    font-size: 30px;
    padding: 0 !important;
}
.list-inline-item:hover {
    background-color: transparent !important;
}


#main-body{
    font-size: 1.3em;
    line-height: 1.8em;
}

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

.dancingSlideImage {
    max-width: 75vw; max-height: 75vh;

}


.grid-element {
    height: 50vh;
    width: 50%;
    box-sizing: border-box;
    float: left;

}


.arrows-container {
    display: flex;
    position: relative;
    transform: rotate(90deg);
}

.arrow {
    padding: 1rem;
    box-shadow: 2px -2px white inset;
    transform: rotate(225deg);
    opacity: 0;
    position: absolute;
}

.arrow-one {
    animation: arrowMovement 2s ease-in-out infinite;
}

.arrow-two {
    animation: arrowMovement 2s 1s ease-in-out infinite;
}

@keyframes arrowMovement {
    0% {
        left: 0;
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        left: 30px;
        opacity: 0;
    }
}



.prev, .next {
    cursor: pointer;
    position: absolute !important;
    top: 44%;
    font-size: 2em;
    width: auto;
    color: #fff;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    border: none;
    background: border-box;
}



.prevD, .nextD {
    cursor: pointer;
    font-size: 2em;
    width: auto;
    color: #353434;
    font-weight: bold;
    transition: 0.6s ease;
    user-select: none;
    border: none;
    outline: none !important     ;
    background: transparent;
}

.prev {
    left: 0;
}

.next { right: 0}


.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
    display: block;
    margin: 30px auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.arrow-right,
.long-arrow-right{
    transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left{
    transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-left::after{
    content: "";
    display: block;
    width: 2px;
    height: 45px;
    background-color: black;
    transform: rotate(-45deg) translate(15px, 4px);
    left: 0;
    top: 0;
}

.triangle-left,
.triangle-right,
.triangle-top,
.triangle-bottom{
    width: 0;
    height: 0;
    /*margin: 30px auto;*/
}
.triangle-left,
.triangle-right{
    border-top:
            18px solid transparent;
    border-bottom:
            18px solid transparent;


}
.triangle-top,
.triangle-bottom{
    border-left:
            18px solid transparent;
    border-right:
            18px solid transparent;


}

.triangle-right{
    border-left: 30px solid black;
}
.triangle-left{
    border-right: 30px solid black;
}
.triangle-top{
    border-bottom: 30px solid black;
}
.triangle-bottom{
    border-top: 30px solid black;
}



.image-container .title{
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    height: 50vh;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    /*height: 99%;*/
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
    opacity: 1;
}

.content-image{
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p{
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom{
    top: 80%;
}

.fadeIn-top{
    top: 20%;
}

.fadeIn-left{
    left: 20%;
}

.fadeIn-right{
    left: 80%;
}


/*AGENDA*/

.agenda-project{
    margin: 4% 0 4% 0;
}
.agenda-project-title {
    font-size: 1.1em;
    font-weight: 800;
}
.agenda-project-description{
    font-size: 1em;
}
.agenda-project-caption{
    font-size: 0.8em;
    line-height: 1.5em;
}
.spacer-div{
    padding: 5px;
    clear: both;
}
hr {
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #000;
    margin: 20px auto;
    width: 60vw;
}