body
{
    background-color: black;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    margin: 0px;
    min-height: 100%;
}

p
{
    color: white;
    font-size: 20pt;
}

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

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

#content
{
    position: relative;
}

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

#projects_projects
{
    height: auto;
    margin-top: 10%;
}

.odd
{
    height: 400px;
    background-color: white;
    border-radius: 15pt;
}

.odd h2
{
    padding-top: 3%;
    font-size: 20pt;
}

.odd p
{
    color: black;
    font-size: 15pt;
}

.even
{
    height: 400px;
    background-color: black;
}

.even h2
{
    padding-top: 3%;
    font-size: 20pt;
    color: white;
}

.even p
{
    color: white;
    font-size: 15pt;
}

.even a
{
    color: orange;
}

.even a:visited
{
    color: orange;
}

.prj_img
{
    width: 13%;
    float: left;
    margin-top: 5%;
    margin-left: 2%;
    padding-right: 5%;
}

.prj_technology
{
    float: left;
    margin-top: 1%;
    margin-left: 5%;
}

#prj_adobeXD
{
    margin-top: 2%;
}

#prj_js
{
    margin-top: 2%;
}

#prj_css
{
    margin-left: 3%;
}

#prj_html
{
    margin-top: 1.5%;
    margin-left: 0%;
}

#prj_git
{
    padding-top: 3%;
}

#prj_csharp
{
    padding-top: 1%;
    margin-left: 2%;
}

#prj_unity
{
    margin-left: 18%;
}

#prj_android_studio
{
    margin-left: 20%;
}

a:visited
{
    color: white;
}

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

.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;
}
