body {
    font-family: 'Raleway', sans-serif;
    background: #f5f5f5;
}
.pattern-1{
    background-image: url('../assets/p6.png');
    background-size: contain;
    background-repeat: repeat-x;
}
.dropdown-menu{
    background-color: #3E92CC;
    border-radius: 0;
}
.dropdown-item{
    color: #fff;
}
p{
    font-size: 11pt;
}
a{
    font-size: 11pt;
}
.nav-link{
    color: #003049;
}
.nav-link:hover{
    color: #3E92CC;
}
.nav-bg{
    background-color: #003049;
}
.text-judul{
    color: #252627;
}
.bg-biru{
    background-color: #003049;
}
.pembatas{
    background-color: #ffc107;
    width: 10%;
    height: 3px;
}
.pembatas2{
    background-color: #003049;
    width: 10%;
    height: 3px;
}
.text-header{
    color: #fff;
}
.text-biru{
    color: #003049;
}
.text-biru:hover{
    color: #3E92CC;
}
.text-footer{
    color: #fff;
}
.text-footer:hover{
    color: #3E92CC;
}
.text-jargon{
    color: #fff;
}
.text-nama{
    color: #fff;
}
.text-header:hover{
    color: #3E92CC;
}
.card-pengumuman-kecil{
    height: 425px;
}
.card-pengumuman-gambar{
    height: 240px;
    width: 320px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}
.card-info-gambar{
    height: 150px;
    width: 200px;
    aspect-ratio: 4 / 3;
    object-fit:contain;
}
.grid-info{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    }
.one{
        grid-column: 1/3;
        grid-row: 1;
      }
.two{
        grid-column: 3/3;
        grid-row: 1;
    } 
.card-info{
    height: 150px;
}
@media (max-width:576px){
    .card-content{
        max-height: fit-content;
        background-color: none;
        border: 0;
    }
    .card-pengumuman-kecil{
        height: fit-content;
    }
    .card-info-gambar{
        height: 150px;
        width: 200px;
        aspect-ratio: 4 / 3;
        object-fit:contain;
    }
    .card-title{
        font-size: 10pt;
    }
    .card-text{
        font-size: 10pt;
    }
    .card-info{
        height: fit-content;
    }
    .container-info{
        width: 100%;
        padding: 0;
    }
    .container-agenda{
        margin-top: 40px;
        width: 100%;
        padding: 0;
    }
    .gambar-carausel{
        height: 273px;
        width: 455px;
        object-fit:contain;
    }
    .card-profil{
        width: 340px;
        height: fit-content;
    }
    .gambar-profil{
        width: 340px;
        height: 255px;
        object-fit: contain;
    }
    .card-prestasi{
        width: 440px;
        height: fit-content;
    }
    .gambar-prestasi{
        width: 440px;
        height: 330px;
        object-fit: contain;
    }
    .gambar-prestasi-2{
        width: 600px;
        height: 450px;
        object-fit: contain;
    }
    .card-sambutan{
        width: 400px;
        height: fit-content;
    }
    .gambar-sambutan{
        width: 400px;
        height: 310px;
        object-fit: contain;
    }
    .gambar-logo{
        width: 200px;
        height: 100px;
        object-fit: contain;
    }
    .text-header{
        font-size: 9pt;
    }
    .text-footer{
        font-size: 9pt;
    }
    .text-nama{
        font-size: 11pt;
    }
    .text-jargon{
        font-size: 9pt;
    }
    .col-logo{
        width: 100%;
    }
    .col-nama{
        width: 100%;
        margin-top: 10px;
    }
}
@media (min-width:576px){
    .card-content{
        max-height: fit-content;
        background-color: none;
        border: 0;
    }
    .card-title{
        font-size: 11pt;
    }
    .card-text{
        font-size: 11pt;
    }
    .card-pengumuman-kecil{
        height: fit-content;
    }
    .gambar-carausel{
        height: 309px;
        width: 515px;
        object-fit:contain;
    }
    .card-info{
        height: fit-content;
    }
    .container-info{
        width: 100%;
        padding: 0;
    }
    .container-agenda{
        margin-top: 40px;
        width: 100%;
        padding: 0;
    }
    .card-prestasi{
        width: 500px;
        height: fit-content;
    }
    .gambar-prestasi{
        width: 500px;
        height: 375px;
        object-fit: contain;
    }
    .gambar-prestasi-2{
        width: 760px;
        height: 570px;
        object-fit: contain;
    }
    .card-profil{
        width: 340px;
        height: fit-content;
    }
    .gambar-profil{
        width: 340px;
        height: 255px;
        object-fit: contain;
    }
    .card-sambutan{
        width: 400px;
        height: fit-content;
    }
    .gambar-sambutan{
        width: 400px;
        height: 310px;
        object-fit: contain;
    }
    .gambar-logo{
        width: 200px;
        height: 100px;
        object-fit: contain;
    }
    .col-logo{
        width: 40%;
    }
    .col-nama{
        width: 60%;
        margin-top: 10px;
    }
    .text-header{
        font-size: 9pt;
    }
    .text-nama{
        font-size: 11pt;
    }
}
@media (min-width:768px){
    .card-sambutan{
        width: 400px;
        height: fit-content;
    }
    .card-profil{
        width: 340px;
        height: fit-content;
    }
    .gambar-carausel{
        height: 417px;
        width: 695px;
        object-fit:contain;
    }
    .gambar-sambutan{
        width: 400px;
        height: 310px;
        object-fit: contain;
    }
    .gambar-profil{
        width: 340px;
        height: 255px;
        object-fit: contain;
    }
}
@media (min-width:992px){
    .card-sambutan{
        width: 400px;
        height: fit-content;
    }
    .card-profil{
        width: 340px;
        height: fit-content;
    }
    .gambar-carausel{
        height: 525px;
        width: 935px;
        object-fit:contain;
    }
    .gambar-sambutan{
        width: 400px;
        height: 310px;
        object-fit: contain;
    }
    .gambar-profil{
        width: 340px;
        height: 255px;
        object-fit: contain;
    }
}
@media (min-width:1200px){
    .card-content{
        min-height: 610px;
    }
    .card-title{
        font-size: 12pt;
    }
    .card-text{
        font-size: 12pt;
    }
    .grid-info{
        width: 1000px;
    }
    .col-info{
        width: 80%;
    }
    .col-agenda{
        width: 40%;
    }
    .container-info{
        width: 100%;
    }
    .container-agenda{
        width: 35%;
        margin-top: 0px;
        padding-left: 20px;
    }
    .gambar-carausel{
        height: 610px;
        width: 1110px;
        object-fit:contain;
    }
    .card-profil{
        width: 340px;
        height: fit-content;
    }
    .gambar-profil{
        width: 340px;
        height: 255px;
        object-fit: contain;
    }
    .card-sambutan{
        width: 400px;
        height: fit-content;
    }
    .gambar-sambutan{
        width: 400px;
        height: 310px;
        object-fit: contain;
    }
    .gambar-logo{
        width: 200px;
        height: 100px;
        object-fit: contain;
    }
    .flex-container{
        display: flex;
        align-items: center;
    }
    .text-header{
        font-size: 11pt;
    }
    .text-nama{
        font-size: 16pt;
    }
}
@media (min-width:1400px){
    .gambar-carausel{
        height: 610px;
        width: 1110px;
        object-fit:contain;
    }
}