/* 
    DREGUS.TV

*/

/* Tipos */

@font-face {
    font-family: 'Bodoni 72 Oldstyle';
    src: url('../fonts/BodoniSvtyTwoOSITCTT-Book.woff2') format('woff2'),
        url('../fonts/BodoniSvtyTwoOSITCTT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bodoni 72 Oldstyle';
    src: url('../fonts/BodoniSvtyTwoOSITCTT-Bold.woff2') format('woff2'),
        url('../fonts/BodoniSvtyTwoOSITCTT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bodoni 72 Oldstyle';
    src: url('../fonts/BodoniSvtyTwoOSITCTT-BookIt.woff2') format('woff2'),
        url('../fonts/BodoniSvtyTwoOSITCTT-BookIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/* Estilos */

body {
    background-color: black;
    box-sizing: border-box;
    color: white;
    font-family: 'Bodoni 72 Oldstyle', 'Times New Roman', Times, serif;
    font-size: 16px;
    font-size: 1rem;
    height: 100vh;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
}

h1 {
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0.5rem auto 2rem;
}

p {
    margin: 0 auto 0.25rem;
}

a:hover {
    opacity: 90%;
}

.reel {
    margin-bottom: 2rem;
    width: 90%;
}

.social {
    margin-bottom: 0.5rem;
}

.social img {
    height: 32px;
    width: 32px;
}

.rodape-email a,
.rodape-tel a {
    color: white;
    text-decoration: none;
}

.rodape-tel {
    font-family: 'Times New Roman', Times, serif;
}

@media (min-width: 600px) {
    body {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    .reel iframe {
        height: 320px;
    }

    .rodape {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 0 1rem;
        width: 100%;
    }

    .social {
        margin-bottom: 0;
        text-align: left;

    }

    .contato {
        text-align: right;
    }

    .social img {
        height: 48px;
        width: 48px;
    }
}

@media (min-width: 800px) {
    .reel iframe {
        height: 400px;
    }
}