@font-face {
    font-family: rockwell;
    src: url(http://runheim.info/fonts/rockwell/ROCK.ttf);
}
@font-face {
    font-family: book;
    src: url(http://runheim.info/fonts/book/BOOKOS_0.ttf);
}
@font-face {
    font-family: tannenberg;
    src: url(../fonts/TannenbergFett.ttf);
}
@font-face {
    font-family: captureit;
    src: url(../fonts/Capture.ttf);
}

body::before {
    background-size: cover;
    background-attachment: fixed;
	width: 100%;
	background-repeat: no-repeat;
    content: '';
    will-change: transform;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
}
body {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  font-family: 'book', sans-serif;
}

@media only screen and (max-width: 568px), only screen and (max-device-width: 568px) {
	body {
			background-attachment: scroll;
	}
}

.posts {
  max-width: 1100px;
  padding: 0;
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  font-size: 16px;
}
.navbar{
  font-family: 'captureit', sans-serif;
  font-size: 3em;
}

.textposts{
  font-size: 12px;
  margin-right: 64px;
  margin-left: 64px;
  margin-bottom: 48px;
  justify-content: center;
  font-family: 'book', sans-serif;
}
.textposts p {
  font-size: 1.75em;
  margin-bottom: 36px; /** to change paragraph distance */
  justify-content: center;

  font-family: book, sans-serif;
}
.textposts blockquote{
  font-size: 0.95em;
  justify-content: center;
  align-items: center;
  align-text: center;
  font-family: 'rockwell', sans-serif;
  margin-top: 42px;
  margin-bottom: 42px;
}
.textposts blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.textposts blockquote:after{
  content: close-quote;
  font-size: 4em;
  text-align: center;
  line-height: 2px;
  float: right;
  position: relative;
  bottom: 12px;
}
.textposts img {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.textposts a {
  text-decoration: none;
  color: DarkOrange;
}
.textposts a:hover {
  text-decoration: underline;
  color: Orange;
}
.header-img {
	max-height: 400px;
	max-width: 900px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	horizontal-align: middle;
    margin: auto;
	margin-bottom: 30px;
    overflow: hidden;
	object-fit: contain;
}
.textposts li{
  font-size: 1.25em;
  margin-bottom: 6px;
}
.textposts ul{
  margin-bottom: 16px; 
}
.textposts h1{
  text-align: center;
  font-size: 4.7em;
  font-family: 'captureit', sans-serif;
}
.textposts h2{
  text-align: center;
  font-size: 3em;
  font-family: 'tannenberg', sans-serif;
}
.textposts h3{
  text-align: center;
  font-family: 'captureit', sans-serif;
}
.textposts h4{
  font-size: 1.8em;
  font-family: 'book', sans-serif;
}
.supporting-text {
  max-width: 1100px; 
  min-height: 64px;
  display: block;
  align-items: center;
}
.padder {
  padding-top: 20px;
}
.padder-right {
  padding-right: 0px;
}
.card-wrapper {
	max-width: 350px;
	max-height: 350px;
	margin:0px;
	padding:0;
	font-size:0px; 
	list-style:none;
	background-color:#000;
	background-size: initial;
	vertical-align:middle;
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	align-items: flex-end;
	cursor: pointer;
	transform:scale(1);
	transition:all 1s;
	font-size: 0px;
}
.card-wrapper li {
	display: inline-block;
    width:100%;
    box-sizing:border-box;
    margin:0;
	padding:0;
	background-size: cover;
	display: flex;
	transform:scale(1);
	transition:all 1s;
}
.card-wrapper li:hover .card-img {
  transform:scale(1.05);
} 
.card-cell {
  overflow:hidden;
  width: 100%;
}
.card-img {
  border:none;
  transform:scale(1);
  transition:all 1s;
  width: 100%;
  display: inline-block;
  vertical-align: middle
  margin: auto;
  overflow: auto;
}
.card-shade {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #404040;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.3s;
}
.card-shade:hover {
	opacity:0.2;
}
.card-title{
	display:block;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width: 100%;
    text-align:center;
    font-size:22px;
    bottom:2.5%;
    color:white;
	text-shadow: 2px 2px 10px black, 2px 2px black; 
	text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-family: book;
	font-weight: bold;
	padding: 4px;
	background-size: cover;
	flex-grow: 1;
	flex-direction: row;
	align-items: flex-end;
	cursor: pointer;
	transform:scale(1);
	transition:all 1s;
}
.card-backer {
  position:absolute;
  bottom: 0%;
  width: 100%;
  height:50px;
  background-color:black;
  z-index:0;
  opacity:0.5;
}

.banner-img {
    border:none;
	max-height: 300px;
	max-width: 900px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	horizontal-align: middle;
    margin: auto;
    overflow: hidden;
	object-fit: contain;
}

.list-cell {
	overflow:hidden;
	margin-bottom: 40px;
}
.list-cell a{
	text-decoration: none;
}
.list {
  max-width: 900px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  flex-shrink: 0;
}
.list-text-container {
text-align: center;
    background-color: #000;
    overflow: auto;
}
.list-top{
	background: #080808;
	overflow:hidden;
}
.list-post{
	margin-top: 25px;
    margin-bottom: 25px;
	width: 100%;
	background: #ccc;
	min-height: 64px;
}
.list-title {
	text-align:center;
    font-size: 2em;
    color:white;
	margin-top: 30px;
	text-shadow: 0px 1px 5px black, 2px 2px black;
}
.list-title a{
	text-decoration: none;
}
.list-date {
	text-align:center;
    font-size:.85em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: grey;
	text-shadow: 0px 1px 5px black, 2px 2px black;
}
.list-date a{
	text-decoration: none;
}
.list-wrapper {
	max-width:900px;
	margin:0px;
	padding:0;
	font-size:0px; 
	list-style:none;
	background-color:#000;
	background-size: initial;
	vertical-align:middle;
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	align-items: flex-end;
	cursor: pointer;
	transform:scale(1);
	transition:all 1s;
	font-size: 0px;
}
.list-wrapper li {
	display: inline-block;
    width:100%;
    box-sizing:border-box;
    margin:0;
	padding:0;
	background-size: cover;
	display: flex;
	cursor: pointer;
	transform:scale(1);
	transition:all 1s;
	
}
.list-wrapper li:hover .card-img {
    transform:scale(1.05);
} 
.list-wrapper a {
	text-decoration: none;
}
.list-img {
    border:none;
    transform:scale(1);
    transition:all 1s;
	max-height: 400px;
	max-width: 900px;
	width: 100%;
	display: inline-block;
	vertical-align: middle
    margin: auto;
    overflow: hidden;
	object-fit: contain;
}
.list-img:hover {
	transform:scale(1.05);
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 8px;
  color: red;
}
.pagination a {
  color: red;
}
.pagination .page-nums {
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
}
.pagination .page-nums:hover {
  text-decoration: underline;
}
.pagination .active {
  text-decoration: underline;
}
.pagination .disabled {
  color: rgba(199, 0, 0, 0.54);
}

.content {
  padding-top: 160px;
  padding-bottom: 20px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 360px;
}
.title {
  margin-top: 32px;
  padding: 0px;
  margin-bottom: -30px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: 'tannenberg', sans-serif;
}
.title h2 {
  font-family: inherit;
  font-weight: regular;
}
.date {
  margin-top: 0px;
  padding: 0px;
  display: flex;
  color: grey;
  justify-content: center;
  font-family: 'tannenberg', sans-serif;
}
.date h6 {
  font-family: inherit;
}

@keyframes zoomin {
    from {transform:scale(1);}
    to {transform:scale(1.1);}
}
@keyframes zoomout {
    from {transform:scale(1.1);}
    to {transform:scale(1);}
}

/* Fixes for IE 10 */
.mdl-grid {
  display: flex !important;

}
.mini-header{
  min-height: 60px;
  padding: 0px;
  align-items: center;
  background-color: #484848;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  
}
/* header link format */
.hugo-blog .mini-header a{
  color: white;
  font-size: 0.7em;
  font-weight: bold;
}
.mini-header a:hover{
  color: red;
  animation: shake .1s infinite;
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-3.5px, -3.5px, 0) rotate( -2.5deg);
  }
  
  20%, 80% {
    transform: translate3d(1px, 1px, 0) rotate( 5.0deg);
  }

  30%, 50%, 70% {
    transform: translate3d(-1.5px, -1.5px, 0) rotate( -5.0deg);
  }

  40%, 60% {
    transform: translate3d(1.5px, 1.5px, 0) rotate( 2.5deg);
  }
}

.SpinImage {
  align-content: center;
  animation-name:             spin; 
  animation-duration:         5s; 
  animation-iteration-count:  infinite;
  animation-timing-function: linear;
  transition:all 5s;
  max-width: 400px;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  
}
.SpinImage img {
  padding: 0px;
  margin: 0px;
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.mini-footer {
  min-height: 60px;
  padding-top: 5px;
  padding-bottom:5px;
  align-items: center;
  background-color: #484848;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  color: white;
  font-size: 1em;
  font-family: 'captureit', sans-serif;
}
.socialmedia {
  display: flex;
  justify-content: center;
  font-size: 1em;
  font-family: 'book', sans-serif;
}
.socialmedia a {
  color: inherit;
}
.int-img  img{
	border-style: none;
}
.padder-bottom {
  padding-bottom: 60px;
}
.cowdiv {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cowdiv img {
  border-style: none;
  border-width: 0px;
}
.cow {
  max-width: 65px;
  max-height: 85px;
}
.figure {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 860px) {
.card-wrapper {
	max-width: 215px;
	max-height: 215px;
	width: 100%;
}
.mdl-cell--4-col {
	max-width: 215px;
	max-height: 215px;
	width: 100%;
}
.card-title{
  font-size:18px;
}
 .hugo-blog .mini-header a{
	font-size: .50em;
	}
	
	.list-title h2 {
    font-size: 1em;
  }

}

@media screen and (max-width: 736px) {
.card-wrapper {
	max-width: 175px;
	max-height: 175px;
	width: 100%;
}
.mdl-cell--4-col {
	max-width: 175px;
	max-height: 175px;
	width: 100%;
}
.card-title{
  font-size:14px;
  padding: 8px;
}

.textposts {
  margin-right: 32px;
  margin-left: 32px;
  margin-bottom: 28px;
  justify-content: center;
  font-family: 'book', sans-serif;
 }
 
 .textposts p {
  font-size: 1.35em;
  margin-bottom: 24px; /** to change paragraph distance */
  justify-content: center;

  font-family: book, sans-serif;
}
 .textposts ul, li, p {
  font-size: 1.0em;
}

 .textposts title, h2 {
	font-size: 2.5em;
 }
  .textposts h3 {
	font-size: 2.0em;
 }
 .textposts h4 {
   font-size: 1.55em;
 }
 .mini-footer {
  padding-bottom: 0px;
  padding-top: 10px;
 }
 .mini-footer span, p, center{
  min-height: 30px;
  font-size: 0.85em;

 }
 
 .hugo-blog .mini-header a{
	font-size: .40em;
	}
	

	.list-post{
	margin-top: 20px;
    margin-bottom: 20px;
	width: 100%;
	background: #ccc;
	min-height: 64px;
  }
  .list-date {
	text-align:center;
    font-size:.75em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: grey;
	text-shadow: 0px 1px 5px black, 2px 2px black;
  }
}

@media screen and (max-width: 606px) {
.card-wrapper {
	max-width: 140px;
	max-height: 140px;
	width: 100%;
}
.mdl-cell--4-col {
	max-width: 140px;
	max-height: 140px;
	width: 100%;
}
.card-title{
  font-size:12px;
  padding: 6px;
}
 .hugo-blog .mini-header a{
	font-size: .30em;
	}
}

@media screen and (max-width: 520px) {
 .hugo-blog .mini-header a{
	font-size: .295em;
	padding-left: 8px;
	padding-right: 8px;
	}
	
	.list-title h2 {
    font-size: .7em;
  }
  
}


@media screen and (max-width: 480px) {
.textposts {
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 14px;
  justify-content: center;
  font-family: 'book', sans-serif;
 }
 .textposts h2 {
 	margin-top: 0px;
	margin-bottom: 0px;
 }
 .textposts img {
 margin: 0px;
 padding: 0px;
 }
 
 .card-wrapper {
	max-width: 350px;
	max-height: 350px;
	width: 100%;
	
}
.mdl-cell--4-col {
	max-width: 350px;
	max-height: 350px;
	width: 100%;
	margin: auto;
	padding-bottom: 6px;
}
.card-title{
  font-size:24px;
  padding: 6px;
}
 .hugo-blog .mini-header a{
	font-size: .275em;
	padding-left: 4px;
	padding-right: 4px;
	}
}
 
@media screen and (max-width: 380px) {
  .mini-footer span, p, center{
  min-height: 20px;
  font-size: 0.75em;
  padding-bottom: 0px;
 }
  .mini-footer {
  padding-bottom: 0px;
  padding-top: 0px;
 }

 
 .textposts title, h2 {
	font-size: 1.45em;

 }
   .textposts ul, li, p {
  font-size: 0.80em;
}
 
 .textposts h2 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 0px;
 }
  .textposts h3 {
	font-size: 1.25em;
 }
  .textposts h4 {
	font-size: 1.25em;
 }
 .hugo-blog .mini-header a{
	font-size: .20em;
	padding-left: 4px;
	padding-right: 4px;
	}
}

@media screen and (max-width: 320px) {
  .mini-footer span, p, center{
  min-height: 20px;
  font-size: 0.75em;
 }
 
 .textposts title, h2 {
	font-size: 1.45em;
 }
   .textposts ul, li, p {
  font-size: 0.80em;
}
 
 .textposts h2 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 0px;
 }
  .textposts h3 {
	font-size: 1.25em;
 }
  .textposts h4 {
	font-size: 1.25em;
 }
 .hugo-blog .mini-header a{
	font-size: .18em;
	padding-left: 4px;
	padding-right: 4px;
	}
}
@media screen and (max-width: 280px) {
  .mini-footer span, p, center{
  min-height: 20px;
  font-size: 0.7em;
 }
 .textposts title, h2 {
	font-size: 1.45em;
 }
   .textposts ul, li, p {
  font-size: 0.80em;
}
 
 .textposts h2 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 0px;
 }
  .textposts h3 {
	font-size: 1.25em;
 }
  .textposts h4 {
	font-size: 1.25em;
 }
 .hugo-blog .mini-header a{
	font-size: .18em;
	padding-left: 4px;
	padding-right: 4px;
	}
 
}

.Rockwell h3{
  font-family: 'rockwell', sans-serif;
}
