body
{
    background-color: black;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

#res_header
{
    margin-top: -5%;
    color: white;
    font-size: 40pt;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#block1
{
    float: left;
}

#block1_1
{
    margin-left: 10%;
    float: left;
}

#res_right_block2
{
    margin-left: 10%;
    float: left;
}

.res_ul_content
{
    font-size: 15pt;
    margin-top: 1%;
}

.res_content
{
    float: left;
    margin-top: 7%;
    color: white;
}

#res_left
{
    width: 30%;
    position: fixed;
    margin-left: 5%;
}

#res_right
{
    width: 60%;
    position: static;
    margin-left: 25%;
}

#res_img_me
{
    width: 50%;
    border-radius: 15pt;
}

.res_content_header
{
    font-size: 25pt;
    text-decoration: underline;
}

.res_content_p
{
    font-size: 15pt;
}

a
{
    color: white;
    text-decoration: none;
}

a:visited
{
    color: white;
    text-decoration: none;
}

.burger
{
    padding: 20px;
    font-size: 40pt;
    transition: 0.5s;
    float: left;
}

.nav
{
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 1;
   top: 0;
   left: 0;
   background-color: #1C1C1C;
   overflow-x: hidden;
   padding-top: 100px;
   transition: 0.5s;
}

.nav a
{
    display: block;
    padding: 40px;
    font-size: 22pt;
    transition: 0.5s;
}

.nav a:hover
{
    font-size: 25pt;
    transition: 0.5s;
}

.menu_item_bottom_border
{
    width: 200px;
    height: 2px;
    background-color: white;
    margin-left: 25px;
}

.nav .close
{
    position: absolute;
    top: 0;
    right: 1px;
    margin-left: 50px;
    font-size: 30pt;
}