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

body {
   background-image: url("/05_constitution/images/dumbledore_constitution_background.jpg");


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

}

@font-face {
    font-family: "fonts";
    src: url(font/Marauders_Map.ttf) format(truetype);
}

body {
  background-blend-modez: ; /* try overlay, screen, etc. */
  margin: 0px;
}

/* img.sticky {
position: sticky;
top: 0;
width: 200px; */

/* } */


main {
    /* background-color: #FED433; */
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    max-width: 66%;
    margin: 0 auto;

    .section {
    
        padding: 10px;
        background: #484670eb;
       
    }

    .mrs-saint-delafield-regular {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
}

h1 {
    color: #000000eb;
font-family: "Mrs Saint Delafield", cursive;
font-weight: 400;
  font-style: normal;
  font-size: 90px;
  padding-top: 200px;
   background-image: url(images/magic_ooh_la_la_i_lost_count.png) ;
   background-repeat: no-repeat;
   background-size: cover;
   border-left: 20px solid brown;
     border-right: 20px solid brown;
     border-bottom: 5px double brown;

}

}

h2 { 
color: #ffffffeb;
font-family: "Mrs Saint Delafield", cursive;
font-weight: 400;
  font-style: normal;
  font-size: 48px;
}

h3 {  
    color: #000000;
    font-family: "Mrs Saint Delafield", cursive;
font-weight: 400;
  font-style: normal;
  font-size: 38px;
}


p {
    color: #d8d8d8;
font-family: fonts; 

}



/* LARGE TEXT AT TOP */

.topblock {
}

.intro {
}

.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 { 
    color:#4bb050eb
}

/*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 { 
     
    margin-bottom: 1em; 
background-color: #484670;
}

caption {
}

th {
}

tr {
}

td {
    border: 1px rgb(255, 255, 255) solid;
     
     vertical-align: top;
     padding: 7px;
}







































