body { font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        color: white;
}

#home { color: #d7b493; }
#eridu { color: #ea6048; }
#story { color: #7dc3e5; }
#cape { color: #f5df9d; }
#expedition { color: #f0454c; }
#about { color: #958e63; }
#gallery { color: #e7d893; }
#white { color: #ffffff; }
#olive { color: #e5b869; }
#grey { color: #a5a7a4; }

p{
    color: white;
    font-size: 15px;
    line-height: 130%;
	margin-top: 6px;
	margin-left: 15px;
    margin-right: 15px;
	margin-bottom: 12px;
}
.small {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.bigger {
    font-size: 18px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
}
a { text-decoration: none;
    color: white;
}
h3{
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
    margin-right: 14px;
    margin-bottom: 0px;
    display:inline;
    background-color:#c1c1c1;
}
h4{
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-top: 0px;
    margin-right: 14px;
    margin-bottom: 0px;
}

a.MENU {
    color: white;
    font-size: 18px;
    font-weight: 300;
	font-style: normal;
    text-decoration: none;
}
strong { font-weight: 900; }

.Motto {
    color: #5f221a;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    margin-top: 117px;
}
.hr {
  border-bottom: 1px solid red;
  height: 0px;
  margin: 0px;
  font-size: 1px;
  line-height: 1px;
}