﻿
.bodylandingpage {
    height: -o-calc(100vh - 3.5rem); /* opera */
    height: -webkit-calc(100vh - 10rem); /* google, safari */
    height: -moz-calc(100vh - 3.5rem); /* firefox */
    width: 100%;
    z-index: 1;
    top:20px;
}

.mainmenu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 20px;
}

.userinfo {
    align: right;
    width: 20px;
    height: 20px;
}

.staff {
    --bg-color: #ffd861;
    --bg-color-light: #ffeeba;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(255, 215, 97, 0.48);
}


.student {
    --bg-color: #B8F9D3;
    --bg-color-light: #e2fced;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.payroll {
    --bg-color: #CEB2FC;
    --bg-color-light: #F0E7FF;
    --text-color-hover: #fff;
    --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.library {
    --bg-color: #b0bec5;
    --bg-color-light: #eceff1;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(176,190,197, 0.48);
}

.exam {
    --bg-color: #f48fb1;
    --bg-color-light: #f1f7ff;
    --text-color-hover: #fce4ec;
    --box-shadow-color: rgba(244,162,184, 0.48);
}

.message {
    --bg-color: #b2ebf2;
    --bg-color-light: #e0f7fa;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(158,230,239, 0.48);
}

.administration {
    --bg-color: #dce775;
    --bg-color-light: #f9fbe7;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(230,238,156, 0.48);
}

.settings {
    --bg-color: #ffab91;
    --bg-color-light: #ffccbc;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(255,171,145, 0.48);
}

.transport {
    --bg-color: #DCE9FF;
    --bg-color-light: #f1f7ff;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.account {
    --bg-color: #80deea;
    --bg-color-light: #e0f7fa;
    --text-color-hover: #4C5656;
    --box-shadow-color: rgba(128,222,234, 0.48);
}
.cardmenu {
    width: 150px;
    height: 220px;
    /*background: #fff;*/
    background:rgb(245, 245, 245);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
    transform: scale(0.9) translateZ(0);
}

    .cardmenu:hover {
        transform: translateY(-5px) scale(1.005) translateZ(0);
        box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px var(--box-shadow-color);
        text-decoration: none;
    }

        .cardmenu:hover .overlaymenu {
            transform: scale(4) translateZ(0);
        }

        .cardmenu:hover .circle {
            border-color: var(--bg-color-light);
            background: var(--bg-color);
        }

            .cardmenu:hover .circle:after {
                background: var(--bg-color-light);
            }

        .cardmenu:hover p {
            color: var(--text-color-hover);
        }

    .cardmenu:active {
        transform: scale(1) translateZ(0);
        box-shadow: 0 15px 24px rgba(0,0,0,0.11), 0 15px 24px var(--box-shadow-color);
    }

    .cardmenu p {
        font-size: 17px;
        color: #4C5656;
        margin-top: 30px;
        z-index: 1000;
        transition: color 0.3s ease-out;
    }

.circlemenu {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

    .circlemenu:after {
        content: "";
        width: 118px;
        height: 118px;
        display: block;
        position: absolute;
        background: var(--bg-color);
        border-radius: 50%;
        top: 4px;
        left: 5px;
        transition: opacity 0.3s ease-out;
    }

    .circlemenu svg {
        z-index: 10000;
        transform: translateZ(0);
    }

.overlaymenu {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 23px;
    left: 14px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

.ximg {
    z-index: 1001;
    width: 50px;
    height: 50px;
}




.carduser {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    width: 250px;
    text-align: center;
    
    /*background: rgb(255,255,255);
    background: linear-gradient(307deg, rgba(255,255,255,1) 0%, rgba(181,244,255,1) 35%, rgba(248,248,255,1) 100%);*/
}

    /* On mouse-over, add a deeper shadow */
    .carduser:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

/* Add some padding inside the card container */
.containeruser {
    padding: 2px 16px;
}

.logout {
    position: relative;
    transition: all 0.3s ease-out;
    font-size: 12px;
    padding-left: 0px;
    text-decoration: none;
}


.softwarelogo {
    padding-top: 20px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 0px;

}

.tagline {
    padding-top: -10px;
    font-size: 14px;
    text-align: center;
    padding-bottom: 0px;
    color: #424242;
}

.footercontent {
    height: 30px;
    color: #e0e0e0;
    text-align: center;
    font-size: 12px;
    background-color: #393939;
    padding-top:5px;
}

.schoolname{
    position:relative;
    font-size:24px;
    display:flex;
    left:-270px;
}

.schoolnamemainmenu {
    position: relative;
    font-size: 24px;
    display: flex;
    left: -20px;
}