@font-face {
    font-family: ostrich-medium;
    src: url(extensions/ostrich-sans-master/OstrichSans-Medium.otf);
}
@font-face {
    font-family: ostrich-Black;
    src: url(extensions/ostrich-sans-master/OstrichSans-Black.otf);
}
@font-face {
    font-family: ostrich-Bold;
    src: url(extensions/ostrich-sans-master/OstrichSans-Bold.otf);
}
@font-face {
    font-family: ostrich-Heavy;
    src: url(extensions/ostrich-sans-master/OstrichSans-Heavy.otf);
}
@font-face {
    font-family: OstrichSansInline-Italic;
    src: url(extensions/ostrich-sans-master/OstrichSansInline-Italic.otf);
}
@font-face {
    font-family: OstrichSansInline-Regular;
    src: url(extensions/ostrich-sans-master/OstrichSansInline-Regular.otf);
}

html, body{
    padding: 0;
    margin: 0;
    font-family: 'OstrichSansInline-Regular';
    background-color: #4e4e4e;
    font-size: 75px;
    color: #fff;
    overflow-y: hidden;
}

#headVideo{
    padding: 0;
    margin: 0;
    width: 100%;
}

#title{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
}

#title h1{
    color: #55aa55;
    font-size: 150pt;
    font-weight: 100;
}

#insta{
    position: fixed;
    top: 20px;
    z-index: 1000;
    left: calc(50% - 100px);
    margin: 0;
}

.preparation{
    text-align: center;
}

@media screen and (max-width: 992px) {
    #headVideo{
        height: 100%;
        width: auto;
    }
}