@font-face {
    font-family: 'Saira-Black';
    src: url('fonts/Saira-Black.eot');
    src: url('fonts/Saira-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Saira-Black.woff2') format('woff2'),
    url('fonts/Saira-Black.woff') format('woff'),
    url('fonts/Saira-Black.ttf') format('truetype'),
    url('fonts/Saira-Black.svg#Saira-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mazin-ExtraBold';
    src: url('fonts/Mazin-ExtraBold.eot');
    src: url('fonts/Mazin-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Mazin-ExtraBold.woff2') format('woff2'),
    url('fonts/Mazin-ExtraBold.woff') format('woff'),
    url('fonts/Mazin-ExtraBold.ttf') format('truetype'),
    url('fonts/Mazin-ExtraBold.svg#Mazin-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
}

html, body{
    height: 100%;
}

body{
    min-height: 400px;
}

.video-holder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00407A url("images/bg.jpg") center center no-repeat;
    background-size: cover ;
}

.video{
    z-index: 10;
    top: 0%;
    position: fixed;
    left: 0%;
    width: 100%;
    height: 100%;
}

.video video{
    z-index: 15;
    top: 50%;
    position: fixed;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
    display: block;
}


.logo{
    text-align: center;
    padding: 0 0 48px;
}

.logo img{
    display: block;
    margin: 0 auto;
}

.text-block{
    max-width: 1080px;
    margin: 0 auto;
    top: 50%;
    position: fixed;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 50px 0;
    background: url("images/back.png") center 0 repeat-y;
    text-align: center;
    z-index: 100;
    width: 100%;
}

h1{
    font-size: 96px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 0 30px 50px;
    font-family: 'Saira-Black', serif;
}

.text{
    border-top: 5px solid #00407A;
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.52em;
    text-transform: uppercase;
    color: #00407A;
    display: inline-block;
    font-family: 'Mazin-ExtraBold', serif;
}

@media screen and (max-width: 1079px) {

    h1{
        font-size: 70px;
    }

}

@media screen and (max-width: 767px) {

    h1{
        font-size: 54px;
    }

}

@media screen and (max-width: 599px) {

    h1{
        font-size: 36px;
    }

}

@media screen and (max-height: 440px) {

    h1{
        font-size: 36px;
        padding: 0 30px 30px;
    }

    .logo {
        padding: 0 0 30px;
    }

}

