body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #333 url("../img/background.jpg") repeat;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}



.keywords {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 7px;
    border: 1px solid #191A1A;
    padding: 30px;
    min-height:  400px;
    color:  cornsilk;
    font-style: italic;
}

.keywords h3,
.keywords h5 {
    color:  cornsilk;
    font-style: italic;
}

/*
.keywords_text {
    display: none;

}

.keywords_binary {
    display: block;
    word-break: break-all;
}
*/
a {
    color: #2995b5;
}

a:hover {
    color: #00cdce;
}

.footer {
    background: rgba(0, 0, 0, 0.5);
    position:  relative;
    margin-top: 50px;
    width:  100%;
    color:  lightgrey;
    padding:  5px;
}

/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
    .footer {
        background: rgba(0, 0, 0, 0.5);
        position:  relative;
        margin-top: 40px;
        width:  100%;
        color:  lightgrey;
        padding:  5px;
    }

    h6 {
        font-size: 14px;
    }
}


.btn-social {
    background: transparent;
    border-radius: 7px;
    border: 1px solid #2995b5;
    min-width: 40px;
    color: #2995b5;
}

.btn-social:hover {
    background: transparent;
    border: 1px solid #00cdce;
    color: #00cdce;
}

.btn-social:hover i {
    color: #2995b5;
}
