﻿body {
    background-color: moccasin;
    width: 1226px;
}

.w3-bar {
    color:white;
    background-color:brown;
}

.w3-button:hover {
    color: white !important;
    background-color: crimson !important;
}

.active {
    background-color: crimson;
}

.w3-brown {
    color: white !important;
    background-color: brown !important;
}

.button-img {
    height:18px;
    width:auto;
}

.menu-info {
    font-size: smaller;
    float: right;
    text-align: right;
    margin-right: 5px;
}

.modal-center {
    position:absolute;
    margin:0px;
    top:50%;
    left:50%;
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.background-logo {
    background-image: url(logoheader.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: center;
    background-position-x: center;
    background-size: contain;
}