body {
    margin: 0;
    border: 0;
    padding: 0;

    background: #081800;
    background-image: url('../img/hs60-bkg-blur20.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;

    box-sizing: border-box;
    font-family: Optima, Calibri, Candara, Segoe, "Segoe UI", 'Trebuchet MS', sans-serif;
    color: #DAD6C3;
}

div.target {
    height: 1px;
    font-size: 1px;
    padding: 0;
    margin: 0;
    border: 0;
}

div.mnu-top {
    margin: 0;
    border: 0;
    padding: 0;

    position: fixed;
    width: 100%;
    height: 33px;
}

div.mnu-box {
    margin: auto;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #383d30;
    padding: 0 0 0 11px;

    box-sizing: border-box;
    height: 33px;
    width: 800px;

    background: #363532;
}

div.track {
    margin-left: 18px;
}

div.track::before {
    content: "\2022\00a0"
}

div.qr {
    padding: 20px;
    background-color: #FFF;
    display: inline-block;
}

p.h3 {
    font-size: 20px;
    font-weight: bold;
}

hr {
    border-top: 1px solid #743;
    border-bottom: 0;
}

a {
    color: #642;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.mnu-item-in:hover {
    text-decoration: none;
}

a.mnu-item {
    margin: 0;
    border-top: 0px;
    border-radius: 3px 3px 0 0;
    padding: 6px 6px 8px 6px;

    box-sizing: border-box;
    display: inline;
    height: 33px;
    float: left;

    font-size: 17px;
    text-decoration: none;
    color: #CCC;
}

.mnu-item-at {
    background: #45433f;
}

.mnu-item-in {
    margin: 0;
    border-top: 0px;
    border-radius: 3px 3px 0 0;
    padding: 6px 6px 8px 6px;

    box-sizing: border-box;
    display: inline;
    height: 33px;
    float: left;

    font-size: 17px;
    text-decoration: none;
    background: #AAA;
    color: #333;
}

.main {
    margin: auto;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #383d30;
    padding: 0;

    box-sizing: border-box;
    background: rgba(255, 231, 186, 0.3);
    width: 800px;

    font-size: 17.5px;
}

.main-block-first {
    margin: 48px 21px 20px 21px;
    border: 1px solid #545254;
    padding: 20px 20px 10px 20px;

    width: 758px;
    box-sizing: border-box;
    display: inline-block;

    background: rgba(255, 231, 186, 0.5);
    color: #3A3834;
}

.main-block {
    margin: 0 21px 20px 21px;
    border: 1px solid #54524D;
    padding: 10px 20px 10px 20px;

    width: 758px;
    box-sizing: border-box;
    display: inline-block;

    background: rgba(255, 231, 186, 0.5);
    color: #3A3834;
}

.foot {
    margin: 0 auto 20px auto;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #383d30;
    border-radius: 0 0 2px 2px;
    padding: 5px 0 0 0;

    box-sizing: border-box;
    height: 24px;
    width: 800px;

    font-size: 12px;
    text-align: center;

    background: #302F2D;
    color: #937A67;
}


.art {
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.55);
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.55);
}

.art-100 {
    max-width: 100%;
}

.art-80 {
    max-width: 80%;
}

@media (max-width:800px) {
    .two-cols {
        float: none;
        width: 100%;
    }

    div.mnu-box {
        width: 100%;
    }

    .main {
        width: 100%;
    }

    .art {
        width: inherit;
        height: inherit;
        float: none;
    }

    .main-block-first {
        width: 90%;
    }

    .main-block {
        width: 90%;
    }

    div.mnu-top {
        width: 100%;
    }

    .foot {
        width: 100%;
    }

    .drop-100 {
        max-width: 100%;
    }

    .drop-80 {
        max-width: 80%;
    }
}

@media (max-width:400px) {
    a.mnu-item {
        font-size: 4vw;
    }
}
