<style>
    html{
        height: 100%;
        width: 100%;
    }
    body {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    #Header {
        width: 100%;
        height: 12%;
        position: fixed;
        overflow: hidden;
        z-index: 2;
    }
    #InnerHeader {
        height: 100%;
        width: 100%;
        display:flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    #BgBlur{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: rgb(228, 29, 29);
        z-index: -1;
    }
    #Footer {
        width: 100%;
        background-color: #410800;
        text-align: center;
        padding: 1vw;
        color: aliceblue;
        display: flex;
        justify-content: space-evenly;
        font-size: 1.7vw;
    }
    #MainContent {
        width: 100%;
        height: 100%;
    }
    #Logo{
        width: 20%;
        margin-left: auto;
        margin-right: auto;
    }
    #Logo img {
        max-height: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #Navig {
        width: 80%;
        height: 100%; 
    }
    
    #Navig ul{
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 auto;
        height: 100%;
        font-size: 3vw;
    }
    #MainWelcome{
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #ae1601;
    }
    #LogoWelcome{
        margin-top: 15%;
    }
    #LogoWelcome img{
        max-height: 100%;
        width: 33vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #WelcomeHeader{
        margin-top: 5%;
        width: 100%;
    }
    #WelcomeHeader h1 {
        margin:0;
        text-align: center;
        font-size: 4vw;
    }
    #InnerContent{
        width: 100%;
        display: flex;
        flex-direction: column;
        background-image: linear-gradient(to bottom, #ae1601 20%, #6d0e01 60%);
    }
    #VisiMisi{
        background-color: antiquewhite;
        border-radius: 25px;
        padding: 3%;
        width: 75%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 5px 10px 30px;
    }
    #Keanggotaan{
        background-color: azure;
        padding: 3%;
        border-radius: 25px;
        width: 75%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        box-shadow: 5px 10px 30px;
    }
    #Kegiatan{
        background-color: blanchedalmond;
        padding: 3%;
        border-radius: 25px;
        width: 75%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        box-shadow: 5px 10px 30px;
    }
    #Pembiayaan{
        background-color: azure;
        padding: 3%;
        border-radius: 25px;
        width: 75%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        margin-bottom: 10%;
        box-shadow: 5px 10px 30px;
    }
    ul{
        list-style: square;
    }
    h1{
        text-align: center;
    }

    li, p, h1, h2 {
        font-family: bahnschrift;
    }
    li, {
        padding: 5px;
        font-weight: 500;
    }

    .ButtonNav:hover{
        cursor: pointer;
    }


.slider img {
  flex: 0;
  width: 50vw;
  height: 25vw;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.slider ul {
  list-style: none;
  padding-left: 0;
  display: flex; }

.slider {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: auto; 
}

.slider-inner {
  animation: rotate 12s infinite; }
  .slider-inner:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }

@keyframes rotate {
  0% {
    transform: translateX(0); }
  15% {
    transform: translateX(0); }
  30% {
    transform: translateX(-100vw); }
  45% {
    transform: translateX(-100vw); }
  60% {
    transform: translateX(-200vw); }
  75% {
    transform: translateX(-200vw); }
  100% {
    transform: translateX(0); } 
    }

    #Navig li:hover{
        background: antiquewhite;
        color: black
    }
    #Navig li{
        display: flex;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }
    #Footer a {
        color: antiquewhite;
    }
    #Navig a{
        color: black;
    }
    a{
        text-decoration: none;
    }
</style>