/*
Theme Name: Posthuset
Author: Jozsef Adam Punk
Version: 1.0 
*/

html {
    text-decoration: none;
    margin-top: 0 !important;
    padding: 0;
}

body {
    background: #000;
    margin: 0;
    padding: 0;
}

/* Fonts */

h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 44px;
    margin: 0;
}

h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 44px;
    margin: 0;
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

iframe {
    border-style: solid;
    border-width: 2px;
    border-color: #999;
    background-color: #eee;
    width: 100%;
    height: 300px;
}

.fb-page {
    align-self: center;
    width: 340px;
    height: 400px;
}

@media screen and (max-width: 768px) {
    body {
        margin: 0;
    }

    .fb-page {
        align-self: center;
        width: 340px;
        height: 400px;
        margin-bottom: 24px;
    }
}