body {
  background-color: #4e7f80;
  margin: 20px 70px 20px 70px;
  /* padding: 4%; */
  background-image: url('images/water2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

main {
  padding: 7%;
  border-radius: 50px 0px 15px 15px;
  /* four values */
  background: #d9eeed;
}

h1 {
  color: #315b5c;
  text-align: center;
  font-family: "rollerscript-rough", serif;
  font-weight: 800;
  font-style: normal;
  text-transform: small caps;
  border-bottom: 1px solid #315b5c;
  margin-top: 30px;
}

h2 {
  color: #e86a10;
  font-size: 1.5em;
  font-family: "rollerscript-rough", serif;
  font-weight: 800;
  font-style: normal;
}

h3 {
  color: #f9a95e;
  font-size: 1.25em;
  font-family: "rollerscript-rough", serif;
  font-weight: 800;
  font-style: normal;
}

p {
  font-family: "inria-serif", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #315b5c;
}

ol {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

table {
  margin-left: auto;
  margin-right: auto;
}

img {
  border-style: solid;
  border-width: 5px;
  border-color: #f9a95e;
}

a:link {
  color: #dc83ba;
  text-decoration: none;
  /* "none" =  no underline */
}

a:hover {
  color: #dc83ba;
  text-decoration: underline;
}

a:visited {
  color: #f9a95e
}

a:active {
  text-decoration: none;
}

.column {
  float: left;
  width: auto;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

nav {
  height: 3em;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 15px 50px 0px 50px;
  /* two values */
  background: #04AA6D;
  width: auto;
  height: 3em;
  letter-spacing: 3px;
  font-size: 1.25em;
  font-weight: 800;
  background-color: #4e7f80;
}

/* unvisited link */
nav a:link {
  color: #dc83ba;
  background-color: #ffc38b;
  border-radius: 7px 17px;
  text-decoration: none;
  padding: 6px;
}

/* visited link */
nav a:visited {
  color: #ffc38b;
  background-color: #dc83ba;
  border-radius: 6px;
}

/* mouse over link */
nav a:hover {
  color: #ffc38b;
  background-color: #dc83ba;
}

/* selected link */
nav a:active {
  color: rgb(255, 255, 255);
}

font {
  font-family: "salden", serif;
  font-weight: 600;
  font-style: normal;
}

font{
  font-family: "rollerscript-rough", sans-serif;
  font-weight: 400;
  font-style: normal;
}
