/* ===========================================
==========     RESET STYLESHEET     ==========
=========================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:root {
/* color scheme vista college */
--colorvista-1: #fff166;
--colorvista-2: #ec644a;
--colorvista-3: #e56a54;
--colorvista-4: #00555c;
--colorvista-5: #f5f5f5;
--colorvista-6: #3c3c3c;
--colorvista-default-black: #000;
--colorvista-default-white: #fff;

/* color scheme vista college */
--defaultfont: 'raleway', sans-serif;
}

/* ===========================================
==========    HOMEPAGE / LANDING    ==========
=========================================== */
body {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--defaultfont);
}

.option {
    width: 50%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    font-size: 6em; /* Increase the font size for larger icons */
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

#option1 {
    background-color: #3c3c3c;
    color: #fff166;
}
#option1:hover {
    background-color: #fff166;
    color: #3c3c3c;
}

#option3 {
    background-color: #ec644a;
    color: #F5F5F5;
}

#option3:hover {
    background-color: #F5F5F5;
    color: #ec644a;
}

#option2 {
    background-color: #00555c;
    color: #ec644a;
}

#option2:hover {
    background-color: #ec644a;
    color: #00555c;
}

#option4{
    background-color: #fff166;
    color:#3c3c3c;
}

#option4:hover {
    background-color:#3c3c3c;
    color: #fff166;
}

.logo {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.logo img {
    max-width: 40%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* Adjust the logo size for mobile screens */
@media (max-width: 600px) {
    .logo img {
        max-width: 100%;
    }
}









/* ===========================================
==========     SYSTEM: Workshop     ==========
=========================================== */



/* ===========================================
==========     SYSTEM: Calendar     ==========
=========================================== */




/* ===========================================
==========     SYSTEM: Exam         ==========
=========================================== */



/* ===========================================
==========                          ==========
=========================================== */


/* ===========================================
==========                          ==========
=========================================== */



/* ===========================================
==========                          ==========
=========================================== */


/* ===========================================
==========                          ==========
=========================================== */


/* ===========================================
==========                          ==========
=========================================== */


/* ===========================================
==========                          ==========
=========================================== */

