@font-face {
    font-family: noto;
    src: url('fonts/noto.otf');
}
@font-face{
    font-family: passionbold;
    src: url('fonts/passionbold.ttf')
}
@font-face{
    font-family: passion;
    src: url('fonts/passion.ttf')
}
* {
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: noto;
}
nav {
    position: fixed;
    top: 0;
    background-color: #5a5a5a;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    z-index: 15;
}
nav ul {
    list-style-type: none;
    margin: auto;
    display: flex;
    justify-content: center;
    z-index: 16;
}
nav a {
    text-decoration: none;
    font-family: passion;
    color: rgba(255,255,255,0.7);
    text-align: center;
    font-size: 30px;
    padding-left: 8px;
    padding-right: 8px;
    transition: 0.4s;
    margin: 0px 10px;
    z-index: 17;
}
nav li:last-child a {
    border-right: none;
}
nav a:link, nav a:visited {
    background-color: none;
}
nav a:hover, nav a:active {
    color: rgba(220,20,60,0.6);
}
.active {
    color: rgba(220,20,60,0.6);
}
nav #img {
    width: 100px;
    margin-left: 10px;
    display: none;
    line-height: 1.2;
    height: 10px;
    justify-content: flex-start;
    padding-bottom: 40px;
}
.container {
    display: inline-block;
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: rgba(255,255,255,0.7);
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 50px;
}
.change .bar1 {
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: rotate(45deg) translate(-8px, -8px);
}
body {
    background-color: #dfdfdf;
    color: black;
}
.body {
    max-width: 3000px;
    font-size: 18px;
}
#header {
    margin: auto;
    margin-top: 100px;
    text-align:center;
}
#header h1 {
    font-size: 150px;
    color: rgba(220,20,60,0.9);
    font-family: passionbold; 
    line-height: 1;
    letter-spacing: 8px;
}
#text {
    width: 70%;
    margin: auto;
}
#head {
    overflow: auto;
    color: #5a5a5a;
    margin-bottom: 30px;
    font-size: 25px;
    letter-spacing: 1px;
}
#le {
    width: 70%;
    text-align: center;
    margin: 50px auto 30px;
}
hr {
    width: 10%;
    border-color: rgba(220,20,60,0.6);
    margin: auto;
    margin-bottom: 50px;
}
#first {
    overflow: auto;
    margin-top: 50px;
}
.para {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.para p {
    margin-bottom: 20px;
}
.paras {
    display: flex;
    align-items: center;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 80px;
    border-top: 2px solid rgba(220,20,60,0.9);
}
.paras p {
    margin-bottom: 20px;
}
.photo {
    width: 50%;
}
.photo p {
    display: none;
}
.art {
    width: 100%;
}
.par {
    width: 50%;
}
.impor {
    font-size: 23px;
    margin-bottom: 50px !important;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
.spid {
    margin-left: 20px;
}
.flow {
    margin-right: 20px; 
}
#artists {
    margin-bottom: 50px;
    text-align: center;
}
#artists p {
    margin: auto;
    color: #5a5a5a;
    width: 80%;
    font-size: 20px;
    letter-spacing: 1px;
}
#artists ul {
    list-style-type: none;
    display: flex;
    margin-top: 50px;
    justify-content: space-evenly;
}
#artists li {
    align-items: center;
    align-content: center;
    text-align: center;
}
#artists a {
    color: rgba(220,20,60,0.9);
    margin-top: 50px;
    font-family: passion;
    font-size: 50px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    line-height: 1;
}
#artists a:hover {
    font-size: 60px;
}
#docs {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    border-top: 2px solid rgba(220,20,60,0.9);
    border-bottom: 2px solid rgba(220,20,60,0.9);
}
#docs p{
    color: #5a5a5a;
    font-size: 20px;
    letter-spacing: 1px;
    width: 33%;
    padding: 20px;
    word-wrap: break-word;
    margin-top: 0px;
}
#gallery {
    margin-top: 100px;
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: center;
}
#images {
    display: flex;
    width: 10000px;
    position: absolute;
    top: 0;
    left: 0;
}
.image a {
    text-decoration: none;
    color: rgb(197,18,54)
}
.image {
    width: 1600px;
}
.image img {
    width: 100%;
}
.image video {
    width: 100%;
}
.image p {
    width: 70%;
    padding-top: 40px;
    margin: auto;
}
.slider_button {
    position: absolute;
    color: #fff;
    font-size: 80px;
    z-index: 10;
    top: 0;
    transition: 0.5s;
    padding-bottom: 5px;
    opacity: 0.5;
}
.slider_button:hover {
    cursor: pointer;
    background-color: rgba(60,60,60,0.4);
    opacity: 1;
}
.slider_button:first-of-type {
    left: 0;
    padding-right: 5px;
}
.slider_button:nth-of-type(2) {
    right: 0;
    padding-left: 10px;
}
#website {
    text-align: center;
    padding-top: 30px;
}
#website a {
    font-size: 23px;
    letter-spacing: 3px;
    color: black;
    transition: 0.7s;
}
#website a:hover {
    color: rgba(220,20,60,0.9);
}
#footer {
    background-color: #5a5a5a;
    padding-bottom: 10px;
    width: 100%;
}
#logos {
    opacity: 0.8;
    display: flex;
    justify-content: space-around;
    width: 50%;
    margin: auto;
    padding-top: 40px;
}
.logo {
    width: 30px;
}
.text {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 3px;
}
.text p {
    margin-top: 5px;
}
#footer p {
    font-size: 10px;
    line-height: 1;
    opacity: 0.4;
}
#footer a {
    text-decoration: none;
    color: white;
}
span {
    color: white;
}
@media (max-width:1300px) {
    #docs p {
        width: 45%;
    }
}
@media (max-width:1100px) {
    .photo p {
        display:block;
    }
    .lost {
        display: none;
    }
    .art {
        margin-bottom: 10px;
    }   
}
@media (max-width:950px) {
    #docs {
        flex-direction: column;
    }
    #docs p {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:850px) {
    nav {
        background-color: none;
    }
    nav ul {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        flex-direction: column;
        background-color: #5a5a5a;
        align-items: center;
        padding-bottom: 10px;
    }
    nav #img {
        display: block;
    }
    nav a {
        font-size: 40px;
    }
    #header h1 {
        font-size: 80px;
    }
    #le{
        width: 80%;
    }
    #artists ul {
        flex-direction: column;
    }
    #artists a {
        font-size: 40px;
    }
    #artists a:hover {
        font-size: 45px;
    }
    #artists p {
        width: 90%;
    }
    .para {
        flex-direction: column;
    }
    .paras {
        flex-direction: column-reverse;
    }
    .par {
        width: 100%;
    }
    .flow {
        margin: 0;
    }
    .photo {
        width: 100%;
    }
    .photo p {
        display: none;
    }
    .lost {
        display: block;
    }
    .spid {
        margin-top: 40px;
        margin-left: 0;
    }
    .image p {
        width: 90%;
        font-size: 18px;
    }
    .impor {
        padding: 0;
    }
    .text {
        flex-direction: column-reverse;
    }
    #footer p {
        font-size: 13px;
        line-height: 1.3;
    }
    hr {
        width: 20%; 
    }
    #pho img {
        margin-bottom: 30px;
    }
}