/* 
 * 
 * <link href="https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Cookie&family=Felipa&family=Jim+Nightshade&family=Lovers+Quarrel&family=Rancho&family=Tangerine:wght@400;700&display=swap" rel="stylesheet">
 * 
 * font-family: 'Jim Nightshade', cursive;
 * font-family: 'Felipa', cursive;
 * font-family: 'Lovers Quarrel', cursive;
 * font-family: 'Bilbo Swash Caps', cursive;
 * font-family: 'Rancho', cursive;
 * font-family: 'Tangerine', cursive;
 * font-family: 'Cookie', cursive;
 * 
 * <link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bilbo+Swash+Caps&family=Cookie&family=Felipa&family=Fontdiner+Swanky&family=Fredericka+the+Great&family=Jim+Nightshade&family=Lovers+Quarrel&family=Patua+One&family=Rancho&family=Special+Elite&family=Tangerine:wght@400;700&family=UnifrakturCook&family=Vast+Shadow&display=swap" rel="stylesheet">
 *
 * font-family: 'Jim Nightshade', cursive;
 * font-family: 'Felipa', cursive;
 * font-family: 'Lovers Quarrel', cursive;
 * font-family: 'Bilbo Swash Caps', cursive;
 * font-family: 'Rancho', cursive;
 * font-family: 'Tangerine', cursive;
 * font-family: 'Cookie', cursive;
 * font-family: 'Special Elite', cursive;
 * font-family: 'Vast Shadow', cursive;
 * font-family: 'Fontdiner Swanky', cursive;
 * font-family: 'UnifrakturCook', cursive;
 * font-family: 'Fredericka the Great', cursive;
 * font-family: 'Abril Fatface', cursive;
 * font-family: 'Patua One', cursive;
 *
 *
 * Paletton Color Palette
 * ======================
 *
 * #540000
 * https://paletton.com/#uid=5000V0kitax41O89okTwI48Wm07
 *
 */

body {
    
    background: #2E1938;
    padding: 30px;
    
}

hr {
    
    border-style: dashed;
    
}

 h1 {
  
    font-family: 'Jim Nightshade', cursive;
    font-size: 96pt;
    margin-left: auto;
    margin-right: auto;
 /* font-family: 'Felipa', cursive;
 * font-family: 'Lovers Quarrel', cursive;
 * font-family: 'Bilbo Swash Caps', cursive;
 * font-family: 'Rancho', cursive;
 * font-family: 'Tangerine', cursive;
 * font-family: 'Cookie', cursive;    
    */
 
 }
 
 h2 {
    font-family: 'Fredericka the Great', cursive;
    font-size: 200%;
    color: #2E1938;
    text-shadow: 5px 5px 10px #A67676;
    line-height: 0.2;
    
 }
 
 header {
    
    /* background: #ffffff; */
    border-bottom-style: dashed;
    border-width: 5px;
    border-color: #211600;
    padding: 0px;
    
 }
 
.NewsPaperTitle {
    font-family: 'Jim Nightshade', cursive;
    font-size: 96pt;
    color: #2E1938;
    text-shadow: 10px 10px 15px #A67676;
    text-align: center;
    border-bottom: 2px;
    border-color: #211600;
    line-height: 0.2;
 }
 
p {
    font-family: 'Felipa', cursive;
    font-size: 18pt;
 }
 
* {
  box-sizing: border-box;
}   
 
 #main-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #e4ccae;
    padding: 20px;
    border-radius: 20px;
 }
 
 #page-content:after {
    content: "";
    display: table;
    clear: both;
 }
 
 nav {
    border-bottom-style: dashed;
    border-width: 5px;
    border-color: #211600;
    padding: 5px 0px;
 }
 
 aside {
    float: left;
    width: 25%;
 }
 
 section {
    width: 70%;
    float: left;
    padding-left: 20px;
    display: table;
 }
 
 article {
    padding-bottom: 20px;
    display: table;
    clear: right;
 }
 
 /* Main Menu Navigation */
 
 nav ul {
  font-family: 'Felipa', cursive;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #65506F;
}

nav li {
  float: left;
  border-right:1px solid #bbb;
}

nav li:last-child {
  border-right: none;
  background: #544323;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav li a:hover:not(.active) {
  background-color: #A67676;
}

nav .active {
  background-color: #542323;
}

.youtube iframe {
        width: 800px;
        height: 500px;
    }

footer {
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border-top-style: dashed;
    border-width: 5px;
}

header table {
    width: 90%;
}

header table img {
    padding-left: 30px;
}

/* Drop Cap */

.firstcharacter {
  color: #542323;
  float: left;
  font-family: 'Fredericka the Great', cursive;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 4px;
}

.headline {
  font-family: 'Fredericka the Great', cursive;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #FFF4DF;
  background-color: #542323;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
}