
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

:root {
        --softsteel:#504b54;
        --murk:#2d2f66;
        --darkmurk: #2c2352;
        --palesteel:#aff1f1;
        --cyan:#89ffba;
        --keylime:#d8ffe2;
        --lightmurk:#32ad99;
        }

/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
background-image:url(https://heyitsharbor.neocities.org/images/diamonds.png);
font-family: verdana;
color: white;
}

.container {
margin: 50px;

}

header {
 width:900px;
  background-color: #eeecfd;
  color: black;
  margin-left: auto;
  margin-right: auto;
  min-height: 70px;
  text-align: left;
  font-family: 'Playfair Display', serif;
  font-size: 12pt;
 padding-left: 20px;
 border-radius: 5px;
 padding-top: 5px;
 line-height: 5px;
}
/* put javascript here in html */

.flex {
  display:flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  }

  main, aside, rightaside {
background-color: #eeecfd;
color: rgb(47, 41, 64);
font-size: 10pt;
  }

  aside {
    width:200px;
    max-height: min-content;
    font-size: 10pt;
    padding:5px;
    font-family: calibri;
    border-radius: 10px;
    padding-bottom: 50px;
    border-right:3px solid #0b0d31;
    margin-left: auto;
    margin-right: auto;
    align-self: start; 
  }
  main {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Karla', sans-serif;
    border-radius: 10px;
    padding-bottom: 50px;
    padding:10px;
    align-self: start;
  }
  rightaside {
    width:250px;
    min-height: 300px;
    font-size: 10pt;
    padding:5px;
    font-family: calibri;
    border-radius: 10px;
    padding-bottom: 50px;
    border-left:3px solid #0b0d31;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-self: start; 
  }


  footer {

  margin: auto; 
  min-height: 50px;
  text-align: center;
  width: 800px;
  background-color: #eeecfd;
  color: black;
  font-family: calibri;
  border-radius: 10px;
  padding: 5px;

  }

  article { 
    border:0px solid black;
    margin-bottom:15px;
    font-size: 11pt;
    padding:5px;
    line-height: 18px;
  
  }

  .ttrpgcat {
    width:520px;
    height: 150px;
    margin: auto;
    overflow: auto;
    background-color:transparent;
    color:#0a1433;
    font-size: 10pt;
    padding:5px;
    border-radius: 0px 0px 8px 8px;
    
  }
  
  .cattitle {
    width:520px;
    max-height: 50px;
    margin: auto;
    overflow: auto;
    background-color:transparent;
    color:black;
    font-size: 16pt;
    padding:5px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    
  }

  .sidebartitle {
    border:0px solid black;
    background-color:transparent;
    color:black;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    border-radius: 5px 5px 5px 5px;
    font-family: 'Karla', sans-serif;
    
  }

.navi {
  display: block;
  padding-left:5px;
  text-decoration:none;
  color:#04154f;
  font-weight: bold;

  }


.indent {
  text-indent: 50px;
}

  
.subtitle {
  border:0px solid black;
  background-color:transparent;
  color:#674e9c;
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  margin-bottom:10px;
  border-radius: 5px 5px 5px 5px;
  font-family: 'Playfair Display', serif;
}

/* hides the title */
p.rss-title {
  display:none;
}
li.rss-item {
  list-style-type:none;   /* this removes the bullet points */
  margin-bottom:20px; /* adds spacing under entry content */
  margin-right: 30px;
  font-size:14px;
}

/* this styles the blog title link */
li.rss-item a {
  font-weight:bold;
  font-size:18px;
  text-decoration:none; /* removes underline */
  color: #09032b;
}
/* this styles the date */
.rss-date {
  /* need this to add padding */
  display:inline-block;
padding-top:10px;
  padding-bottom:10px;
   font-style:italic;
}

a.rss-item:last-child {
  display:none;
}

.button {
 width: 90px;
 height: 30px; 
 border: 2px black solid;
 border-radius: 4px;
 margin-right: auto; 
 margin-left: auto;
 text-align: center;
 font-size: 20px;
 font-family: 'Caveat', cursive;
 padding: 5px;
 
  
}

.collapsible {
  background-color: #454587;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  
}

.active, .collapsible:hover {
  background-color: #0c0330;
}

.content {
  padding:18px;
  display: none;
  min-height: 100px;
  overflow: auto;
  background-color: #f1f1f1;
  color: black;
}

.table {
  background-color: #e0e0e0;
  min-height:30px;
  min-width:100px;
  border:0px black solid;
  margin: auto;
  text-align: center;
  padding: 5px;
  
}

  
  

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #615e75;
  background-color: #d0cceb;
  margin-right: auto;
  margin-left: auto;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
 margin-right: auto;
 margin-left: auto;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  transition: 0.3s;
  font-size: 17px;
  font-family: 'Playfair Display', serif;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #cec8fa;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #b3abeb;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 2px solid #615e75;
  border-top: 3px solid #615e75;
  overflow: auto;
  max-height:500px;
  border-radius: 10px;
}