@font-face
{
    font-family: 'Baloo Bhai', cursive;
	font-family: code;
	src: url("media_content/Code_Pro_Demo-webfont.woff");
	src: url("media_content/Code_Pro_Demo-webfont.eot");
	src: url("media_content/Code_Pro_Demo-webfont.ttf"); /* Edge */
}
.modal 
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(126, 126, 126, 0.4); /* Black w/ opacity */
}
.modal-content
{
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.close 
{
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus 
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
body
{
	font-family: code; 
	color: #000;
	background-color: #fff;
    margin: 0;
}
#title #header
{
    width: 75%;
}
h1
{
    font-size: 0.3em;
}
#wrapper
{
    text-align: left;
}
#modal_button
{
    font-family: code;
    font-size: 0.4em;
    background-color: #fff;
    border: 0;
    color: #000;
}
#about_container
{
    font-family: Baloo Bhai;
    text-align: justify;
    font-size: 1.2em;
}
#about_container h1, h2
{
    margin: auto;
    text-align: center;
    font-size: 2.6em;
}
#underrubrik_h2
{
    margin: auto;
    text-align: left;
    font-size: 1.8em;
    font-style: italic;
    text-decoration: underline;
}
#about_container h3
{
    margin: auto;
    font-size: 1.6em;
    font-style: italic;
}
#sign
{
    font-size: 12px;
    text-align: right;
}
#about_footer
{
    font-family: code;
    text-align: center;
}
#about_footer img
{
    width: 200px;
    padding-bottom: 100px;
}
#con
{
    margin: auto;
    font-size: 0.8em;
}
#title img
{
    padding-top: 20px;
    width: 100px;
}
#container
{
    max-width: 1920px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}
header
{
    clear: both;
    line-height: 0;
    font-size: 50px;
    overflow: hidden;
}
#intro
{
    font-size: 0.2em;
}
.project
{
    display: inline-block;
}
.project img
{
    width: 300px;
}
.inverted_p
{
    width: 300px;
    filter: invert(100%)
}
.social img
{
    width: 30px;
    filter: invert(100%)
}
a:visited, a:active, a:link
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}
@media screen and (max-width: 1200px)
{
    header h1
    {
        clear: both;
        font-size: 0.3em;
    }
}
@media screen and (max-width: 700px)
{
    header
    {
        overflow: hidden;
        height: auto;
    }
    header h1
    {
        padding-top: 20px;
        font-size: 0.3em;
    }
    .project img
    {
        width: 100%;
    }
    .social img
    {
        width: 40px;
    }
    #underrubrik_h2
    {
        font-size: 1em;
    }
}