body {
    margin: 0;
    padding-bottom: 30px;
    font-size: 17px;
    color: #566a12;
    background: #FFFFFF url(images/background2.jpg) repeat;
    width: 100%;
    height: 100%;
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: #566a12;
}

.mainHeader {
    background: #FFFFFF url(images/background.jpg) repeat;
    padding-bottom: 5px;
}

.mainHeader hr {
    background-color: #f7ffbd;
    display: block;
    height: 1px;
    padding: 0;
}

.mainHeader input {
    background-color: #f7ffbd;
}

.mainContent {
    width: 80%;
    margin: 0 auto;
    min-height: 500px;
    /* min-width: 500px; */
    display: block;
    text-align: center;
}

.mainFooter {
    color: #566a12;
    font-size: 10px;
    text-align: center;
    bottom: 0;
    clear: both;
    width: 100%;
}

.mainFooter hr {
    width: 60%;
}

/* RIBBON */
.ribbon {
    background-color: #566a12;
    width: 100%;
    height: 40px;
    display: block;
    margin: 0;
}

.welcome,
.welcome:active {
    line-height: 40px;
    margin-left: 25px;
    display: inline-block;
    color: #f7ffbd;
}

.login,
.login:visited {
    float: right;
    display: inline-block;
    margin-right: 25px;
    color: #f7ffbd;
    line-height: 40px;

    -webkit-transition: text-shadow 0.05s linear;
    -o-transition: text-shadow 0.05s linear;
    -moz-transition: text-shadow 0.05s linear;
    -ms-transition: text-shadow 0.05s linear;
}

.login:hover {
    color: #dfe5aa;
    text-shadow: -1px 0 #444, 0 1px #444, 1px 0 #444, 0 -1px #444;
}

.link,
.link:visited {
    color: #566a12;

    -webkit-transition: text-shadow 0.05s linear;
    -o-transition: text-shadow 0.05s linear;
    -moz-transition: text-shadow 0.05s linear;
    -ms-transition: text-shadow 0.05s linear;
}

.link:hover {
    text-shadow: 0 1px #444, 1px 0 #444;
}

.socialIcon {
    float: right;
    display: inline-block;
    margin-right: 25px;
    margin-top: 7px;
}

/* HEADER */
.headerImage {
    width: 85%;
    max-width: 1200px;
    display: block;
    position: relative;
    margin: 25px auto;
    border-radius: 10px;
    border: 4px solid #566a12;
}

/* NAVIGATION MENU */
.navMenu {
    width: 80%;
    margin: 10px auto;
    text-align: center;
}

.navMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navMenu ul li {
    display: inline-block;
    margin-right: 40px;
}

.navMenu ul li a {
    color: #566a12;

    -webkit-transition: text-shadow 0.05s linear;
    -o-transition: text-shadow 0.05s linear;
    -moz-transition: text-shadow 0.05s linear;
    -ms-transition: text-shadow 0.05s linear;
}

.navMenu ul li a:hover {
    text-shadow: 0 1px #444, 1px 0 #444;
}

/* ORDER PAGE */
.orderStep {
    width: 50%;
    margin: 20px auto;
    display: block;
}

.orderStep input {
    margin-bottom: 10px;
}

/* ADMIN */
#adminLogin {
    width: 200px;
    height: 160px;
    display: block;
    margin: 100px auto;
    background-color: #566a12;
    color: black;
}

#adminLogin a {
    color: #f7ffbd;
}