﻿@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto'), local('Roboto-Regular'), url(/fonts/Roboto-Regular-webfont.tff) format('truetype'), url(/fonts/Roboto-Regular-webfont.woff) format('woff')
}

body {
    font-family: Roboto, Tahoma,'Trebuchet MS', Arial, sans-serif;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 1.4em;
    border: 0;
    margin: 0;
    padding: 0;
}

.wrapper{
    padding-top: 90px;
    height: 100%;
    width: 100%;
    position: relative;
}

    .wrapper:before {
        position: fixed;
        width: 100%;
        height: 100%;
        content: '';
        inset: 0;
        background-image: url(/welcome/img/background1.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        opacity: .7;
        z-index: -1;
        display: block;
    }

    h1 {
    font-weight: 400;
    margin: 40px 0 10px 0;
    color: #0074be;
    font-size: 1.8em;
}

div  {
    font-size: 0.8em;
}


.header {
    background-image: url('/config/img/smc_eu.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 95px;
    position: absolute;
    top: 0;
    box-shadow: 0 4px 0 #0074be inset;
}

.content-wrapper {
    display: grid;
    justify-content: center;
    align-content: center;
}

.content {
    width: 1200px;
    margin-bottom: 20px;
    background: white;
    background-color: white;
    box-shadow: 0 0 150px 150px white;
}


.flexBox {
    width: 100%;
}

    .flexBox .box {
        width: 280px;
        height: 180px;
        border: solid 1px #e8e8e8;
        position: relative;
        color: #777;
        margin: 8px;
        transition: all ease-in-out .2s;
    }
        .flexBox .box:hover {
            border: 1px solid #0377c4;
            color: #444;
            cursor: pointer;
            transform: scale(1.02);
        }


.flexRow{
    display: flex;
    flex-wrap: wrap;
}

.flexHeader {
    margin-top: .5rem;
    border-bottom: double .2rem #0076bd;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}


.flexBox .beta {
    background-image: url('../img/beta-banner.png');
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: right top;
}


.flexBox .box div {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 4px;
    text-align:center;
}

.flexBox .box h1 {
    position: absolute;
    width: calc(100% - 16px);
    top: 85px;
    font-weight: 400;
    font-size: 1.2em;
    padding: 0 8px;
    color: #777;
}


.flexBox .box h2 {
    position: absolute;
    width: calc(100% - 16px);
    top: 64px;
    font-weight: 400;
    font-size: 1.2em;
    padding: 0 8px;
}

.flexBox .box p {
    position: absolute;
    width: calc(100% - 16px);
    top: 90px;
    font-size: 0.8em;
    padding: 0 8px;
    line-height: 1.3em;
}



.flexBox .break {
    flex-basis: 100%;
    height: 0;
}


.flexBox .frlLarge,
.vikLarge {
    width: 100%;
    height: 240px;
    background-image: url(/welcome/img/frl3dl2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -80px;
    position: relative;
    margin-left: 8px;
    margin-bottom: 8px;
    border: 1px solid #000;
}

.vikLarge {
    background-image: url(/welcome/img/vik3d_zk2.png);
    background-position: center;
    position: relative;
    border-color: #b5b5b5;
    transition: all ease-in-out .2s;
}
    .vikLarge:hover {
        border: 1px solid #0377c4;
        cursor: pointer;
        transform: scale(1.01);
        
    }

.flexBox .frlLarge .beta {
    background-image: url('../img/beta-banner.png');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right top;
    width: 100px;
    height: 100px;
    right: 0;
    top: 0;
    position: absolute;    
}

    .flexBox .frlLarge h1 {
        margin: 190px 0 0 20px;
        text-shadow: 0px 1px 4px black;
        color: #fff;
        font-weight: bold;
    }

.flexBox .frlLarge:hover {
    cursor: pointer;
    border: 1px solid #0377c4;
}

.bannerLarge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0076bd;
    margin: 0;
    width: 100%;
}
    .bannerLarge h1 {
        text-shadow: 0px 1px 4px black;
        color: #fff;
        font-weight: bold;
        margin: 1rem;
    }
