body {
margin: 0px 0px 0px 0px;
font-family: Verdana, sans-serif;
background-color: #AFD2E9;
}

{
  box-sizing: border-box;
}

/* Style the header */
.header {
  background-color: #FCD0A1;
  padding: 20px;
  text-align: center;
float: none;
}

/* Navigation bar */
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #5E4B56;
}

ul.topnav li {float: left;}

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

.topnav a:hover:not(.active) {background-color: #362B31;}

ul.topnav li slot a.active {background-color: #A690A4;}
nav-bar div a.active {
  display: block;
  color: #030303;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
background-color: #A690A4;}


/* Create section for main content */
.mainContent {
 
}

.mainContent::after {
  content: "";
  clear: both;
  display: table;
}


.homePageContent{
float: left;
}

/* Create two unequal columns that floats next to each other */
/* Wide screen column */
.wideScreenColumn {
float: left;
width: 20%;
}

/* Blog feed */
.blogFeed {   
  float: left;
}

/* Blog menu */
.blogMenu {
  float: left;
}

.aboutPic{
  float: left;
}

.aboutBio{
  float: left;
}

/* blog style */
.blogPost {
margin-top: 20px;
margin-right: 15px;
margin-left: 15px;
padding: 5px 10px 5px;
background-color: #e7f1f8;
}

/* Add a card effect for articles */
.blogMenu a {
color: #362B31;
text-decoration: none;
}

blog-menu div a.active {
color: #362B31;
text-decoration: none;
font-weight: bold;
}

.blogMenu a:hover:not(.active) {text-decoration: underline;}

.card {
 background-color: white;
padding: 5px 10px 5px;
  margin-top: 20px;
margin-right: 10px;
margin-left: 10px;
}

.card p blogTitle {
}

.card p blogTitle.active{color: #5E4B56;}

/* Format images */
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
margin-up: auto;
margin-down: auto;
padding: 15px;
}

/* Button */
button {
  background-color: white;
display: block;
  margin-left: auto;
  margin-right: auto;
margin-up: 20 px;
margin-down: 20 px;
}

/* Responsive layout */
@media only screen and (max-width:600px) {
ul.topnav li.right, 
  ul.topnav li {float: none;}
.wideScreenColumn {width: 0%;}
.blogFeed, .blogMenu, .homePageContent, .aboutPic, .aboutBio {width: 100%;}
}

@media only screen and (min-width:600px) {
.wideScreenColumn {width: 0%;}
.blogFeed {width: 75%;}
.blogMenu {width: 25%;}
.homePageContent {width: 100%;}
.aboutPic, .aboutBio {width: 50%}
}

@media only screen and (min-width:900px) {
.wideScreenColumn {width: 10%;}
.blogFeed {width: 60%;}
.blogMenu {width: 20%;}
.homePageContent {width: 80%;}
.aboutPic, .aboutBio {width: 40%}
}

@media only screen and (min-width:1100px) {
.wideScreenColumn {width: 20%;}
.blogFeed {width: 45%;}
.blogMenu {width: 15%;}
.homePageContent {width: 60%;}
.aboutPic, .aboutBio {width: 30%}
}
