body {
    margin: 0 auto;
    padding: 2em 2em 2em;
    /*max-width: 800px;*/
    font-size: 26px;
    line-height: normal;
    background-color: #f1f1f1;
}



.home{
    background-color: #1929a9;
    color: #fff;
}

.home a {
    color: #fff;
}

/*Huge titles*/
h1 {
    font-family: 'Karla', sans-serif;
    color: #1929a9; 
    font-size: 38px;
    line-height: 42px;
    margin: 0px;
    padding-bottom: 32px;
}

/*No used yet*/
h2 {
    font-family: 'Karla', sans-serif;
    color: #fb0e1c;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px
    margin: 0px;
}

/*middle text*/
h3 {
    font-family: 'Karla', sans-serif;
    color: #1929a9;
    font-size: 23px;
    line-height: 29px;
    margin: 0px;
}

/*Subtitles*/
h4 {
    font-family: 'Karla', sans-serif;
    color: #000;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
}

/*Footnotes*/
h5{

}



h6{

}



p { 
    font-family: 'Muli', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    display: inline-block;

}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}




ul {
    list-style-type:none;
    padding-left: 13px;
    margin: 0px;
} 

ul > li > p{
    margin: 0px;
}


hr {
    display: block;
    margin-top: 20px;
    margin-bottom: 73px;
    border-style: inset;
    border-width: 3px;
    border-color: black;
}

img {
    width: 100%;
    margin: 20px 0px 20px 0px;
}

.vertical-left{
    float: left; 
    width: 48%; 
    margin-bottom: 0.5em;
}

.vertical-right{
    float: right; 
    width: 48%; 
    margin-bottom: 0.5em;
}

.column {
    float: left;
}

.first{
  width: 25%;
}

.second, .third{
    padding-top: 10px;
    width: 37.5%;
}


#about-column{
    padding-right: 73px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 200;
}

.project-page{
    text-align: center;
}

.project-page-title{
    text-align: center;
    color: #e2bf1e;
}

.project-page-title_black{
    text-align: center;
    color: #000;
}

.text{
    margin: 0px 230px 0px 230px;
}

.final_proj_index{
    color: black;
    float: left;
    width: 15%;
}



.final_proj_content{
    color: white;
    margin-left: 20%;
    padding-left: 50px;
    padding-right: 50px;
    
}

.final_proj_content p{
    margin-top: 0px;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.yellow{
    color: #e2bf1e;
}

.logo{
    padding: 0px;
}

.project-link{   
    color:  #1929a9;
    text-decoration: none;

}

.project-link a:hover{
    font-weight: 600;
    text-decoration: none;

}

.highlight{
    font-weight: 700;
    line-height: 31px;
    font-size: 21px;
}


.image-home{
    width: 223px;
    margin: 8px 0px 5px 0px;
}

#imageHover {
    position:absolute; 
    visibility:hidden;
    border:none;
    padding:0px;  
    margin-top: 0px; 
}






@media (max-width: 600px) {
    .column {
        width: 100%;
    }
}






/*
@media only screen and (max-width: 1920px){
  .edgtf-menu-area.edgtf-menu-right{
        padding: 0 18.678403% !important;
  }
}


@media only screen and (min-width: 1700px) and (max-width: 1920px) {
  .edgtf-menu-area.edgtf-menu-right{
        padding: 0 14.678403% !important;
  }
}*/


