
.box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #cac8b8;
	z-index: 100;
	cursor: pointer;
}

.A:nth-child(1) {
    order: 1;
    flex: 0 1 28%;
    align-self: stretch;
    min-width: 325px;
    text-align: left;
    white-space: nowrap;
    padding: 22px 0 0 40px;
}

.B:nth-child(2) {
    order: 2;
    flex: 0 1 18%;
    align-self: stretch;
    text-align: center;
    white-space: nowrap;
    padding-top: 40px;
}

.C:nth-child(3) {
    order: 3;
    flex: 0 1 18%;
    align-self: stretch;
    text-align: center;
    white-space: nowrap;
    padding-top: 40px;
}

.D:nth-child(4) {
    order: 4;
    flex: 0 1 18%;
    align-self: stretch;
    text-align: center;
    white-space: nowrap;
    padding-top: 40px;
}

.E:nth-child(5) {
    order: 5;
    flex: 0 1 18%;
    align-self: stretch;
    text-align: center;
    white-space: nowrap;
    padding-top: 40px;
}

div.box div:hover {
	color: #8d0a00;
	background-color: rgba(202,200,184,0.6);
}

.A:nth-child(1):hover {
	background: none;
}

.A h1, .mA h1 {
    font-family: "Fedra Sans Light";
    font-size: 3em;
    font-weight: 100;
    color: #8d0a00;
    margin-bottom: 15px;
}

.A h3, .mA h3 {
    font-family: "Fedra Sans Light";
}

.A h1 {
    margin-left: -4px;
}

@media only screen and (max-width: 900px) {

.mobilenav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    height: 65px;
    width: 100%;
    background: #32322f;
    border-top: 1px solid #cac8b8;
    z-index: 100;
    cursor: pointer;
    white-space: nowrap;
}

.mobilenav label {
        display: block;
        text-align: center;
}

.mobilenav h1 {
        font-family: "Fedra Sans Medium";
        color: #fff;
        font-size: 1em;
        margin: 0;
}

.mobilenav h2 {
        color: #fff;
        font-size: 1em;
}

.mobilenav .typcn {
        color: #fff;
        font-size: 2em;
}

.mA:nth-child(1) {
    order: 1;
    flex: 0 1 28%;
    align-self: stretch;
    min-width: 28%;
    text-align: left;
    white-space: nowrap;
    padding: 14px;
}

.mB:nth-child(2) {
    order: 2;
    flex: 0 1 18%;
    align-self: stretch;
    text-align: center;
    white-space: nowrap;
    padding-top: 12px;
}

.mC:nth-child(3) {
    order: 3;
    flex: 0 1 18%;
    align-self: stretch;
    text-align: center;
    white-space: nowrap;
    padding-top: 12px;
}

.mD:nth-child(4) {
    order: 4;
    flex: 0 1 18%;
    align-self: stretch;
    text-align: center;
    white-space: nowrap;
    padding-top: 12px;
}

.mE:nth-child(5) {
    order: 5;
    flex: 0 1 18%;
    align-self: stretch;
    text-align: center;
    white-space: nowrap;
    padding-top: 12px;
}

.mobilenav label {
        display: block;
        text-align: center;
        font-size: .75em;
}

div.mobilenav div:hover {
    color: #fff;
    background-color: #4d4d48;
}

.mA:nth-child(1):hover {
    background: none;
}

}