@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Poppins");

body {
    background-color: grey;
    transition: ease;
}

button.button {
    margin-bottom : 1rem;
    height: 40px;
    border-radius: 10px;
    filter: drop-shadow(3px 2px 2px #000000);
}

.nm {
    position: absolute;
    top: 50%;
    right: 0.3%;
    transform: translateX(-50%) translateY(-50%);
    color: black;
    font-size: 18px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    
}

.cover  {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 55%;
    filter: blur(4px);

}

.logo {
    height: 25vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
    transition: 0.3s ease-out;
    filter: drop-shadow(3px 5px 4px #222222);
}

h1 {
    text-align:center;
    margin-top: 5rem;
    font-size: 70px;
    font-family: 'Open Sans';
    transition: 0.3s ease-out;
    color: white;
    filter: drop-shadow(1px 1px 1px #000000);
}

h1:hover {
    font-size: 4.1rem;
    transition: 0.3s ease-out;
}

h2 {
    text-align: center;
    color: black;
}

.topnav {
    background-color: lightgrey;
    overflow: hidden;
    font-family: 'Poppins';
    border-radius: 1rem;
    filter: drop-shadow(3px 5px 4px #000000);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 80%;
    transform: translate(0%, 0%) ;
    -ms-transform: translate(0%, 0%);
    height: 4.5vh;
    transition: .5s ease;
  }

.topnav:hover {
    opacity: 100%;
    height: 7vh;
}

.topnav:hover > a {
    font-size: 15px;
    padding: 14px 16px;
}



.topnav a {
    float: left;
    color: black;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 14px;
    transition: .5s ease;
    height: 8vh;
    overflow: hidden;

  }

.topnav a:hover {
    background-color: #ddd;
    color: black;
    transition: 0.3s ease-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 15px;
    padding: 14px 16px;
  }
  
.topnav a.active {
    background-color: #04AA6D;
    color: white;
  }

  .topnav a.active:hover {
    background-color: #1fc185;
    color: white;
    transition: 0.3s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

.footer {
    z-index: 1;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 1rem;
}



.konten {
    margin-top: 10rem;
    background-color: white;
    color: black;
    height: 100%;
    border-radius: 1rem;
    margin-bottom : 1rem;
    padding-bottom: 5px;
}

.konten p {
    margin-left: auto;
    margin-right: auto;
}

.visi {
    text-align: center;
    font-size: 20px;

}

.misi {
    font-size: 20px;

}

h2.subjudul {
    padding : 1rem;
    font-size: 2rem;
    text-align: center;
}

ol {
    margin-left: 9rem;
    
}

.li {
    padding-top: 10px;
    
}

img.jj {
    float: left;
    max-height: 300px;
    height: auto;
    margin-right:1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
}

.dkv , .tkj , .titl , .bdp , .akl , .otkp , .lsp{
    
    margin-left: 2rem;
    font-family: sans-serif;
}


p.pj {
    font-size: 18px;
    margin-right: 3rem;
    margin-left: 1rem;
}

h2.jd {
    margin-top: 5%;
    text-align: left;
}

.kontenjr {
    margin-top: 5%;
    background-color: white;
    color: black;
    height: 100%;
    border-radius: 1rem;
    margin-bottom : 1rem;
    padding-bottom: 10px;
}

.konteneks  {
    margin-top: 10rem;
    background-color:white;
    color: black;
    height: 100%;
    border-radius: 1rem;
    margin-bottom : 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.clock {
    position: absolute;
    top: 50%;
    right: 0.5%;
    transform: translateX(-50%) translateY(-50%);
    color: #04AA6D;
    font-size: 18px;
    font-family: 'Poppins';
    letter-spacing: 2px;
}

.ekskul {
    font-size: 24px;
}

.guru {
    margin-left: 9rem;
    font-size: 22px;
}


/* Responsive Web */

* {
    box-sizing: border-box;
  }

.row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 15px;
  }

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
  }
  
  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
  }
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  }