body{
    margin: 0;
    padding: 0;
    font-family:serif;
    background-color: #cfcfcfe3;
}
a{
    text-decoration: none;
    color: #996515;
}
#nav{
    width: 100%;
    height: 48px;
    position: fixed;
    top: 0;
    z-index: 1;
    background-color: #424242;
}
#hamburger{
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 5px;
}
.line{
    display: block;
    height: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #996515/*#b95d08*/;
    width: 100%;
    border-radius: 15px;
}
#line1{
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}
#line2{
    transition: transform 0.2s ease-in-out;
}
#line3{
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}
#logo{
    height: fit-content; width: fit-content; position: relative; left: 20px; top: 5px;
}
#logo h1{
    color: #996515;
    margin: 0;
    font-family: 'Pinyon Script', cursive;
}
#navigation-list{
    list-style: none;
    text-align: center;
    padding-left: 0;
    padding-top: 50px;
    margin-top: 48px;
    background-color: #424242;

    transform: translate(150%);
    transition: transform 0.5s ease-in-out;

}
#navigation-list li{
    background-color: #424242;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
}
#navigation-list li a{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}
#navigation-list li a:hover{
    color: #424242;
    background-color: #996515;
}
#big-screen{
    margin-top: 48px;
}
#image-container{
    max-width: 100%;
}
#image-container img{
    animation-name: zoom1;
    animation-duration: 1s;
}
@keyframes zoom1 {
    from {transform:scale(0.5)}
    to {transform:scale(1)}
  }
#main-heading{
    letter-spacing: 6px;
    color:#996515; 
}
#header{
    text-align: center;
    margin-top: 72px;
    animation-name: slide;
    animation-duration: 1s;
}
@keyframes slide{
    from {transform:translate(-100%)}
    to {transform:translate(0)}
}
#biography{
    text-align: justify;
    font-size: 18px;
    margin-top: 48px;
    color: #424242;
    line-height: 1.5;
    /*povecati na 24px na vecim ekranima*/
    padding-left: 12px;
    padding-right: 12px;
}
#events-container{
    margin-top: 30px;
    border-top: #424242 5px solid;
    border-bottom: #424242 5px solid;
    height: 500px;
}
.h2{
    color: #996515;
    text-align: center;
}
#horizontal-scroll{
    margin-top: 100px;
    overflow: auto;
    height: 300px;
    white-space: nowrap;
}
.event{
    background-color: white;
    color: #424242;
    text-align: center;
    padding: 30px 20px 30px 20px;
    border-radius: 20px;
    min-width: fit-content;
    width: 250px;
    height: 200px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    display: inline-block;
}
.event a{
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}
.event a:hover{
    color: white;
    background-color: #996515;
}
#gallery-container{
    height: 400px;
    background-color: #424242;
    padding-top: 50px;
    position: relative;
}
#gallery-header{
    margin-top: 0;
}
#horizontal-gallery{
    margin-top: 50px;
    overflow: auto;
    white-space: nowrap;
}
.pic{
    width: 200px;
    height: 200px;
    border-radius: 10px;
    margin-left: 60px;
    margin-right: 60px;
    background-size: cover;
    opacity: 0.6;
    display: inline-block;
}
.pic:hover{
    opacity: 1;
    cursor: pointer;
}
#prev, #next{
    cursor: pointer;
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    top: 200px;
    padding: 10px 20px 10px 5px;
    border-radius: 0 10px 10px 0;
    z-index: 1;
    user-select: none;
    -webkit-user-select: none;
}
#next{
    right: 0;
    padding: 10px 5px 10px 20px;
    border-radius: 10px 0 0 10px;

}
#prev:hover, #next:hover{
    background-color: #cfcfcfe3;
}
#show-slide{
    max-width: 100%;
    max-height: 100%;
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #424242;
    background-color: rgba(0,0,0,0.7);
    padding-top: 20px;
}
#close{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #996515;
    cursor: pointer;
}
#show-slide-image{
    width: 100%;
    animation-name: zoom;
    animation-duration: 0.5s;
}
@keyframes zoom {
    from {transform:scale(0.5)}
    to {transform:scale(1)}
  }
#contact{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 10px 20px 10px;
    text-align: center;
}
#contact .fa{
    font-size: 24px;
    color: #424242;
}
#contact span{
    font-size: 15px;
    color: #424242;
    margin-left: 10px;
}
#contact p{
    text-align: center;
}
#contact p .fa{
    margin-left: 10px;
    margin-right: 10px;
}
#contact p .fa:hover{
    color: #996515;
}
#media{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 15px;
}
#media a{
    padding: 10px 5px 10px 5px;
    border-radius: 10px;
}
#media a:hover{
    color: white;
    background-color: #996515;
}
footer{
    background-color: #424242;
    font-size: 15px;
    text-align: center;
}
footer a:hover{
    text-decoration: underline;
}
