@font-face {
  font-family: 'Delius-Regularƒ';
  src: url(https://www.pixypods.com/fonts/Delius-Regular.ttf);
}

html { 
/*  background: url(../images/hero-bg.jpg) no-repeat center center fixed!important; 
  -webkit-background-size: cover!important; 
  -moz-background-size: cover!important; 
  -o-background-size: cover!important; 
  background-size: cover!important; */
  background-color: #e1dec2;
}

p {
  font-family: 'Delius-Regularƒ';
}

.list-group-item { 
	background-color:#fff;
}

h4 {
	padding-top: 20px;
	padding-bottom: 10px; 
}

.small {
  width: 200px;
}

.medium {
  width: 500px;
}

.large {
  width: 700px;
}

.breadcrumb-item a, .pag, .pag a {
  color: #fff;
  text-shadow: 1px 1px #000;
}

#content a, #content a:active, #content a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.post-image {
  border-radius: 20px;
}