@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@600&display=swap');


/* set all image width to full device width */
img {
    width: 100%;
}

.banner {
    /* move banner down to avoid getting overlapped by the header */
    padding-top: 100px;
}

.mini-nav {
    padding-left: 16px;
}

.mini-nav > ul{
    display: flex;
    gap: 16px;
    flex-direction: row;
    width: fit-content;
    padding: 8px;
}
.mini-nav > ul >  li {
    list-style: none;
}
.mini-nav > ul >  li > a{
    text-decoration: none;
    color: var(--default-back);
    font-size: 12px;
    
    border: 1px black solid;
    padding: 12px;
    display: block;
    border-radius: 16px;
}

.mini-nav > ul >  li> a:hover{
    background-color: var(--default-back);
    color: white;
}
/* flex container for overview for programs */
.program-overview {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.program-overview > div {
    flex: 1 1 0;
    min-width: 300px;
    margin: 1vw;
}

.text-overview{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overview-header-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.overview-header-wrapper > h1 {
    width: 100%;
    color: white;
    background-color: rgba(29, 81, 157, 1);
    text-align: center;
    font-size: 4vw;
    padding: 20px 10px;
}

.text-overview > p{
    padding-top: 2vw;
    font-size: 16px;
    
}

.learn-more-container {
    display: flex;
    justify-content: center;
    margin-top: 3vw;
}

.learn-more-container > a {
    text-align: center;
    color: #0400D7;
    font-size: 16px;
}

.program-logo-container {
    display: flex;
    justify-content: center;
    
}

.program-logo-container > img {
    max-width: 100%;
    width: 250px;
    object-fit: contain
}
/* end of overview */

/* mission and vision area */
.mission-vision {
    width: 100%;
    background-color: rgba(242, 242, 242, 1);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
}

.mission-vision > div {
    width: 450px;
}

.mission-vision-card {
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: black;
    background-color: white;
    margin: 25px 10px;
    border-radius: 10%;
}

.card-header-wrapper {
    padding: 30px 0 20px 0;
}

.card-header-wrapper > h2{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Arial Regular', 'Arial', sans-serif;
}

.mission-vision-card > p {
    padding: 10px 75px 30px 75px;
    font-family: 'Zilla Slab', serif;
    font-size: 18px;
}
/* end of mission and vision */

/*Start of Computer Programs*/
.ccs-programs{
    display: flex;
    justify-content: space-around;
    align-items:end;
    flex-wrap: wrap;
    padding: 20px;
}
.program{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 350px;
    width: 45%;
    box-shadow: 2px 2px 5px #9e9c9c;
    padding: 1rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
}
.program-img{
    width: 80%;
    max-width: 800px;
    height: 320px;
    object-fit: contain;
}

.program-title{
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
/*End of Computer Programs*/

/*Start of BSIT */
.ccs-bsit {
    width: 100%;
    background-color: rgba(242, 242, 242, 1);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
}

.ccs-bsit > div {
    width: 450px;
}

.ccs-bsit-card {
    text-align: justify;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: black;
    background-color: white;
    margin: 25px 10px;
    border-radius: 9%;
    padding:1rem;
}

.ccs-bsit-card h2 {
    
    text-align: center;
}

.card-header-wrapper {
    padding: 30px 0 20px 0;
}
.card-header-wrapper li{
    text-align: justify;
}
.card-header-wrapper > h2{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Arial Regular', 'Arial', sans-serif;
    padding-bottom: 2rem;
}

.ccs-bsit-studout > p {
    padding: 10px 75px 30px 75px;
    font-size: 20px;
}
/* End of BSIT */

/*Start of BSCS*/
.ccs-bscs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
}

.ccs-bscs > div {
    width: 450px;
}

.ccs-bscs-card {
    text-align: justify;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: black;
    background-color: rgba(242, 242, 242, 1);
    margin: 25px 10px;
    border-radius: 9%;
    padding:1rem;
}

.ccs-bscs-card h2 {
    text-align: center;
}

.card-header-wrapper {
    padding: 30px 0 20px 0;
}
.card-header-wrapper li{
    text-align: justify;
}
.card-header-wrapper > h2{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Arial Regular', 'Arial', sans-serif;
    padding-bottom: 2rem;
}

.ccs-bsit-studout > p {
    padding: 10px 75px 30px 75px;
    font-size: 20px;
}
/*End of BSCS*/

/*Start of All Supports*/

.all-supports {
    width: 100%;
    background-color: white;
   display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
}

.all-supports > div {
    width: 400px;
    padding: 20px;
}

.all-supports-card {
    text-align: justify;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: black;
    background-color: rgba(242, 242, 242, 1);
    margin: 10px 10px;
    border-radius: 10%;
}

.card-header-wrapper {
    padding: 30px 0 20px 0;
}

.card-header-wrapper > h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Arial Regular', 'Arial', sans-serif;
}

.all-supports > li {
    text-align: justify;
    padding: 10px 75px 30px 75px;
    font-size: 20px;
}
/*End of All Supports*/

/*Start of History*/
.History{
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: stretch;
}
.ccs-history-cards > div{

    width: 400px;
    padding: 20px;
}
.ccs-history-card {
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: black;
    background-color: rgba(242, 242, 242, 1);
    margin: 10px 10px;
    border-radius: 64px;
}
.ccs-history-card > p{
    text-align: center;
    padding: 10px 75px 30px 75px;
    font-size: 15px;
}

#Facilities {
    margin-top: 24px;
}

.facility-imgs-containter {
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
    background-color: rgba(242, 242, 242, 1);
    padding: 16px;
    border-radius: 64px;
    padding-bottom: 64px;
}

.facility-imgs-containter > .imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.facility-imgs-containter > .imgs > img {
    min-width: 300px;
    max-width: 450px;
    object-fit: contain;
}
.open-imgs{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: none;
    color: white;
    margin-top: 2%;
   
}
.hidden-imgs{
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #3a4a6da9;
        z-index: -1;
        filter: blur(2px);
        -webkit-filter: blur(2px);
      
}
.open-imgs.active{
    display: flex;
}
.open-imgs > img{
    margin-top: 1.5rem;
    width: 55%;
}
button{
    position: fixed;
   
    background: none;
    border: none;
    font-size: 4rem;
    top: 50%;
    transform: translateY(-50%);
    color: aliceblue;
    cursor: pointer;
    border-radius: .25rem;
    background-color: rgba(0, 0, 0, .1);
}
button:hover, button:focus{
    color: white;
    background-color: rgba(0, 0, 0, .2);
}
button:focus{
    outline: 1px solid black;
}
button.prev{
    left: 0;
}
button.next{
    right: 0;
}

.closetag{
    position: fixed;
	top: 120px;
	right: 10%;
	cursor: pointer;
	z-index: 100;
}


.progress-bar{
    z-index: -1;
    top: 95px;
    position: absolute;
    width: 100%;
    height: 5px;
    display: block;
    background-color: var(--default-6);
}

@media(max-width: 720px){
    .mini-nav{
        display: none;
    }
 
}