/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  
  .home-header{
    height: 230px;
    width: 100%;
    background-color:white;
    display: flex;
  }

  .logokanan{
    width: 80%;
    height: 230px;
  }

  .logokiri{
    float:right;
    width: 20%;
    height: 230px;
  }

  .card{
    height: 500px;
    width: 100%;
    background-color: yellow;
    display: flex;
  }

  .card-gambar{
    width: 50%;
    height: 500px;
    background-color: blue;
  }

  .card-text{
    width: 50%;
    height: 500px;
    background-color: white;
  }

  .upcomming{
    background-color:#154a42;
    padding: auto;
    height: 60px;
    margin-left: 5px;
    color:rgb(200, 154, 48);
    font-size: 50px;
    text-align: center;
    font-family :Georgia, 'Times New Roman', Times, serif;
  }

  .tangan{
    float: inline-end;
    margin-top: 200px;
    width: 10%;
  }

  .card-desc{
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ebffff;
    height: 430px;
  }

  .card-desc2{
    margin-left: 5px;
    margin-top: 10px;
    background-color: #ebffff;
    height: 100%;
  }

  .description{
    margin: 10px;
    font-size: 20px;
    color: black;
    
  }

  .texttitle{
    padding: 5px;
    text-align:center;
    color:#154a42;
    font-size:20px;
    display: flex;
  }

  .garis-kecil{
    margin-top: 25px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 25px;
    height: 3px;
    background-color:rgb(200, 154, 48);;
  }

  .garis{
    text-align: center;
    padding: 10px;
    font-size: 50px;
    background-color: #154a42;
    color:rgb(200, 154, 48);
    font-family :Georgia, 'Times New Roman', Times, serif;
  }

  .icon-youtube{
    width: 40px;
  }

  .footer-image{
    width: 100%;
  }

  .content{
    background-color: #ebffff;
    width: 100%;
    height: 100%;
  }

  .judul-detail{
    font-size: 35px;
    color: #154a42;
    text-align: right;
    margin-right: 50px;
    margin-left: 100px;
    margin-top: 50px;
    width: 100%;
  }

  .gambar{
    width: 93%;
    margin-left: 50px;
    margin-top: 40px;
    margin-right: 30px;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .header-atas{
    display: flex;
  }

  .kotak-tanggal{
    position: absolute;
    z-index: 2;
    margin-top: 70px;
    background-color: #f7d520;
    padding: 20px;
    width: 200px;
    border-radius: 60px;
    text-align: center;
    font-weight: bold;
    margin-left: 20px;
  }

  .kotak-hari{
    font-size:35px;
    color:#064606
  }

  .kotak-tgl{
    font-size:60px;
    color:#4b7d66
  }

  .kotak-bulan-tanggal{
    font-size:40px;
    color:#685c6a;
    padding:10px;
    display:flex
  }

  .kolom{
    display: flex;
  }

  .teks-satu{
    margin-left: 25px;
    width: 50%;
    padding: 25px;
    font-size: 30px;
  }

  .teks-dua{
    width: 50%;
    padding: 25px;
    font-size: 30px;
  }

  .garis-hitam{
    margin-left: 50px;
    margin-right: 50px;
    height: 2px;
    background-color:#4d4848;
    margin-bottom: 5px;
  }

  .jam{
    font-size: 50px;
    color: #154a42;
    padding-left: 50px;
    font-weight: bold;
    margin: 10px;
  }

  .footer-detail{
    height: 250px;
    width: 100%;
    background-color:#ebffff ;
    display: flex;
  }

  .footer-detail-kotak{
    margin-left: -10px;
    width: 150px;
    height: 100%;
    background-color: #154a42;
  }

 
  .tanggal{
    padding-left: 100px;
    font-size: 40px;
    color: #154a42;
    font-weight: bold;
  }


  .footer-teks{
    margin: 10px;
    font-size: 30px;
    color: grey;
    font-weight: bold;
  }

  .footer-image{
    width: 100%;
    float: right;
  }

  /* detail home ke 2 */

  .content-2{
    background-color: white;
  }

  .header-2{
    height: 1000px;
    background-color: blue;
    width: 100%;
    display: flex;
  }

  .kotak-header-2{
    width: 250px;
    height: 1000px;
    background-color: white;
  }

  .img-header-2{
    width: 100%;
  }

  .hari-header-2{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
  }

  .tahun-header-2{
    font-size: 70px;
    font-weight: bold;
    text-align: center;
  }

  .tanggal-header-2{
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    color: #4b7d66;
  }

  .bulan-header-2{
    padding-top: 10px;
    writing-mode:sideways-lr;
	display: inline;
    font-size: 60px;
    font-weight: bold;
    padding-left: 70px;
  }

  .title-header-2{
    padding-left: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    text-align: center;
  }

  .garis-hitam-2{
    margin-left: 250px;
    margin-right: 50px;
    height: 2px;
    background-color:#4d4848;
    margin-bottom: 5px;
  }

  .jam-2{
    font-size: 50px;
    color: #154a42;
    padding-left: 50px;
    padding-right: 10px;
    font-weight: bold;
    margin: 10px;
    text-align: right;
  }

  .tanggal-2{
    font-size: 50px;
    color: #154a42;
    padding-left: 50px;
    padding-right: 10px;
    font-weight: bold;
    margin: 10px;
    text-align: center;
  }

  .footer-detail-2{
    height: 250px;
    width: 100%;
    background-color:white ;
    display: flex;
  }

  .hari-2{
    font-size: 50px;
    color: #154a42;
    padding-left: 50px;
    padding-right: 10px;
    font-weight: bold;
    margin: 10px;
    text-align: right;
    width: 100%;
  }

  .footer-teks-2{
    margin: 10px;
    font-size: 25px;
    color: grey;
    font-weight: bold;
    text-align: right;
  }

  .footer-2{
    height: 250px;
    width: 100%;
    background-color:white ;
    display: flex;
  }

  .footer-2-teks{
    margin-left: 200px;
    margin-right: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
    /* height: 250px; */
    background-color: #f9f7ed;
    font-size: 25px;
    padding: 30px;
  }

  .footer-image-2{
    min-width: 150px;
    float: right;
  }

  /* home detail 3 */

  .header-3{
    height: 100px;
    width: 101%;
    margin-left: -10px;
    margin-top: -10px;
  }

  .content-tiga{
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #154a42;
    margin-left: -10px;
  }

  .kotak-hijau{
    width: 200px;
    height: 100%;
    background-color: #154a42;
  }

  .img-3{
    width: 100%;
    margin-right: -20px;
  }

  .content-isi{
    background-color: #f4efe7;
    width: 100%;
    margin-right: -20px;
  }

  .img-logo-3{
    width: 50%;
   
  }

  .img-logo-4{
    width: 20%;
    float: right;
  }


  .garis-hitam-3{
    height: 4px;
    background-color:#7ea494;
    margin-bottom: 5px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 250px;
  }

  .content-title-3{
    display: flex;
    padding: 10px;
  }

  .title-teks-3{
    font-weight: bold;
    font-size: 30px;
  }

  .teks-3{
    font-size: 30px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {

    .home-header{
        height: 110px;
        width: 100%;
        background-color:white;
        display: flex;
      }
    
      .logokanan{
        width: 80%;
        height: 120px;
      }
    
      .logokiri{
        float:right;
        width: 20%;
        height: 120px;
      }

      .card{
        height: 230px;
        width: 100%;
        background-color: yellow;
        display: flex;
      }
    
      .card-gambar{
        width: 50%;
        background-color: blue;
      }
    
      .card-text{
        width: 50%;
        background-color: white;
      }
    
      .upcomming{
        background-color:#154a42;
        padding: 5px;
        margin-left: 5px;
        color:rgb(200, 154, 48);
        font-size: 20px;
        text-align: center;
        font-family :Georgia, 'Times New Roman', Times, serif;
      }

      .tangan{
        float: inline-end;
        width: 14%;
      }
    
      .card-desc{
        margin-left: 5px;
        margin-top: 10px;
        background-color: #ebffff;
        height: 80%;
      }

      .card-desc2{
        margin-left: 5px;
        margin-top: 10px;
        background-color: #ebffff;
        height: 100%;
      }
    
      .description{
        margin: 10px;
        font-size: 10px;
        color: black;
        
      }
    
      .texttitle{
        padding: 5px;
        text-align:center;
        color:#154a42;
        font-size:12px;
        display: flex;
      }

      .garis-kecil{
        margin: 20px;
        height: 3px;
        background-color:rgb(200, 154, 48);;
      }

      .garis{
        margin-left: -10px;
        margin-right: -10px;
        text-align: center;
        padding: 10px;
        font-size: 20px;
        background-color: #154a42;
        color:rgb(200, 154, 48);
        font-family :Georgia, 'Times New Roman', Times, serif;
      }

      .icon-youtube{
        width: 20px;
      }

      .footer-image{
        width: 100%;
      }

      .content{
        background-color: #ebffff;
        width: 100%;
        height: 100%;
      }
    
      .judul-detail{
        font-size: 15px;
        color: #154a42;
        text-align: right;
        margin-left: 100px;
        padding-right: 20px;
        margin-top: 50px;
        width: 100%;
      }
    
      .gambar{
        width: 95%;
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 30px;
        align-items: center;
        position: relative;
        z-index: 1;
      }
    
      .header-atas{
        display: flex;
      }
    
      .kotak-tanggal{
        position: absolute;
        z-index: 2;
        margin-top: 30px;
        background-color: #f7d520;
        padding: 10px;
        width: 75px;
        border-radius: 35px;
        text-align: center;
        font-weight: bold;
        margin-left: 5px;
      }

      .kotak-hari{
        font-size:15px;
        color:#064606
      }
    
      .kotak-tgl{
        font-size:25px;
        color:#4b7d66
      }
    
      .kotak-bulan-tanggal{
        font-size:15px;
        color:#685c6a;
        padding:5px;
        display:flex
      }
    
      .kolom{
        display: flex;
      }
    
      .teks-satu{
        width: 50%;
        padding: 20px;
        font-size: 15px;
      }
    
      .teks-dua{
        width: 50%;
        padding: 15px;
        font-size: 15px;
      }
    
      .garis-hitam{
        margin-left: 50px;
        margin-right: 50px;
        height: 2px;
        background-color:#4d4848;
        margin-bottom: 5px;
      }
    
      .jam{
        font-size: 20px;
        color: #154a42;
        padding-left: 20px;
        font-weight: bold;
        margin: 10px;
      }
    
      .footer-detail{
        height: 200px;
        width: 100%;
        background-color:#ebffff ;
        display: flex;
      }
    
      .footer-detail-kotak{
        margin-left: -10px;
        width: 100px;
        height: 100%;
        background-color: #154a42;
      }
    
     
      .tanggal{
        padding-left: 10px;
        font-size: 20px;
        color: #154a42;
        font-weight: bold;
      }
    
    
      .footer-teks{
        margin: 10px;
        font-size: 15px;
        color: grey;
        font-weight: bold;
      }
    
      .footer-image{
        width: 100%;
        float: right;
      }
    
    /* detail home ke 2 */

  .content-2{
    background-color: white;
  }

  .header-2{
    height: 300px;
    background-color: blue;
    width: 100%;
    display: flex;
  }

  .kotak-header-2{
    width: 150px;
    height: 300px;
    background-color: white;
  }

  .img-header-2{
    width: 100%;
  }

  .hari-header-2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .tahun-header-2{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
  }

  .tanggal-header-2{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #4b7d66;
  }

  .bulan-header-2{
    padding-top: 10px;
    writing-mode:sideways-lr;
	display: inline;
    font-size: 30px;
    font-weight: bold;
    padding-left: 35px;
  }

  .title-header-2{
    padding-left: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }

  .garis-hitam-2{
    margin-left: 120px;
    margin-right: 30px;
    height: 2px;
    background-color:#4d4848;
    margin-bottom: 5px;
  }

  .jam-2{
    font-size: 15px;
    color: #154a42;
    padding-left: 50px;
    padding-right: 10px;
    font-weight: bold;
    margin: 10px;
    text-align: right;
  }

  .tanggal-2{
    font-size: 15px;
    color: #154a42;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    text-align: center;
  }

  .footer-detail-2{
    height: 120px;
    width: 100%;
    background-color:white ;
    display: flex;
  }

  .hari-2{
    font-size: 15px;
    color: #154a42;
    font-weight: bold;
    margin: 10px;
    text-align: right;
    width: 100%;
  }

  .footer-teks-2{
    margin: 5px;
    font-size: 15px;
    color: grey;
    font-weight: bold;
    text-align: right;
  }

  .footer-2{
    height: 150px;
    width: 100%;
    background-color:white ;
    display: flex;
  }

  .footer-2-teks{
    margin-left:20px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    /* height: 250px; */
    background-color: #f9f7ed;
    font-size: 13px;
    padding: 10px;
  }

  .footer-image-2{
    min-width: 100px;
    float: right;
  }

  /* home detail 3 */

  .header-3{
    height: 70px;
    width: 105%;
    margin-left: -10px;
    margin-top: -10px;
  }

  .content-tiga{
    width: 105%;
    height: 1000px;
    background-color: #154a42;
    margin-left: -10px;
    margin-top: -10px;
    margin-right: -10px;
    display: flex;
  }

  .kotak-hijau{
    width: 150px;
    height: 100%;
    background-color: #154a42;
  }

  .img-3{
    width: 100%;
    margin-right: -20px;
    height: 50%;
  }

  .content-isi{
    background-color: #f4efe7;
    height: 50%;
    width: 100%;
    margin-bottom: -10px;
    margin-right: -20px;
  }

  .img-logo-3{
    width: 50%;
  }

  .img-logo-4{
    width: 20%;
    float: right;
  }


  .garis-hitam-3{
    height: 4px;
    background-color:#7ea494;
    margin-bottom: 5px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 250px;
  }

  .content-title-3{
    display: flex;
    padding: 10px;
  }

  .title-teks-3{
    font-weight: bold;
    font-size: 15px;
  }

  .teks-3{
    font-size: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  
}

