body {
    background-image: url("../images/background.jpg");
    background-repeat: repeat-x;
    background-color: #C31030;
    font-size: 18px;
    margin: 0;
}

div.header-address {
    position: relative;
    text-align: right;
    top: 0px;
    right: 10px;
}

div.header-motto {
    position: relative;
    text-align: left;
    top: 0px;
    left: 20px;
}

p.address {
    font-family: 'Open Sans Condensed', sans-serif;
    color: white;
}

p.motto {
    font-family: 'Charm', cursive;
    color: white;
}

div.logo {
    position: relative;
    text-align: right;
    top: 35px;
    right: 25px;
}

h1 {
    padding-left: 20px;
    padding-top: 10px;
    color: peachpuff;
}

h2 {
    padding-left: 40px;
    color: peachpuff;
}

h3 {
    padding-left: 60px;
    color: peachpuff;
}

p.menu {
    margin-top: 90px;
    margin-right: 150px;
    margin-left: 80px;
}

p.content {
    margin-left: 60px;
    color: white;
    font-size: 18px;
}

/*
 * Menu style
 * ----------
 * Unordered List, List Element, link, active
 */
ul {
    text-align: right;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 22px;
}

li {
    float: right;
    border-right: 1px solid #bbb;
}

li:first-child {
    border-right: none;
    padding-right: 25px;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}

div.indent {
    padding-left: 80px;
}