﻿body {
    overflow-x: hidden;
}

.navbar-brand {
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}

.introduction {
    margin-top: 30px;
    padding-top: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.blockHeader {
    width: 100%;
    height: 55px;
    padding: 3px 13px;
    background-color: #1FADB6;
    color: black;
    margin: 20px 0;
}

    .blockHeader h4 {
        font-size: 24px !important;
        font-family: 'Inconsolata';
        text-transform: uppercase;
    }


a:hover {
    text-decoration: none;
}

.article {
    display: inline-block;
    margin: 30px 0;
}

    .article figure {
        margin-bottom: 70px;
    }

    .article figcaption {
        margin-top: -130px;
        width: 60%;
    }

        .article figcaption span {
            background-color: white;
            color: black;
            cursor: pointer;
            font-size: 20px;
            line-height: 28px;
            padding: 2px 4px;
            font-family: 'Rokkitt', serif;
        }

            .article figcaption span:hover {
                background-color: #1FADB6;
                color: white;
            }
footer{
    width:100vw;
    height:300px;
    background-color:#1FADB6;
    color:white;
    padding: 15px;
}
footer a{
    color:white!important;
    text-decoration: none;
}

.fb{
    cursor:pointer;
}

.fb:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);;
}