body {
    font-family: 'DM Serif Display', serif;
}

.video-bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #333;
}

.video-bg #video-showreel_nucom--video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-bg .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-bg .video-bg-content {
    width: 100%;
    max-width: calc(100% - 2rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.video-bg .video-bg-content h1.big {
    font-size: 6.5rem;
    text-align: center;
}

.video-bg .video-bg-content .claim-container {
    color: black;
    font-size: 2rem;
    margin: 0 auto;
    display: flex;
    flex: 1 1 auto;

}

.video-bg .video-bg-content .claim {
    margin: 0 auto;
}

.video-bg .video-bg-content .claim span {
    position: relative;
}

.video-bg .video-bg-content .claim span:after {
    content: '';
    width: calc(100% + 2rem);
    position: absolute;
    background: white;
    height: 3rem;
    top: .2;
    left: -1rem;
    z-index: -1;
}

.video-bg .video-bg-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: calc(3rem + .25vh);
    text-align: center;
    color: white
}

a, a:hover, a:active, a:visited {
    color: inherit;
    text-decoration: none;
}


.description {
    margin-top: 100vh;
    padding: 10rem 0 10rem;
}

.description .logo {
    height: 3.5rem;
    margin: 2rem auto 2rem;
    display: flex;
}

.description .logo-desc {
    margin-top: 2px;
    padding: 3rem 0;
    font-size: 2rem;
    /* border-top: 2px solid #000; */
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 1px;
}
/* .description .logo-desc#levalli {
    border-top-color: rgb(127,199,178);
}
.description .logo-desc#sgsm {
    border-top-color: rgb(141,198,63);
}
.description .logo-desc#sgsmtech {
    border-top-color: rgb(250,166,52);
} */

.description div.line#levalli {
    height: 3px;
    border-bottom: 2px solid rgb(127,199,178);
}
.description div.line#sgsm {
    height: 3px;
    border-bottom: 2px solid rgb(141,198,63);
}
.description div.line#sgsmtech {
    height: 3px;
    border-bottom: 2px solid rgb(250,166,52);
}

hr.line, div.line {
    border-top: 1px solid black;
    margin: 0;
    width: 100%;
}

.container.container-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container.container-flex .column, .container.container-flex .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    justify-content: center;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 10rem;
}

.social {
    text-align: center;
    font-size: 2rem;
}
.bottom-section {
    width: 100%
}
p.center {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}