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

body {
    margin-left: 3.5in;
    margin-right: 3.5in;
  background-image: url(images/transparentrope.png), url(images/lighterleather.png);
  background-position: right bottom, left top;
  background-repeat: repeat, repeat;
}


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

@font-face {
  font-family: indiana;
  src: url(font/indiana_jonas/Indiana-Jonas-48ip.otf);
}

@font-face {
    font-family: legende;
    src: url(font/OPTILegende-Uncial.otf);
}

@font-face {
    font-family: egmont;
    src: url(font/open_egmont_kapitalen/Open\ Egmont\ Kapitalen\ \(DEMO\).ttf);
}



h1 {
    background: -webkit-linear-gradient(top,#FF7017, #FF9B30, #FFDA9E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 75px;
    font-family: indiana;
}

h2 { 
    color:#C95B28;
    text-align: center;
    font-family: legende;
    font-size: 65px
}

h3 {  
    color: #356370;
    font-family: egmont;
    font-size: 30px;
}



p {
    color: #6F442F;
    font-family: egmont;
    font-size: 20px
}

span {
    color: #FFDA9E;
}

/* LARGE TEXT AT TOP */

.topblock {
    color:#6F442F;
}

.intro {
    color: #E1A730;
}

.caption{
    color: #FF7017;
}

.section {
    color:#6F442F;
    background-image: url(images/brighterpaper.png);
    padding: 10px;
    margin-top: 15px;
}

.largetext {
    font-size: large;
}


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


header {
    color: #E1A730;
}

nav {
    border-radius: 10px;
  background-image: url(images/gold.jpg);
  padding: 12px;
  width: 100px;
  height: 35px;
  text-align: center;
}

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

main {
    background-image: url(images/leather2.jpg);
    padding: 4%;
}

footer {
    color: #FF9B30;
}

tr {
    background-image: url(images/gold.jpg);
}

td h3 a:link {
    color: #6F442F;
}




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

/*Sets default links style*/
a:link { 
    text-decoration: none;
    color: #154e5e;
   
    border-radius: 5px;
    
}

/*Sets default link mouseover style*/
a:hover {
    color: #FFDA9E;
}

/*Sets default link down-click style*/
a:active { 
    color: #FF9B30;
}

/*Sets default visited link style*/
a:visited { 
    color: #FFDA9E;
}


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

table { 
    border: 4px #E1A730 solid;
    margin-bottom: 1em;
    background-image: url(images/paper.jpg);

}

td {
    /* border: 1px red solid;
     */
     vertical-align: top;
     padding: 7px;
}














