/*/ / / CONTAINER FOR THE WHOLE PAGE / / /*/

body {
    background: url(images/newbackground.png); 
    background-image:repeat;
    background-attachment: fixed;
    padding: 10px;
    margin: 100px;
    border-color: #E5D7C4;
    text-align: center;
    margin: 0 auto;
}


/*/ / / Headers and Paragraphs / / /*/

/*@font-face {
  font-family: sexpistols;
  src: url(font/sex_pistols.ttf);
}*/

h1 {
    background-size: cover;
    border-radius: 10px;
    margin: 10px;
    font-family: "Meddon", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #3c3b29;
    color: #333; /* Color of the actual text */
    text-shadow: 2px 2px 4px rgba(0.5, 0.5, 0.5, 0.5);
}


h2 { 
    background-image: url(images/lace.webp);
    background-size: cover;
    border-radius: 10px;
    margin: 10px;
    padding: 0.5em;
    font-family: "Meddon", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #3c3b29;
}

h3 { 
    border-color: #949c8c;
    border-radius: 10px;
    margin: 0.5em;
    padding: 0.8em;
    color: #3c3b29;
    font-size: 25px;
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
}

p { 
    margin: 25px;
    border-radius: 5px; 
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
    color: #7b6450;
}

/* LARGE TEXT AT TOP */

.topblock {
   margin: 50px;
}

.intro {
    padding: 25px;
    margin: 15px;
    line-height: 50px;
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
    color: #3c3b29;
}

.intro strong {
    font-size: 25px;
    color:#E5D7C4;
}

.caption{
    margin: 100px;
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
    color: #3c3b29;
}

.section {
    border: 10px #E5D7C4;
    margin-bottom: 1em; 
    color:#7b6450;
    font-family: "IM Fell English", serif;
    border-style: dotted;
    border-radius: 15px;
}
/* .section:nth-of-type(3){
    background-image: url(images/marble.jpg);
    background-repeat: repeat-x;
    background-size: 200px;
    background-position: 0px -120px;
} */


/*/ / / TOP NAVIGATION AREA / / /*/


header {
}

nav {
    width: 1000px;
    padding: 0.5em;
    margin-bottom: 100px;
    margin-left: 20px;
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 200px;
    font-size: 20px;
    text-align: center;
}

nav a {
    color:#E5D7C4;
}

/*/ / / PAGE SECTIONS / / /*/

header,
nav,
main,
footer {
}

main {
    background-color:#949c8c;
    padding: 0.5em; 
    margin:100px;
    margin-top: 20px;
    border-radius: 25px;
    background-image: url(images/nav.png);
    background-repeat: no-repeat;
    background-position-x: center;
}

footer {
    background-color: #fff; opacity: 50%;
    border-radius: 200px;
    text-align: left;
    padding: 1.2em;
    margin-top: 10px;
    font-size: small;
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
}


/*/ / / TABLE STYLES / / /*/
table { 
    border-radius: 50px;
    font-size: 15px;
    width: 100%;
    table-layout: fixed; 
    word-break: break-word;
    background-image: url(images/nav2.png); 
    background-repeat: repeat;
    background-position-x: center;
    border-collapse: collapse;
    }

caption {
    font-family: "Meddon", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

th {
    font-family: "Meddon", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 15px; 
}

tr {
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

td {
    margin: 0 auto;
    vertical-align:baseline;
    padding: 7px;
}

td h3 a strong {
  color:#E5D7C4;
    font-family: "Meddon", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    vertical-align:baseline;
    padding: 7px;
    font-size: 20px;
}

tr td a {
  color:#E5D7C4;
}

#content {
  width: 100px;
  margin-left: 500px;
}
/* /// LINKS /// */

nav {
height: .5em;
padding: 2em 0;
letter-spacing: 2px;
font-size: 1.5em ;
margin-left: 100px;
}
/* unvisited link */
nav a:link {
color: #FFFFD8;
background-color:#949c8c;
border-radius: 5px;
text-decoration:none;
}
/* visited link */
nav a:visited {
color: #FFFFD8;
background-color:#949c8c;
border-radius: 6px;
}
/* mouse over link */
nav a:hover {
color: #FFFFD8;
background-color:#7b6450;
background-size: 160px;
}

/* selected link */
nav a:active {
color: #949c8c;
}

/* how buttons will look */
nav a {
float: left; /* more on this later */
color: #FFFFD8;
text-align: center;
padding: 8px 21px;
margin:5px;
margin-right: 10px;
margin-left: 0px;
text-decoration: none;
}

 /* change based on current page */
nav a.active {
 /* PUT "active" AS A CLASS ON THE CURRENT PAGE LINK */ 
 color: #FFFFD8;
background-color:#949c8c;
border-radius: 4px;
} 










