﻿body *
{
    font-family: 'Gotham Pro Reg';
}

.top-nav
{
    width: 100%;
    padding: 0px 0px;
    overflow: auto;
    position: absolute;
    z-index: 9999;
    background: #663398;
    top: 0px;
    left: 0;
    height: 44px;
    overflow: hidden;
}

    .top-nav > div
    {
        width: 80%;
        margin: auto;
    }

    .top-nav .logo
    {
        width: 250px;
        float: left;
        padding: 10px 0px;
    }

        .top-nav .alote-logo {width: 70px; padding: 0; height: 44px; display: flex; justify-content: center; align-items: center; }
            .top-nav .alote-logo > a { pointer-events:none;}

        .top-nav .logo img
        {
            width: auto;
        }

    .top-nav .alote-logo img { width: 100%; height: 100%; margin-bottom: 2px;}

    .top-nav .div-go-to-home
    {
        float: right;
    }

        .top-nav .div-go-to-home > a
        {
            background-color: #f89a29;
            color: white;
            text-transform: uppercase;
            padding: 5px 10px;
            border-radius: 3px;
            line-height: 44px;
            cursor: pointer;
            text-decoration: none;
            font-size: 14px;
        }

.body .header
{
    text-align: center;
    margin-top: calc(44px + 2%);
    width: 100%;
    font-size: 23px;
    color: #663398;
    font-family: 'Gotham Pro Med';
}

    .body .header > div:first-of-type
    {
        margin-bottom: 1%;
        font-family: 'Gotham Pro bold';
        font-size: 27px;
        font-weight: bold;
    }

.body > .left
{
    float: left;
    bottom: 5%;
    position: absolute;
    left: 7%;
}

.body > .right
{
    float: right;
    bottom: 5%;
    position: absolute;
    right: 5%;
}

    .body > .left img, .body > .right img
    {
        width: 80%;
    }

.body > .middle
{
    width: 40%;
    margin: auto;
    top: 10%;
    position: fixed;
    left: 32%;
    top: calc(44px + 10% + 57px) !important;
}

    .body > .middle > img
    {
        width: 100%;
    }

@media (max-width:900px)
{
    .top-nav .logo
    {
        padding: 15px 15px;
    }

    .top-nav .div-go-to-home
    {
        display: none;
    }

    .body .header > div:first-of-type
    {
        margin-bottom: 3%;
    }

    .top-nav > div
    {
        width: 100%;
    }
}
