body, html{
    height: 100%;
    background-color: #f0f0f0;
    scroll-behavior: smooth;
}

.background_home{
    /*height: 100%;
    background-image: url("/images/Environment3.png");
    background-blend-mode: multiply;
    filter: grayscale(30%);*/
    background-color: #F0F0F0;
}

.background_contact{
    height: 115%;
    min-height: 720px;
    padding-top: 10%;
    padding-bottom: 100px;
    background-color: #DFDFDF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
.background_work{
    height: 100%;
    background-color: #DFDFDF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.background_footer{
    background-color: #3c3c3c;
    height: 30%;
    min-height: 60px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.flex-container {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
  
.thumbnail-container {
    width: 33.3%;
    position: relative;
}


.thumbnail-container:hover:before{
    content: '';
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: linear-gradient(0deg, rgba(41,41,41,1) 0%, rgba(41, 41, 41, 0) 45%);
}

.thumbnail-container:hover p.thumbnail-title{
    color: rgba(255, 255, 255,1);
}

.thumbnail-container:hover {
    cursor: pointer;
}

.flex-container > div:nth-child(2) {
    margin:0px 20px;
}

.thumbnail{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(150,150,150,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(150,150,150,1);
    box-shadow: 0px 0px 10px 0px rgba(150,150,150,1);
}

p.thumbnail-title{
    color: rgba(255, 255, 255,0);
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.display{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.display_image{
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(150,150,150,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(150,150,150,1);
    box-shadow: 0px 0px 10px 0px rgba(150,150,150,1);
}

.display-info{
    width: 80%;
    margin: 0 auto;
}

#display-title{
    font-family: 'Source Serif Pro', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: rgb(63, 63, 126);
}

#display-lang{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .96rem;
    font-style: italic;
}

#display-link{
    color: #212529;
}

.nav-link{
    color: #5f5f5f;
}

.nav-link:hover{
    color: #303030;
    text-decoration: underline;
}

#contact_form_padding{
    padding-top: 7%;
}

#submit_button{
    background-color: #4C7092;
    margin-bottom: 70px;
}