@font-face {
    font-family: 'Mont-Regular';
    src:url('../fonts/Mont-Regular.woff') format('woff'),
    url('../fonts/Mont-Regular.woff2') format('woff2'),
    url('../fonts/Mont-Regular.svg#Mont-Regular') format('svg'),
    url('../fonts/Mont-Regular.eot'),
    url('../fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body{
    background-color:#000;
}
.img-fluid{
    display:block;
    max-width: 100%;
    height: auto;
}
.container{
    width: 100%;
    margin:auto;
}
#logo-tevo {
    margin-top:30px;
}
footer{
    font-family: 'Mont-Regular';
    text-align:Center;
    padding:30px 30px 20px;
    color:#c39c00;
}
footer a{
    color:#c39c00;
}
h1{
    color:#c39c00;
}
.text-container{
    font-family: 'Mont-Regular';
    max-width:850px;
    padding-left:25px;
    padding-right:25px;
    margin:auto;
    color:#fff;
}
.text-container a{
    color:#fff;
}
ul{
    list-style: lower-alpha;
    margin-bottom:20px;
}
@media screen and (max-width:600px){
    footer{
        font-size:12px;
    }
}