/*
    Midnight Blue = #2c3e50
    Wet Ashpalt = #34495e
    Peter River = #3498db
    Alizarin = #e74c3c
*/

/* Body CSS */

body {
    background-image: url(../img/bg.png);
    background-size: cover;
    margin: 0;
    padding: 0;
}

.body-gradient {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-image: linear-gradient( to top right, rgba(231, 77, 60, 0.801), rgba(52, 152, 219, 0.801));
}

/* Navbar CSS */

.navbar {
    position: fixed;
    width: 330px;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: #2c3e50;
}

.navbar-item {
    position: relative;
    top: 0%;
    left: 0%;
    width: 330px;
    height: 120px;
    background-color: #34495e;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: myriad-pro, sans-serif;
    display: flex;
    text-decoration: none;
    color: #fff;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}

.navbar-header {
    text-shadow: 0px 4px #2c3e50;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.navbar-item:active {
    color: #e74c3c;
    text-shadow: 0px 4px #2c3e50;
}

.navbar-active {
    position: relative;
    top: 0%;
    left: 0%;
    width: 330px;
    height: 120px;
    background-color: #34495e;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: myriad-pro, sans-serif;
    display: flex;
    text-decoration: none;
    color: #3498db;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    text-shadow: 0px 4px #2c3e50;
}

/* Resultsbar CSS */

.resultsbar {
    position: fixed;
    width: 300px;
    height: 100%;
    left: 340px;
    top: 0%;
    background-color: #2c3e50;
    overflow: auto;
}

.resultsbar-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    left: 0%;
    width: 300px;
    height: 100px;
    background-color: #34495e;
    margin-bottom: 20px;
    text-decoration: none;
    color: #fff;
    font-family: myriad-pro, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}

/* User Box CSS */

.userbox {
    position: fixed;
    width: 1260px;
    height: 412px;
    background-color: #2c3e50;
    left: 650px;
    top: 0px;
}

.userbox-extended {
    position: fixed;
    width: 1260px;
    height: 800px;
    background-color: #2c3e50;
    left: 650px;
    top: 0px;
}


.userbox-name {
    position: relative;
    width: 1230px;
    height: 112px;
    left: 50%;
    top: 16px;
    background-color: #34495e;
    margin-left: -615px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userbox-name-text {
    color: #fff;
    font-family: myriad-pro, sans-serif;
    font-size: 72px;
}

.userbox-smallinfo {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 292px;
    height: 113px;
    left: 15px;
    top: 24px;
    background-color: #34495e;
    margin: 0;
    margin-right: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.userbox-break {
    width: 100%;
    margin: 0;
}

.userbox-smallinfo-header {
    color: #3498db;
    font-family: myriad-pro, sans-serif;
    font-size: 40px;
    margin: 0;
}

.userbox-smallinfo-value {
    color: #fff;
    font-family: myriad-pro, sans-serif;
    font-size: 25px;
    margin: 0;
}

.userbox-department {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 292px;
    height: 113px;
    left: 322px;
    top: 24px;
    background-color: #34495e;
}

.userbox-reportbox {
    position: relative;
    width: 1230px;
    height: 380px;
    left: 50%;
    top: 16px;
    background-color: #34495e;
    margin-left: -615px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.userbox-reportbox-header {
    color: #3498db;
    font-family: myriad-pro, sans-serif;
    font-size: 40px;
    margin: 0;
}

.userbox-reportbox-value {
    color: #fff;
    font-family: myriad-pro, sans-serif;
    font-size: 25px;
    margin: 0;
}