html {
    font-size: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    -webkit-text-stroke-width: .05px;
    -webkit-text-stroke-color: white;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height:35px;
    font-weight: 400;
    letter-spacing: 0.45;
    color: black;
    width: 100%;
    overflow-x: hidden;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

h3 {
    font-size: 130%;
}

strong {
    font-weight: 600;
}

input, button, submit { 
    border:none; 
    background: none;
} 


i, em {
    font-style: italic  ;
}

br {
    display: block;
    width: 100%;
    height: 10px;
    content: "";
}

.nav {
    background-color: white;
    padding: 30px 0;
    overflow-x: hidden;
    width: 100%;
    margin: 20px 0 30px !important;
    border-bottom: 1px solid black;
}

.nav .links {
    display: inline;
    color: black !important;
    text-decoration: none;
    font-size: 150%;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    line-height: normal;
}

.nav h1 {
    padding: 0;
}

.nav h1 a{
    text-decoration: none !important;
    color: black !important;
    font-size: 190%;
}

.nav a:hover {
    text-shadow: 1px 0 0.2rem #ffbb57;
}

.nav a.active,
.nav a:hover {
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

.loaded {
    display: none !important;
}

.splash {
    width: 100vw;
    height: 100vh;
    background-color: white;
    position: fixed;
    z-index: 100;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/images/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    .nav h1 a{
        font-size: 150%;
        font-weight: 900;
    }

    .nav {
        padding: 20px 5px;
    }

    .nav .links {
        font-size: 100%;
    }

    .nav .links,
    .nav h1 {
        text-align: center;
        padding: 10px 0;
    }
}


h1 {
    font-weight: 800;
    font-size: 200%;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-weight: 400;
        font-size: 150%;
    }
}

img {
    max-width: 100%;
    font-weight: 800;
}

.works {
    margin: 0 25px;
}

.work {
    position: relative;
}

.work h1 {
    top: 5px;
    z-index: 2;
    font-weight: 400;
    font-size: 200%;
    color: black;
    text-decoration: none !important;
    margin-bottom: 12px;
    text-align: left;
}

.work:hover h1 {
    display: block;
}

@media only screen and (max-width: 768px) {
    .work h1 {
        display: block;
        top: 0;
        bottom: auto;
    }
}

.front-grid-gallery, .nav-wrap {
    margin: 0 50px;
}

@media only screen and (max-width: 768px) {
    .front-grid-gallery, .nav-wrap {
        margin: 0 4px;
    }  
}

.bio {
    text-align: left;
    margin-top: 50px;
}

.bio img {
    width: 100%;
}

.bio .about{
    text-align: left;
}

.cv p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .bio {
        margin-top: 0;
    }
    .bio .about{
        padding-top: 50px;
    }
}

.detail-image {
    margin-bottom: 100px;
    width: 100%;
    object-fit: scale-down;
    max-height: 800px;
}

.gallery-images {
    margin-top: 100px !important;
    margin-bottom: 400px !important;
}

.gallery-image{
    margin: 0 auto;
    text-align: center;
}

.gallery-image img {
    max-height: 800px;
    margin: 0 auto;
}

.slick-slide {
    height: auto !important;
    outline: none !important;
}

.slick-dots {
    bottom: -50px !important;
}

.img-wrapper {
    width: calc(100% - 4px);
    padding: 2px 2px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 55.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
}

.video-wrapper iframe {
    position: absolute;
    top: -60;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
  }


.project {
    display: block;
    margin: 0 auto;
    margin: 20px;
    text-decoration: none !important;
    margin-bottom: 40px;
    color: black !important;
    text-align: left;
}

.project .info {
    margin-bottom: 20px;
}

.project img {
    margin: 0 auto;
}

.project button {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: white;
    border: 1px solid black;
    color: black;
    font-size: 100%;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.project button:hover {
    background-color: black;
    border: 1px solid white;
    color: white;
}

.presentation .pdf {
    position: relative;
    width: 100%;
    height: 100vh;
}

.presentation img   {
    margin-top: 120px;
}

.presentation h2{
    margin: 30px 0 10px;
}

.blog-container {
    margin-bottom: 150px;
}

.blog p {
    margin: 20px 0;
}

.blog em, .blog i {
    text-shadow: 1px 0 0.2rem #ffbb57;
}

.audio-bar {
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    border-top: 2px solid #041b74;
    background: white;
    padding: 10px 0px;
}

.audio-bar p {
    color: #ffbb57;
}

.audio-bar button{
    color: #041b74;
    font-weight: bold;
    font-size: 20px;
    margin-left: 20px;
}

.audio-bar button.active {
    color: #ffbb57;
    text-decoration-line: underline;
    text-decoration-style: wavy;
}
