@font-face {
    font-family: URW-Grotesk;
    src: url('../font/URW-Grotesk-SC-T-OT-Light_46550.ttf');
}

@font-face {
    font-family: DroidSerif;
    src: url('../font/DroidSerif-Regular.ttf');
}

body {
    margin: 0;
    padding: 0;


}


.showcase {
    background-image: url("../img/Flo_02.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 98px;

    max-height: calc(100vh - 98px);

}


/* Navigation */

ul#nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    background-color: #292c2f;


}

ul#nav li {
    margin: 35px 35px;
    list-style-type: none;
    color: #AEAEAE;
    font-size: 23px;

}

ul#nav li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    font-size: 23px;
    color: #AEAEAE;


}


ul#nav li.left {
    float: left;
}

ul#nav li.right {
    float: right;
}

ul#nav li.menu {
    float: right;
    display: none;
}

/*
ul#nav li i.logo {
    color: #323335;
}
*/
/*
li.logo{
    padding: 0 0 0 0;
    display: block;
    vertical-align:top;
}
*/
ul#nav .logo {
    background-image: url("../img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 67.5px;
    width: 221px;
    margin: 15px 0 15px 0;

}

img {
    display: none;
}

@media only screen and (max-width: 1351px) {

    .showcase {
        max-height: none;
    }

    ul#nav li.desktop {
        display: none;
    }

    img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        display: block;
        visibility: hidden;
    }


    .img {
        background-image: url("../img/Flo_01.jpg");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top-top: 98px;


        display: block;

        max-height: calc(100vh - 98px);


    }

    ul#nav li.menu {
        display: block;
    }


    ul#nav li.activ {

        margin: 3px;
        display: block;
        width: 100%;
        background-color: #292c2f;
        opacity: 95%;

    }

    ul#nav li.activ a {

        display: block;


    }

    .activ.overlay {
        position: fixed;
        top: 97.5px;
        padding: 0;
        min-height: calc(100vh - 97.5px);

        width: 100%;

    }

    .activ.overlay li.activ {
        height: calc((100vh - 97.5px) / 6) !important;
        margin: auto !important;
        line-height: calc((100vh - 97.5px) / 6);

    }

    .activ.overlay li.activ:hover {


    }

    .showcase {
        background-image: none;

    }


    div.text {
        min-height: auto;
        height: auto;
        width: auto;
        background-color: lightgray;
    }


    div.contact{
        min-height: auto;
        height: auto;
        overflow: visible;
        font-size: 4vw;
        width: auto;
        white-space: nowrap;

    }


    ul#nav li.menu:hover {
        color: white;
    }

}


ul#nav li a:hover {
    color: white;
}


.text {
    font-family: Didot, serif;

    width: 50%;


    font-size: calc(16px + 0.5vw + 0.5vh);

    display: flex;
    vertical-align: middle;
    min-height: calc(100vh - 98px);
    line-height: calc(16px + 1.5vw + 1.5vh);


}

.text p {
    padding: 60px;
    color: #444444;
    margin: auto;
    text-align: justify;
    hyphens: manual;
}

h1 {
    font-family: Helvetica, sans-serif;
    font-size: 30px;
    margin-top: 0;
    font-weight: lighter;
    text-align: center;
}


.button {

    border: 2px solid #A1A0A5;
    width: 190px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;


}

.button a {


    font-size: 35px;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    color: #A1A0A5;
}


ul#nav li a:hover {
    color: white;
}


footer {
    /*position: relative;*/
    bottom: 0;

}

.footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;

    padding: 50px;

}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left {
    width: 100%;

}

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    text-align: center;
    padding: 0;
}


.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    padding: 5px;
}

@media only screen and (max-width: 600px) {
    .footer-distributed .footer-bottom {


        overflow: auto;
        text-align: center;
    }

    .footer-distributed .footer-bottom .footer-company-name {
        width: 100%;
    }

    .footer-distributed .footer-bottom .privacy {
        width: 100%;
        margin-bottom: 0;
    }

}



.footer-distributed .footer-bottom .footer-company-name {
    color: #8f9296;
    font-size: 16px;
    font-weight: normal;
    float: left;
}

.footer-distributed .footer-bottom .privacy {
    color: #8f9296;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    float: right;

}

.footer-distributed .footer-bottom .privacy a {
    text-decoration: none;
    color: #ffffff;
}


.footer-distributed .footer-center {
    width: 43%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 25px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #ffffff;
    text-decoration: none;
}


.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;

}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 50%;

    font-size: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-logo {
    height: 111px;


    background-image: url("../img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}


@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;

    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

    .main {
        line-height: normal;
        /*font-size: auto;*/
    }

}

.text-only {
    text-align: center;
    font-family: Didot, serif;
    color: #444444;
    line-height: 40px;
    padding: 118px 40px 20px 40px;
    background-color: lightgray;
}



h2 {
    font-family: Helvetica, sans-serif;
    font-size: 28px;
    margin-top: 0;
    font-weight: lighter;
    text-align: center;
}

h3 {
    font-family: Helvetica, sans-serif;
    font-size: 26px;
    margin-top: 0;
    font-weight: lighter;
    text-align: center;
}

.footer-icons{
    margin: 10px!important;
    text-align: center;
}

.contact{
    font-family: Didot, serif;

    width: 50%;


    font-size: calc(16px + 0.5vw + 0.5vh);

    display: table-cell;
    vertical-align: middle;
    padding: 60px;
    height: calc(100vh - 98px);
    line-height: calc(16px + 1.5vw + 1.5vh);
}



.contact  a{
    text-decoration: none;
    color: #444444;
}
/*
footer .midfooter{
    text-align: center;
    background-color: #333;
}

footer .midfooter a {

    display: inline-block;
    padding: 15px;
    text-decoration: none;
    color: white;
}




footer .bottomfooter{
    background-color: #333;
    width: 100%;
    height: 50px;

    border-top: black solid 2px;

}

footer .privacy {

    float: right;
    margin: 0;
    padding: 14px;

}

footer .copyright {
    float: left;
    margin: 0;
    padding: 14px;
}


