 #content {
   padding-top : 70px ;
/*    font-family : monospace ;
    font-size : 100% ;
    background-color : white ;
    color : #111 ;
    width : 80% ;
    min-width : 400px ;
    min-height : 200px ;
    padding : 1em ;
    margin : 5% 10% ;
    border : thin solid gray ;
    border-radius : 5px ;
    display : block ;*/
}
body { margin: 0px; }
footer { margin: 8px; }
/* #body-content { margin: 8px; margin-top: 80px; } */
/* a:link    { color : blue ; text-decoration : none ;      }
a:hover   { color : blue ; text-decoration : underline ; }
a:visited { color : blue ;                               } */
h2 a { color : inherit !important; }
h3 a { color : inherit !important; }
h4 a { color : inherit !important; }
h5 a { color : inherit !important; }
h6 a { color : inherit !important; }

#post-list {
    margin-bottom : 1em ;
    max-width: 900px ;
}

/* Header stuff */
h1 { font-family: times; }
h1 a { color : inherit !important; }
h1 a:hover {text-decoration: none; }

/* .mdl-card.mdl-card__title {
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
} */

.mdl-card__title {
  flex-direction: column;
  flex: 1 auto;
  float: left;
}
.mdl-card__title-text.entry-title {
  align-self: flex-start;
}
.mdl-card__subtitle-text {
  align-self: flex-start;
}
.mdl-card {
  margin-bottom: 20px;
}

/* Logo for Header */
#square {
  display: table-cell;
  width: 38px;
	height: 38px;
	background: lightgrey;
  border: 1px solid black
}
#circle {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 38px;
	height: 38px;
	background: white;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
h3 {
  line-height: 20px;
}
#logo-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2px;
}
#breadcrumbs {
  padding-left: 2px;
  vertical-align: middle;

}
#header {
  padding-left: 10px;
  height: 70px;
  width: 100%;
  background: white;
  box-shadow: 0px 2px 2px lightgrey;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  background-color: ghostwhite;
}

.card-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  align-items: center;
}

.card {
  min-height: 50vh;
  min-width: 50vh;
  border-color: black;
  border-radius: 10%;
  background-color: ghostwhite;
  margin: 5px;
  /* padding: 2%; */
}

.card-header {
  padding: 4%;
  font-size: 2.5em;
  border-bottom: 1px solid black;
}
.card-content {
  height: 45%;
  padding: 4%;
}

.card-footer {
  padding: 4%;
}

#banner {
  margin: -8px;
  background-image: url("/theme/images/back.png");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  min-height: 100vh;
  top: -1px;
  position: absolute;
  justify-content: space-evenly;
  width: 100%;
  padding-top: 80px;
}

#banner-photo {
  border-radius: 30%;
  width: 30vw;
  height: 30vw;
  background: #eee no-repeat center;
  background-size: cover;
  background-image: url("/theme/images/face.jpg");
  background-position: 0px 0px;
}

#banner-card {
  width: 50vw;
  min-height: 30vw;
  opacity:0.9;
}

#banner-card a:hover {
  text-decoration: none;
}

#banner-card .card-content div {
  margin-bottom: 2px;
  font-size: 1.5em;
  height: 2em;
}

#banner-card .card-content div span {
  float: right;
  font-size: 2em;
}

#logo { float: left; padding-left: 4%; }
#header-e2 {overflow: hidden;}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  /* animation: smoothScroll 1s forwards; */
}
@keyframes smoothScroll {
	0% {transform: translateY(-40px);},
	100% {transform: translateY(0px);}
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content { padding-top: 100px; }

/* Made by Erik Terwan 24th of November 2015
 * All rights reserved
 */
a {
  text-decoration: none;
  /* color: #232323; */
  transition: color 0.3s ease;
}
#menuToggle {
  display: block;
  position: relative;
  float: right;
  top: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input {
  /* display: block; */
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
/* Just a quick hamburger */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* Transform all the slices of hamburger into a crossmark.*/
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
/* But let's hide the middle one */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/* Ohyeah and the last one should go the other direction */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/* Make this absolute positioned at the top right of the screen */
#menu {
  /* position: absolute; */
  /* display: none; */
  float: right;
  width: 200px;
  margin: -100px 0 0 -200px;
  margin-right: 10px;
  padding-top: 125px;
  background: ghostwhite;
  border: solid 1px black;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  /* transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); */
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
#menuToggle input:checked ~ #menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
}
#menu li {
  padding: 10px 0;
  font-size: 22px;
}
/* And let's slide it in from the left */
#menuToggle input:checked ~ ul { transform: none; }
