﻿@font-face {
    font-family: 'Roboto';
    src: url('/Assets/Fonts/Roboto-Regular.ttf') format('truetype');
}

html {
    color: #FFF;
    font-family: 'Roboto' !important;
    font-size: 14px;
    height: 100%;
    text-align: center;
    width: 100%;
}

body {
    background-color: #BBC9CC;
    color: #FFF;
    font-size: 14px;
    height: 100%;
    text-align: center;
    width: 100%;
    margin: 0;
}

.wrapper {
    margin-top: 50vh;
    width: 100%;
    transform: translateY(-50%);
    overflow: hidden;
}

h1 {
    font-size:17px;
}

h2 img {
    width: 50%;
}

.info {
    display:block;
    font-size: 14px;
}

a {
    text-decoration:none;
    color:#ff6a00;
}
    a:hover {
        text-decoration:underline;
        color:#fff;
    }
@media only screen and (min-width: 769px) {
    .container {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        overflow: hidden;
    }

    .container::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 904px;
        height: 881px;
        transform: translateY(-50%);
        background: url(../../Assets/Images/eurofins_logo.png);
        background-repeat: no-repeat;
        background-position: center right;
    }

    .wrapper {
        width: 50%;
    }
}
