body {
    background-color: black;
    font-family: Arial, sans-serif;
}

/* content elements */
.content {
    position:relative; 
    background-color: #6cc7db;
    border: 5px solid rgb(255, 214, 51);
    color: #000;

    width: 44%;
    padding: 10px 20px;
    z-index: 1;
}
.content_block {
    position:relative; 
    background-color: #6cc7db;
    border: 5px solid rgb(255, 214, 51);
    color: #000;

    width: 44%;
    padding: 10px 20px;
    z-index: 1;
    text-align: justify;
}
#logout a:link, #logout a:visited {color: white;}
#logout a:active {color: rgb(255, 214, 51);}

.head {
    position: absolute;
    background-color: rgb(56, 188, 113);
    border: 5px solid rgb(255, 214, 51);
    color: #000;
    
    font-size: 50px;
    text-align: center;
}

.sidebar_left_container {
    position: absolute;
    border-width: 10px;

    top: 30%;
    left: 8.25%;

    width: 10%;
    height:65vh;
    
}
.sidebar_left_1 {
    position: sticky;
    background-color: #11d656;
    border: solid rgb(255, 214, 51);
    border-width: 5px;
    color: #000;

    top: 0;
    margin-left: 0%;
    
    width: 200px;
    height: 315px;
    
    padding: 5px 5px 5px 5px;
    z-index: 2;
}
.sidebar_left_2 {
    position: sticky;
    background-color: #11d656;
    border: solid rgb(255, 214, 51);
    border-width: 5px;
    color: #000;
    
    top: 334px;
    margin-top: 25px;
    
    width: 200px;

    padding: 5px 5px 5px 5px;
    z-index: 3;
}

.sidebar_right_container {
    position: absolute;

    top: 30%;
    right: 8.75%;

    width: 200px;
    height: 65vh;
}
.sidebar_right_1 {
    position: sticky;
    background-color: #11d656;
    border: solid rgb(255, 214, 51);
    border-width: 5px;
    color: #000;
    
    top: 0;
    right: 0;

    width: 200px;

    padding: 5px 5px 5px 5px;
    z-index: 2;
    float: right;
}
div.sidebar_right_2 {
    position: sticky;
    background-color: #11d656;
    border: solid rgb(255, 214, 51);
    border-width: 5px;
    color: #000;

    top: 80px;
    margin-top: 25px;
    
    width: 200px;
    height: 315px;
    
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    text-align: right;
    z-index: 3;
    float: right;
}
.sidebar_right_2 p {
    margin-top: -15px;

    font-size: 13px;
    text-align: right;
    z-index: 4;
}

#nav {
    color: black;

    margin-top: 5px;
    margin-left:-15px;
    
    line-height:30px;
    font-size: 20px;
}

p#contacts-quick-bar {
    color: black;

    font-size: 20px;
    text-align: center;
}
p#nav-quick-bar {
    color: black;

    font-size: 19px;
    text-align: center;
}
#centerText {
    text-align: center;
}

/* footer */
.spacer {
    position:absolute;
    transform: translateY(110vh);
}
.footer {
    position:fixed;
    background-color:black;

    bottom:0;

    width:100vw;

    padding:10px;
    font-size:1.225vw;
}