h1 {
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: 0.25rem;
}

h2, h2 > a, h2 > button {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: black;
}

h3, h3  > a {
    font-size: 2.0rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: white;
}

h4, h4  > a {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: black;
}

h5, h5 > a {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15rem;
    color: black;
}

h2 > a:hover, h3 > a:hover, h5 > a:hover {
    text-decoration: none; !important;
    color: #fe0047;
    transition: all .15s ease-in-out;
}

iframe {
    border-radius: 5px;
}

#contact h2 {
    font-size: 2.5rem;
}

#main-description {
    font-size: 1rem;
}

.description-small {
    font-size: 1.125rem;
}

.card {
    background: transparent;
    font-size: 1.125rem;
}

.our-movies {
    border-radius: 5px;
    border-top: 1px solid black;
    background-color: #222 !important;
}

/* small */
@media (max-width: 1200px) {
    footer {
        font-size: 0.75rem;
    }

    h1 {
        font-size: 2.1rem;
        letter-spacing: 0.35rem;
    }

    h2, h2 > button, #contact h2  {
        font-size: 1.25rem;
        letter-spacing: 0.15rem;
        position: relative;
        z-index: 1;
        background: white;
        padding: 0.25rem;
        display: inline-block;
    }

    .video-preview-title > h3 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.0rem;
    }

    h4 {
         font-size: 1.0rem;
     }

    h5 {
        font-size: 0.75rem;
    }
}