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

    background: #081800;
    background-image: url('/art/bkg-ps.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;
}

a {
    color: #C8B076;
}

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: 16px;
    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: 16px;
    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: #45433f;
    width: 800px;

    font-size: 15px;
}

.mlll {
    margin: 37px 0 0 20px;
    width: 758px;
    height: 42px;
}

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

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

    background: #4A4844;
}

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

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

    background: #4A4844;
}

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

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

    background: #4A4844;
}

.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: 11px;
    text-align: center;

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


.art {
    margin: 0 0 0 22px;
    border: 0;
    padding: 0;

    float: right;

    -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);
}

.artbox-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.artbox {
    margin: 12px 0 29px 0;
    padding: 0 23px 0 23px;
}

.artbox-art {
    margin-bottom: 0 0 0 9px;
    border: 0;

    -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);
}

.artbox-text {
    margin-top: 5px;
    padding-left: 11px;
}

.artbox-title {
    font-size: 16px;
    font-style: italic;
}

input[type=email]:focus {
    outline: 2px solid #ab933f;
}

input[type=text]:focus {
    outline: 2px solid #ab933f;
}

input[type=submit]:focus {
    outline: 2px solid #ab933f;
}

input[type=email] {
    margin: 4px 0 0 0;
    border: 1px solid #45433F;
    padding: 3px 4px 3px 4px;

    width: 400px;
    font-size: 15px;
    background: #c3beb3;
}

input[type=text] {
    margin: 4px 0 0 0;
    border: 1px solid #45433F;
    padding: 3px 4px 3px 4px;

    width: 400px;
    font-size: 15px;
    background: #c3beb3;
}

.button {
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Optima, Calibri, Candara, Segoe, "Segoe UI", 'Trebuchet MS', sans-serif;
    color: #ccc;
    font-size: 17px;
    background: #54544D;
    padding: 5px 11px 5px 12px;
    border: solid #545254 1px;
    text-decoration: none;
    -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);
}

.button:hover {
    color: #52544D;
    background: #A29E95;
    background-image: -webkit-linear-gradient(top, #bbb, #ccc);
    background-image: -moz-linear-gradient(top, #bbb, #ccc);
    background-image: -ms-linear-gradient(top, #bbb, #ccc);
    background-image: -o-linear-gradient(top, #bbb, #ccc);
    background-image: linear-gradient(to bottom, #bbb, #ccc);
    text-decoration: none;
}

.button:active {
    background: #7F7867;
}

.buttonSM {
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Optima, Calibri, Candara, Segoe, "Segoe UI", 'Trebuchet MS', sans-serif;
    color: #ccc;
    font-size: 15px;
    background: #64645D;
    padding: 5px 11px 5px 12px;
    border: solid #545254 1px;
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.45);
}

.buttonSM:hover {
    color: #52544D;
    background: #A29E95;
    background-image: -webkit-linear-gradient(top, #bbb, #ccc);
    background-image: -moz-linear-gradient(top, #bbb, #ccc);
    background-image: -ms-linear-gradient(top, #bbb, #ccc);
    background-image: -o-linear-gradient(top, #bbb, #ccc);
    background-image: linear-gradient(to bottom, #bbb, #ccc);
    text-decoration: none;
}

.buttonSM:active {
    background: #7F7867;
}

.panel-download {
    margin: 9px;
}

.panel-contribute-button {
    margin-top: 4px;
    margin-top: 16px;
}

.panel-download-button {
    margin-left: 21px;
}

.panel-contribute {
    border: 1px solid #555;
    padding: 8px 20px 16px 20px;
    margin-bottom: 28px;
    background: #4F4C48;
}

.two-cols {
    float: left;
    width: 50%;
}

.two-col-row:after {
    content: "";
    display: table;
    clear: both;
}

@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;
    }

    .mlll {
        width: 90%;
        height: auto;
    }

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

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

    .main-block {
        width: 90%;
    }

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

    .foot {
        width: 100%;
    }

    .artbox {
        padding-left: 12px;
    }

    input[type=email] {
        width: inherit;
    }

    input[type=text] {
        width: inherit;
    }
}

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