* {
  box-sizing: border-box;
}

body {
  font-family: verdana;
  padding: 10px;
  background: #ffffff;
}

h1 {
  font-family: verdana;
  color: #004080;
  text-align: left;
  font-size: 36px;
}

h3 {
  font-family: georgia;
  color: #008080;
  text-align: left;
  font-size: 24px;
}

p {
  font-family: verdana;
  font-size: 16px;
  font-weight: 500;
}

a:link {
color: #004080;
}

a:visited {
color: #008080;
}

/* Header/Blog Title */
.header {
  padding: 10px;
  text-align: center;
  background: #ffffff;
}

.header h1 {
  font-size: 50px;
}

.headertext {
  font-size: 14px;
  color: #004080;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 240px;
  background-color: #004080;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: white;
  padding: 16px;
  font-weight: bold;
  text-decoration: none;
}

.sidebar a.active {
  background-color: #04AA6D;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #008080;
  color: white;
}

div.content {
  margin-left: 20px;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

  .sidetext {
   color: white
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  background-color: #ffffff;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #ffffff;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 5px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

.responsive {
  max-width: 100%;
  height: auto;
}


/* Footer */
.footer {
  padding: 20px;
  text-align: left;
  background: #ffffff;
  margin-top: 10px;
}
