body {
  background: #230308;
  line-height: 1.4;
}

p,li{
  color: #dad4c0;
  font-family: "Lucida Console";
  padding-bottom: .5em;
}

a {
  color: #dcd9d0;
  font-family: "Verdana";
  padding-bottom: .5em;
  font-style: normal;
}

i { 
  color: #90908d;
  font-family: "Lucida Console";
  padding-bottom: .5em;
}

h1 {
  font-size: 1.5em;
  color: #feefb8; 
  font-family: "Verdana" 
}

h2 {
  font-size: 1.5em;
  color: #d3d0c2; 
  font-family: "Verdana" 
}

h3 {
  font-size: 1em;
  color: #feefb8; 
  font-family: "Verdana" 
}

.centered {
    margin: 0 auto;
    padding: 0 1em;
}

@media screen and (min-width: 52em) {
    .centered {
        max-width: 52em;
    }
}

/*--------------------------------------------------------------
Header styles minus menu
--------------------------------------------------------------*/

.masthead {
    background: #3d312f;
    background-image: url('../images/wvinull-home-blur_dark.jpg');
    background-size: 100%;
    /* background-blend-mode: color-dodge; */
    background-blend-mode: darken;
    /* opacity: .4; */
  	box-shadow: 3px 3px 8px hsl(0, 0%, 6%);
}

.masthead-footer {
  background: #3d312f;
  box-shadow: 3px 3px 8px hsl(0, 0%, 6%);
}

.site-title {
    margin: 0 0 0.5em;
    padding: 0.5em 0;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
}

@media screen and (min-width: 44.44em) {
    .site-title {
        font-size: 2em;
    }
}
    
@media screen and (min-width: 50em) {
    .site-title {
        font-size: 2.5em;
    }
}

.site-title a {
    color: hsl(5, 45%, 95%);
    text-decoration: none;
}

.site-title a:hover {
    text-decoration: underline;
}

.card {
	background: #4b0f11;
	margin-bottom: 2em;	
}

.card a {
	color: black;
	text-decoration: none;
}

.card a:hover {
	box-shadow: 3px 3px 8px hsl(0, 0%, 6%);
}

.card-content {
	padding: 1.4em;
}

.card-content h2 {
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: normal;
}

.card-content p {
	font-size: 95%;
}

img {
  width: 100%;
  height: auto;
  margin-top: 1em;
  border-radius: 10px 10px 10px 10px;
}

/* Flexbox styles */
@media screen and (min-width: 40em) {  
  .cards {
    margin-top: -1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .card {
    margin-bottom: 1em;
    display: flex;
    flex: 0 1 calc(50% - 0.5em);
  }
} 

@media screen and (min-width: 60em) {
  .cards {
    margin-top: inherit;
    /* width: 180em; */
  }
  
  .card {
    margin-bottom: 2em;
    display: flex;
    flex: 0 1 calc(33% - 0.5em);
  }
}

/*--------------------------------------------------------------
Android style menu
--------------------------------------------------------------*/

.topnav {
  overflow: hidden;
  background-color: #3c3c46;
  position: relative;
  opacity: .8;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #menu {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  color: #feefb8; 
  font-family: "Verdana" 
  /* height: 25px; */
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  /* background-color: #ddd; */
  color: #c6bc9b;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #3a3a3a;
  color: white;
}
