/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');*/

:root {
    --primary-color: rgba(45, 45, 45, 0.5);
    --menu-speed: 0.75s;   
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}

header {
    display: flex;
    top: 0;
    background-color: #ffffffff;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1;
}

/*footer{
    display: flex;
    position: fixed;
    height: 30px;
    width: 100%;
    z-index: 1;
}*/

.footer {
    position: fixed;
    left: 0;
    bottom: 5px;
    width: 100vw;
    font-size: 0.6rem;
    text-align: center;
    color: black;
}

.footer a:link {
    color: black;
}

.footer a:visited {
    color: seashell;
}

.logo {
    width: 30px;
    height: 30px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding: 0 1rem;
}

.main-content {
    background-color: var(--primary-color);
    color: #ffffff;
    height: 100vh;
    position: relative;
    z-index: 0.5;
}

.main-content:before {
    content: '';
    background: url(../img/bg.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-content .main-content-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: right;
    height: 100vh;
    width: 100vw;
}

.main-content h1 {
    line-height: 1.2;
    font-weight: 900;
    font-size: 3.2vw;
    text-align: right;
    justify-content: right;
}

.main-content .h1-main {
    text-align: right;
    justify-content: right;
    color: white;
}

.main-content .h1-main br {
    display: block;
    margin: 5px 0;
}

.main-content .h1-second {
    text-align: right;
    font-style: italic;
    color: transparent;
    /*text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;*/
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.about-container {
    margin: auto;
    overflow: hidden;
}

.about-content {
    background-color: rgba(241, 140, 31, 0.050);
    /*background-color: rgba(98, 194, 204, 0.3);*/
    color: white;
    height: 100vh;
    min-height: 100%;
    position: relative;
    z-index: 0.5;
}

.about-content:before {
    content: '';
    background: url(../img/bg-about.jpg) no-repeat center center/cover;
    position: absolute;
    opacity: 60%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-content .about-content-inner {
    display: flex;
    color: black;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

.about-content .about-content-inner p {
    line-height: 1.2;
    font-size: 1.1rem;
    text-align: justify;
    font-weight: normal;
}

.about-box {
    width: 100%;
    background: rgb(29, 41, 81);
    z-index: 0.5;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0.2rem 0;
    position: relative;
}

.about-box:before {
    content: "";
    display: block;
    padding-top: 2vh;
}

.about-box h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    color: transparent;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: white;
}

.about-desc {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 960px;
    padding: 4rem;
}
.contact-content {
    background-color: #ffffff;
    height: 100vh;
    position: relative;
    z-index: 0.5;
}

.contact-content .contact-content-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: start;
    height: 100vh;
    width: 100vw;
}

.contact-content .contact-content-inner > ul > li {
    color: #000000;
    list-style: none;
    font-size: 1.5rem;
    padding: 0.2rem;
    font-style: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.contact-content .contact-content-inner > ul > li > a{
    color: inherit;
    text-decoration: none;
    text-align: left;
}

.split {
    display:block;
    margin:10px;
}

.split span { 
    display:block;
    float:right;
    width:50%;
    margin-left:10px;
}

.works-container {
    margin: auto;
    overflow: hidden;
    padding: 0 0.5rem;
}

.works-content {
    background-color: #ffffff;
    height: 100vh;
    position: relative;
    z-index: 0.5;
}

.works-content .works-content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    height: 100vh;
    width: 100vw;
}

.works-content .works-content-inner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0.3rem;
}

.works-content img {
    display: block;
    max-width: 100%;
  }
  
.wrapper {
    overflow: hidden;
    height: 70vh;
    width: 70vw;
    display: grid;
    grid-template-rows: 2fr 1fr;
    grid-gap: 10px;
  
    @media screen and (min-width: $large) {
      grid-template-columns: 1fr 5fr;
      grid-template-rows: auto;
    }
}
  
.gallery {
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
  
    @media screen and (min-width: $large) {
      display: block;
      overflow-y: scroll;
      overflow-x: hidden;
      scroll-snap-type: y mandatory;
    }
}
  
.gallery__img {
    scroll-snap-align: start;
    margin-bottom: 10px;
    min-width: 70vw;
    object-fit: cover;
  
    @media screen and (min-width: $large) {
      min-width: auto;
      min-height: 100vh;
    }
}
  
.lil-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    grid-row-start: 2;
  
    @media screen and (min-width: $large) {
      overflow-y: scroll;
      overflow-x: hidden;
      display: block;
      grid-row-start: auto;
    }
  
    a {
      display: flex;
      min-width: 45vw;
      margin-right: 10px;
  
      @media screen and (min-width: $large) {
        margin-bottom: 10px;
        min-height: 200px;
        min-width: 100%;
      }
    }
}
  
.lil-nav__img {
    object-fit: cover;
    filter: saturate(0);
    transition: 0.3s ease all;
  
    &:hover {
      transform: scale(1.05);
      filter: saturate(1);
    }
}
  
@media screen and (max-width: 700px) {
    .main-content h1 {
        font-size: 1.5rem;
    }
    
    .main-content .h1-second {
        -webkit-text-stroke-width: 0.5px;
    }

    .about-box {
        margin-bottom: 10px;
    }
    
    .about-box h1 {
        font-size: 30px;
    }

    .about-content .about-content-inner p {
        font-size: 14px;
        text-align: left;
    }

    .about-desc {
        padding: 0 35px;
    }

    .contact-content .contact-content-inner > ul > li {
        font-size: 18px;
        padding: 0.1rem;
    }

    .works-content .works-content-inner h1 {
        font-size: 32px;
        padding: 5px;
    }
}

@media screen and (max-width: 400px) {
    .contact-content .contact-content-inner > ul > li {
        font-size: 12px;
        padding: 0.1rem;
    }

    .works-content .works-content-inner h1 {
        font-size: 20px;
    }
}