/* 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-color:#17011E;
color:#D2DAD3;
font-family: Monospace;
text-align: justify;
}

img {
  max-width:80%;
  height: auto;
  display: block;
  }

.filtered-image {
  max-width: 80%;
  height: auto;
  filter: grayscale(90%); 
} 

.imageborder
{
    border-width: 2px;
    border-color: #E7E5DF;
    border-style: inset;
}

a{color:#CBA4C1;
text-decoration:none;
}

.catbox{max-width: 40%;
padding:0px;
margin:0px;
background-color:#CBA4C1;
}

.catbox img{max-width:100px;
height: auto;
}

.post{
max-width:1200px;
padding:16px;
margin-bottom:50px;
background-color:#246A73;
color:#D2DAD3;
text-align: left;
font-size: Larger;
}

.post img{
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
}

.post header{
background-image:url(SB020.JPG);
padding: 10px;
margin: 0px;
font-family: Larger;
color: #17011E;
}

.post section{max-width: 100%;
max-height: 450px;
padding:16px;
margin-top:0px;
margin:10px;
  background-color: White; 
  color: Black;
  border: Dotted;
  overflow-y: auto; 
  }
  
.post footer{background-color: #584D3D;
color: white;
text-align: center;
}

.row {
  display: flex;
  width: 100%;
}
.item {
  display: flex;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

.item img {
  display: flex;
  width: auto;
  margin: 0px;
  max-height: 100%;
}

.navbar{max-width:600px;
padding-top: 2px;
margin-top: 0px;
background-image:url(SB012.JPG);
text-align: center;
font-size: smaller;
color:#17011E;
}

.navbar header{
max-width: 600px;
height: 100px;
background-color:#17011E;
}

.navbar a{color:#754368;
text-decoration:none;}

.textbox {max-width: 70%;
background-color:#D2DAD3;
color: #584D3D;
padding-top: 10px;
padding-bottom: 8px;
font-size: smaller;
text-align: center;
border-style: dashed;
}

.dreambox {max-width: 100%;
background-color:#243B4A;
color: #E7E5DF;
padding: 20px;
padding-bottom: 5px;
border-style: inset;
font-family: blueDOS;
line-height: 20px;
}

.dreambox header{max-width: 100%;
background-color: #4E4D5C;
font-size: Larger;
}

.dreambox section{max-width:100%;
background-color: #44BBA4;
color: #4E4D5C;
border-style: double;
padding: 5px;
}

@font-face {
  font-family: blueDOS;
  src: url(blueDOS10.ttf); 
}