html {
    font-family: 'Abel', sans-serif;
    display: block;
}

@media (max-width: 769px) {
    html { 
        width: 100%;
        height: 100%;
        margin: auto;}
}

body {
    background-color: black;    
    /* width: 2000px; */
    margin: auto;
}

@media (max-width: 769px){
    body{
        background-color: black;    
        margin: auto;
        /* padding: 5% 0 0 10%; */
    }
}

header {
    position: relative;
    z-index: 999;
    margin: 0;
    /* display: flex; */
}

@media (max-width: 769px){
    header{
        justify-content: center;
        /* padding:20px 20px 0px 20px; */
        text-align: justify;  
        /* width: 120%; */
        margin: auto;
        display: block;
        justify-content: center;
        padding: 20px 20px 0px 20px;
        text-align: justify;
        /* width: 120%; */
        margin: auto;
        height: 0;
        margin: 0;
        padding: 20px 0 30px 15px;
        position: relative;
    }
}

.content {
    position: relative;
}

@media (max-width: 769px){
    .content {
        position: relative;
        margin: 20% 0 0 0;
    }
}

.nav-items {
    height: 50px;
    text-align: center;
    max-width: 100%;
}

/* @media (max-width: 768px){
    .nav-items {
        height: 0;
    }
} */

figure {
    position: relative;
    margin: 3% 0 0 0;
    /* background-color:rgb(121, 96, 0); */
}

/* @media (max-width: 768px){
    figure {
        position: relative;
        margin: 7% 0 0 0;    
    }
} */

figcaption {
    background: rgba(55, 55, 55, 0.503);
    padding: 0.7em;
    bottom: 5%;
    /* left: 1640px; */
    text-align: right;
    position: absolute;
    font-size: 15px;
    font-weight: bolder;
    width: 25%;
}

@media (max-width: 769px){
    figcaption {
        background: rgba(55, 55, 55, 0.503);
        padding: 0.5em;
        bottom: 5%;
        /* left: 1640px; */
        text-align: right;
        position: relative;
        font-weight: bolder;
        width: 30%;
        font-size: 0.75rem;
    }
}

figure img#background {
    display: block;
    width: 70%;
    margin: auto;
}

@media (max-width: 769px){
    figure img#background {
        width: 100%;
        /* height: 50%; */
        margin-top: 10%;
        display: block;
    }
}

.intro {
    text-shadow: 0 5px 5px #111;
    font-family: Palatino,"Palatino Linotype",Georgia,serif;
    padding: 4% 5% 5% 5%;
    text-shadow: 0 5px 5px #111;
    position: absolute;
    top: 20%;
    left: 15%;
}

@media (max-width: 769px){
    .intro {
        padding: 0;
    }
}

h1 {
    color: white;
    font-size: 30px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 20px;
}

h2 {
    color: white;
    font-size: 17px;
    margin-top: -0.4rem;
    line-height: 25px;
}

@media (max-width: 769px){
    h1{
        font-size: 1.5rem;
    }
    h2{
    font-size: 1rem;
        line-height: 150%;
    }
    /* .h1h2 {
        padding-left: 10%;
        padding-top: 5%;
    } */
}

.menu {
    /* width: 2000px; */
    background-color:rgb(196, 157, 0);
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
}

ul.menu-ul {
    font-size: 20px;
    font-family: 'Bebas Neue', cursive;
    margin: 0;
    padding: 0;    
    text-align: center;
}

li.menu-li{ 
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: white;
}

li.menu-li + li.menu-li {
    padding-left: 10rem;
}

@media (max-width: 769px){
    .menu{
        display: none;
    }
}

@media (max-width: 769px){
    .hamberger-wrap{
        position:absolute;
        padding-right:10px;
        padding-left:10px;
        border:1px solid white;
      }
      .hamberger>span{
        display:block;
        width:40px;
        height:5px;
        margin-top:10px;
        margin-bottom:10px;
        background-color:white;
        transition: transform 0.5s, opacity 0.5s;
      }
      .hamberger-wrap.active span:nth-child(1){
        transform:translateY(15px) rotate(45deg);
      }
      .hamberger-wrap.active span:nth-child(2){
        opacity:0;
      }
      .hamberger-wrap.active span:nth-child(3){
        transform:translateY(-15px) rotate(-45deg);
      }
}

@media (min-width: 769px){
    .hamberger-wrap{
        display: none;
      }
      .hamberger>span{
        display: none;
      }
      .hamberger-wrap.active span:nth-child(1){
        display: none;
      }
      .hamberger-wrap.active span:nth-child(2){
        display: none;
      }
      .hamberger-wrap.active span:nth-child(3){
        display: none;
      }
}

.panel {
    display: block;
    width: 90%;
    margin-top: auto;
}

h3 {
    font-family: 'Roboto Slab', serif;
    color: white;
    text-align: left;
    font-size: 24px;
    margin-top: 2.38rem;
}

@media (max-width: 769px){
    h3{font-size: 20px;
        margin-bottom: 0;
    }
}

section#about {
    width: 70%;
    display: block;
    margin: auto;
    overflow: auto;
    margin-top: 5%;
    position: relative;
}

@media (max-width: 769px){
    section#about {
        margin-top: 10px;
    }
}

.about-image{
    width: 50%;
    height: 30%;
    display: block;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width: 769px){
    .about-image{
       float: none;
       width: 100%;
       margin-bottom: 0;
    }
}

p {
    color: white;
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px;
}

@media (max-width: 769px){
    p {font-size: 17px;}
}

section#film {
    width: 70%;
    display: block;
    margin: auto;
    overflow: auto;
    margin-top: 5%;
    padding: 0 55px;
}

@media (max-width: 769px){
    section#film{
        margin-top: 0;
    }
}

.film-image{
    width: 50%;
    height: 30%;
    display: block;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width: 769px){
    .film-image{
       float: none;
       width: 100%;
       margin-bottom: 0;
    }
}

section#gallery {
    width: 70%;
    display: block;
    margin: auto;
    overflow: auto;
    margin-top: 5%;
    padding: 0 55px;
}

@media (max-width: 769px){
    section#gallery{
        margin-top: 0;
    }
}

.gallery-image{
    width: 50%;
    height: 30%;
    display: block;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width: 769px){
    .gallery-image{
       float: none;
       width: 100%;
       margin-bottom: 0;
    }
}

ul.gallery-ul {
    color: white;
    padding-left: 0;
}

li.gallery-li {
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: white;
    padding-top: 0.7rem;
}

@media (max-width:769px){
    li.gallery-li {
        font-size: 16px;
    }
}

#footer {
    background-color:rgb(196, 157, 0);    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 100px;
    margin-top: 50px;
    width: 100%;
}

p#copyright {
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5rem;
    color: white;
}

@media (max-width: 769px){
    p#copyright {
        padding-left: 2rem;
    }
}