*{
    font-family: Abel;
}
picture {
    display: block;
}

picture img {
    width: 100%;
}

/* Images */
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

img.scale {
    width: 100%;
}

a:link{
	text-decoration: none;
	color: white;
}

.clickable:hover{
    opacity: 0.7!important;
    cursor: pointer;
}

.menu{
    position: absolute;
    right: 20px;
    top: 20px;   
    z-index: 1000;
}

.menu-container{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(64,64,64,0.9);
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.menu-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -202px 0 0 -134px;
}
.menu-box{
    width: 100%;
    padding: 10px 40px 10px 40px;
    border:3px solid white;
    margin: 20px;
    color: white;
    text-align: center;
    font-size: 2em;
}

.close-button{
    position: absolute;
    color: white;
    top: 20px;
    right: 20px;
    z-index: 9000;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('/images/background2.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}


.row {
    margin-left: 0;
    margin-right: 0;
}

.logo img{
    display: block;
    margin: 0 auto;
}

.block-center *{
    display: block;
    margin: 0 auto; 
    text-align: center;
}

.projects-page.section-projects {
    min-height: 0;
    padding: 15px;
}
.projects-page.section-projects .img-thumbnail{
    margin-top: 15px;
    background-image: url("/images/Loading_icon.gif");
}
.projects-page.section-projects .img-thumbnail > .name-container {
    align-items: center;
    background-color: #e5e5e5;
    display: flex;
    height: 70px;
    padding: 1.5rem;
    justify-content: center;
    text-align: center;
}

.fab{
    position:fixed;
    right: 20px;
    bottom: 20px;   

}
.fab img{
    width:60px;
}