html, body, div, ul {
	margin: 0;
	padding: 0;
}

div, p {
    box-sizing: border-box;
}

body {
        color: rgba(0,0,0,0.8);
	background: rgba(0,0,0,0.02);
	font: normal 12px/18px Verdana, sans-serif;
}

#header {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 10px;
    background: rgba(0,0,0,0.03);
    
}

#footer {
    border-top: 1px solid rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.03);;
}

#content {
    
    
    
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 10px 10px 10px 10px;
	
	
	
}

h1 {
	margin: 20px 0 15px 0;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Caveat', Arial;
        
        line-height: 32px;
        font-weight: normal;
}

h1 span {
    
        float: right;
}

h2, h3 {
    font-family: 'Caveat', Arial;
    font-weight: normal;
    text-align: center;
}

h2:before, h3:before,
h2:after, h3:after {
    content: '';
    width: 20%;
    height: 1px;
    background: rgba(0,0,0,0.4);
    display: inline-block;
    margin: 30px 10px 8px;
    
}

h3:before,
h3:after {
    width: 15%;
    margin-bottom: 6px;
}

h2 {
    font-size: 35px;
    
}

h3 {
    font-size: 25px;
    
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #aba968;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
        color: #aba968;
}

.images {
    display: flex;
    width: 100%;
    grid-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.images:after {
    content: '';
    display: block;
    clear: both;
}
.images span {
    display: block;
    width: 100%;
}

.images a {
    
    display: inline-block;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.4);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    background: rgba(255,255,255,1);
}

.images a img {
    height: 100px;
    display: block;
    border: 1px solid rgba(0,0,0,0.4);
    
}



ul {
	margin-bottom: 24px;
	padding-left: 30px;
}


.fancybox-is-open .fancybox-bg {
    opacity: 1;
    color: #000000;
}

.fancybox-caption {
    color: #cecece;
    
}

.fancybox-caption b {
    font-weight: normal;
    font-family: 'Caveat', Arial;
    font-size: 30px;
}

.fancybox-caption em {
    font-weight: thin;
    display: block;
    font-size: 12px;
    
}

.fancybox-image {
    border: 0.7vw solid rgba(255,255,255,0.8);
    box-sizing: border-box;
    
}

.magazine-image {
    border: none;
    background: none;
}

.magazine-image img {
	padding: 0px;
	background: #fff;
        border: none;
	margin: 0px;
}