@charset "UTF-8";

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

:root {
    --black: #090B0D;
}

@font-face {
    font-family: droid;
    src: url(/fonts/droid.otf);
}
@font-face {
    font-family: TT-Bold;
    src: url(/fonts/TT\ Hoves\ Pro\ Trial\ Expanded\ Bold.ttf);
}
@font-face {
    font-family: TT-Medium;
    src: url(/fonts/TT\ Hoves\ Pro\ Trial\ Expanded\ Medium.ttf);
}


body {
    width: 100%;
    height: 100%;

    background-color: rgb(0, 0, 0);
    background-attachment: fixed;
    background-size: cover;

}



header {
    width: 100%;
    height: 100px;

    display: flex;
    align-items: center;
    flex-direction: row;

    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#live-content {
    padding: 60px 0px;

    display: flex;
    justify-content: center;
    align-items: center;
}

#meu-video {
    width: 800px;

}

.video-js {
    width: 800px;
    height: 400px;
}