html, body {
    background-color: #1d1e20;
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

#mainPanel {
/*    background-color: #0066FF;
    width: 65%;
    height: 300%; *//*TODO: resize based on height of the content*//*
    margin: -15px auto;*/

    position: relative;
    width: 70%;
    height: 300%;
    margin: 25px auto;
    border-radius: 25px;
    border-width: 10px;
    border-style: groove;
    border-color: darkgrey;
    background-color: #1d1e20;
    padding: 10px 20px 10px 20px;
}

#contentDescription {
    color: white;
}

.techProject {


}

.techUsage {
    background-color: #1d1e20;
    width: 50%;

    float: left;
}

.techUsageItems{
    padding-left: 50px;
    padding-top: 20px;
}

.techUsageImg {
    opacity: 0.75;
}
.projectDescription {
    background-color: #1d1e20;
    width: 50%;
    float: left;
    color: white;
}
.projectHRDivider {
    width: 90%;
    border: 3px solid grey;
    border-radius: 3px;
    opacity: 0.2;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}