    body {
        background-color: #606060;
        /* background-color: #47563e; */
        color:#fff;
        margin:20px 0 60px 0;
        font-family: 'Lato', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 0.9em;
        line-height: 1.4em;
        text-align: center;
        padding-top: 60px;
        font-weight: 400;
        letter-spacing: 0.04em;
    }


    ::selection {
      background: #2d5972;
    }

    div {
        width:91%;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
        overflow: auto;
        border 1px solid #4988ac;
        text-align: justify;
    }

    b {font-weight: 700;}


    h1 {
        font-family: 'Josefin Slab';
        font-size: 3.6em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 60px;
        font-weight: 300;
    }


    h3 {
        font-family: 'Josefin Slab';
        font-size: 2.5em;
        font-weight: 400;
        text-align: center;
    }

    hr {
        height:1px;
        background-color: #373e34;
        /* background-color: rgba(255,255,255,0.4);  */
        border:none;
        box-shadow: 0 2px 0 rgba(255,255,255,0.15);
        width:400px;
        margin: 15px auto 15px auto;
        }

    ul {
        list-style-type: none;
        margin:0 0 30px 0;
        padding: 0;
    }

    li {
        margin: 4px 0 4px 0;
    }

    .quote { 
        width: 75%;
        color: #ccc;
        text-align: center;
    }

    a {
        color: #ddd;
        text-decoration: none;
        transition: all 0.35s ease-out 0s;
    }


    a:hover {
        color: #fff;
        text-decoration: underline;
        transition: all 0.2s ease-in-out 0s;
    }

    table {
        width:100%;

    }

    td {
        vertical-align: top;
        text-align: left;
        padding: 30px 10px 0 0;
    }

    td img {width: 180px;}

    .bluewindow {
        text-align:center; padding-right:102px;
    }

    .blueimg {margin-top:10px;}

    .current {
        width: 320px;
        transition: all 0.35s ease-out 0s;
        box-shadow: 0 0 6px rgba(0,0,0,0.2);
    }

    .current:hover {
        transition: all 0.2s ease-in-out 0s;
        box-shadow: 0 3px 12px rgba(0,0,0,0.5);
    }




    a {
        color: #e5af6a;
        text-decoration: none;
        transition: all 0.35s ease-out 0s;
    }


    a:hover {
        color: #dd9f50;
        text-decoration: underline;
        transition: all 0.2s ease-in-out 0s;
    }





    a.footerlink {
        display: block;
        margin: 60px 0 60px;
        color: #ddd;
        text-decoration: none;
        transition: all 0.35s ease-out 0s;
    }


    a.footerlink:hover {
        color: #fff;
        text-decoration: underline;
        transition: all 0.2s ease-in-out 0s;
    }







    


@media (max-width: 760px) {

    .current {
        width: 180px;

    }


    .quote { 
        width: 85%;
    }

    .winglogo {width:300px;}

    div {
        width:90%;
    }


    h3 {
        font-family: 'Josefin Slab';
        font-size: 1.8em;
        font-weight: 400;
        text-align: center;
    }

    table {
        width:100%
    }

    td {
        vertical-align: top;
        text-align: left;
        padding: 20px 0 0 0;
        font-size: 10px;
        line-height: 13px;
    }


    hr {

        width:200px;
        margin: 15px auto 15px auto;
        }


    td img {width: 60px; margin:0 8px 0 8px;}


    .bluewindow {
        text-align:center; padding-right:19%;
    }

    .blueimg {margin-top:10px;}



}
