
@font-face {
    font-family: 'montserratmedium';
    src: url('./fonts/montserrat-medium-webfont.eot');
    src: url('./fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('./fonts/montserrat-medium-webfont.woff') format('woff'),
         url('./fonts/montserrat-medium-webfont.ttf') format('truetype'),
         url('./fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main-content{
    position: absolute;
    width: 1920px;
    height: 887px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-container{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; 
}

img#img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fact-container {
    width: 100%;
    height: 193px;
    background-color: #8CB81D;
    overflow: hidden;
}

p.description{
    color: #fff;
    font-family: 'montserratmedium';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    padding-top: 22px;
    padding-left: 63px;
    padding-right: 63px;
    padding-bottom: 43px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 172px;
}

.logo{
    position: relative;
    background-image: url(../assets/logo.png);
    bottom: 119%;
    height: 379px;
    width: 276px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 43px; 

}

.failsafe {
    width: 1920px;
    height: 1080px;
    background: url(../assets/failsafe.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 9;
}

.invisible {
    display: none;
}

.visible {
    display: block;
}