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

body {
  background-image: url(images/paper3.png), url(images/coin3.png);
  background-repeat: repeat-y;
  background-position: center;

  

  font-family: "antiquarian", sans-serif;
font-weight: 900;
font-style: normal;

}


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

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



h1 {
font-family: "rotunda-veneta", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 32;
text-align: center;
color: #624717;


}

h2 { 
font-family: "antiquarian", sans-serif;
font-weight: 900;
font-style: normal;
padding-left: 8em;
padding-right: 1em;
padding-left: 25em;
padding-right: 25em;
}

h3 {  
font-family: "antiquarian", sans-serif;
font-weight: 900;
font-style: normal;
padding-left: 8em;
padding-right: 1em;


}



p {
font-family: "black-beard", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 1.2em;
padding-left: 8em;
padding-right: 1em;
padding-left: 20em;
padding-right: 20em;

}

/* LARGE TEXT AT TOP */

.topblock {
font-family: "antiquarian", sans-serif;
font-weight: 400;
font-style: normal;
padding-left: 8em;
padding-right: 1em;
padding-left: 25em;
padding-right: 25em;
}

.intro {
font-family: "black-beard", sans-serif;
font-weight: 900;
font-style: normal;
padding-left: 8em;
padding-right: 1em;
padding-left: 25em;
padding-right: 25em;

}

.caption{
    
}

/*.section {
     border: 1px red solid;
    margin-bottom: 1em; 
}*/


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


header {
}

nav {
}

nav a {
}

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

header,
nav,
main,
footer {
}

main {
    /*This adds styles to just the main content area. */
    
}

footer {
    /*Specific styles for just the footer. */
}



/* / / / REGULAR PAGE LINKS / / / */

/*Sets default links style*/
a:link { 
}

/*Sets default link mouseover style*/
a:hover {
}

/*Sets default link down-click style*/
a:active { 
}

/*Sets default visited link style*/
a:visited { 
}


/*/ / / TABLE STYLES / / /*/

table { 

  

    /* border: 1px blueviolet solid;
    margin-bottom: 1em; */

}

caption {
}

th {

}

tr {

}

td {
    /* border: 1px red solid;
     */
     vertical-align: top;
padding-left: 2em;
padding-right: 2em;
font-size: 1;
     
}

/* FONTS

BlackBeard Regular
font-family: "black-beard", sans-serif;
font-weight: 400;
font-style: normal;

Antiquarian Regular
font-family: "antiquarian", sans-serif;
font-weight: 400;
font-style: normal;

Rotunda Veneta Regular
font-family: "rotunda-veneta", sans-serif;
font-weight: 400;
font-style: normal;

*/








