
<style>
    /*@import url(https://fonts.googleapis.com/css?family=Lato);*/

    /* WES FONTS */
    
    
    

    *{
        font-family: Helvetica Now, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', Segoe UI Symbol, 'Noto Color Emoji' !important;
    }
    html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
    address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
    b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
    thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
    hgroup, menu, nav, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }
    body { line-height: 1; min-height: 100vh; padding-top: 4.5rem; }

    nav ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
    a {
        -webkit-transition:color .24s ease-in-out;
        -moz-transition:color .24s ease-in-out;
        -o-transition:color .24s ease-in-out;
        -ms-transition:color .24s ease-in-out;
        transition:color .24s ease-in-out;
        color:#000;
    }
    ins { background-color: #ff9; color: #000; text-decoration: none; }
    mark { background-color: #fced02; color: #000; }
    del { text-decoration: line-through; }
    abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
    table { border-collapse: collapse; border-spacing: 0; }
    hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
    input, select { vertical-align: middle; }
    /*body { font-family: 'Archivo Black','Lato',sans-serif, sans-serif; font-size: 11px; line-height: 1.4em; background: #eee; }*/

    .logo img{
        width: 130px;
        height: 130px;
    }
    body#main-body {
        background:
                linear-gradient(
                        to bottom,
                        rgba(0, 0, 0, 0.6) 100%,
                        rgba(0, 0, 0, 0.3) 40%,
                        rgba(0, 0, 0, 0.3) 60%,
                        rgba(0, 0, 0, 0.6) 100%
                ),
                url(/tenant/hhc/hhc-bg.jpeg) center center no-repeat;
        background-size: cover;
        display:flex;
        justify-content: center;
    }


    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }


    .title-text{
        font-size:50px;
        color:white;
        font-weight:900;
        text-align: center;
    }

    .divider {
        display: flex;
        align-items: center;
        text-align: center;
        width: 100%;

    }

    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #777;
    }

    .divider:not(:empty)::before {
        margin-right: 10px;
    }

    .divider:not(:empty)::after {
        margin-left: 10px;
    }

    .icon {
        font-size: 24px;
        color: #777;
        display: flex;
        align-items: center;
    }
    .custom-sub-title{
        font-size:11px;
        text-align: center;
    }
    .custom-titles{
        font-size:30px;
        color:white;
        font-weight:900;
        text-transform: uppercase;
    }

    .custom-button{
        background: #c5d22d !important;
        padding: 12px;
        width:350px;
        font-weight: 900;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        margin-bottom: 35px;
        clip-path: polygon(8% 0%, 179% 0%, 100% -5%, 83% 277%, 0% 115%) !important;
        /*color: *//*;*/
        color: #2d2a28;

    }

    .custom-clip-path{
        clip-path: polygon(17% 0%, 179% 0%, 100% -5%, 58% 277%, 0% 115%);
        width: 140px;
    }

    .header-button{
        background:#c5d22d !important;
        border-radius: 0px !important;
        color: #2d2a28 !important;
        border: none !important;
        font-size: 12px !important;
    }
    #language-dropdown{
        display:flex;
        align-items:center;
        margin-right:15px;
    }
    #language{
        background-color: transparent;
        border:none;
        color:white;
        font-size:15px;

    }
    #language option {
        color: black;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex
    ;
        flex-wrap: inherit;
        align-items: flex-end !important;
        flex-direction: column;
    }
    @media (min-width:768px) {
        .header-button{
            font-size: 15px !important;
        }
        .custom-clip-path{
            width: 160px;
        }
        .custom-button{
            width:450px;
            clip-path: none;

        }
        .title-text{
            font-size:50px;


        }
        .custom-sub-title{
            font-size:13px;

        }
        .custom-alert{
            width:450px !important;
        }

    }
    /*@media (min-width:1300px){*/
    /*    !*body#main-body{*!*/
    /*    !*    overflow: hidden;*!*/
    /*    !*}*!*/


    /*}*/

    @media (min-width:1600px){
        /*body#main-body {*/
        /*    overflow: hidden;*/
        /*}*/

        .custom-titles{
            font-size:40px;

        }
        .title-text{
            font-size:70px;


        }

    }


</style>