/* Rafaella Regular
font-family: "rafaella", sans-serif;
font-weight: 400;
font-style: normal;

Rafaella Bold
font-family: "rafaella", sans-serif;
font-weight: 700;
font-style: normal;

Rafaella Regular Shadow
font-family: "rafaella-shadow", sans-serif;
font-weight: 400;
font-style: normal;

Rafaella Bold Shadow
font-family: "rafaella-shadow", sans-serif;
font-weight: 700;
font-style: normal;

Olimpico Regular
font-family: "olimpico", sans-serif;
font-weight: 400;
font-style: normal;

Olimpico Bold
font-family: "olimpico", sans-serif;
font-weight: 700;
font-style: normal;

Superior Title Regular
font-family: "superior-title", serif;
font-weight: 400;
font-style: normal;

Superior Title Italic
font-family: "superior-title", serif;
font-weight: 400;
font-style: italic;

Superior Title Bold
font-family: "superior-title", serif;
font-weight: 700;
font-style: normal;

Superior Title Bold Italic
font-family: "superior-title", serif;
font-weight: 700;
font-style: italic; */

body {
  background-color:#ffbf00;  /* CHANGE PAGE COLOR HERE */
  margin: 0 10%;
  color: ; /* CHANGE TEXT COLOR HERE */
  font-size: ;
  margin-left: ;
  margin-right: ;
  font-size: 1em ; 
  font-family: "rafaella", sans-serif;
  font-weight: 400;
  font-style: normal;
}

blockquote {
  font-family: "superior-title", serif;
font-weight: 700;
font-style: normal;

}

p {
color: #000000;
text-align: center;
  /* line-height: ; */
}

h1 {
  color: #cd212a;
  font-family: "rafaella-shadow", sans-serif;
font-weight: 400;
font-style: normal;
  text-align:center;
  padding: 0%;
}

ul {
  /*background-color:#ccc;*/
  color: #cd212a;
}

ol {
    color: #008c45;
  }



nav a:link {
color:#0084a2;
/* background-color:#b12b2b; */
/* border-radius: 6px; */
text-decoration:none;
}
/* visited link */
nav a:visited {
  color: #cd212a;
  /* background-color:#b12b2b; */
  /* border-radius: 6px; */
}

/* mouse over link */
nav a:hover {
color: #cd212a;
background-color:#008c45;
}

/* selected link */
nav a:active {
color: crimson;
background-color:#008c45;
}

nav {
height: 60px;
font-family: "superior-title", serif;
font-weight: 700;
font-style: normal;
letter-spacing: 2px;
font-size: .9em;
font-weight: 800;

height: 3em;
overflow: hidden;

}

nav a {
/* APPLIES TO ALL LINKS IN THE NAV */

float: left;
color: #ffffff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

nav a.active {
  /* PUT "active" AS A CLASS ON THE CURRENT PAGE LINK */
  color: #82e8ff;
  background-color:  #9ab4ba;

}
    

#content {
  width: ;
  margin-left: ;
}

/* /// LINKS /// */

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

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

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}





/*
* {
    border: 2px solid red;
    border-radius: 5px;
}
*/