body{
	font-family: "Nunito Sans","Amiri", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

[class*="col-"] {
    margin-bottom: 15px;
}
  
.pagination{
	justify-content: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #000 !important;
    background-color: #eccaa8 !important;
    border-color: #000 !important;
}

.page-item .page-link {
    z-index: 1;
    color: #000 !important;
    border-color: #000 !important;
}
 
.post-thumbnail{
	transition: 0.3s;
}

.post-thumbnail:hover{
	filter: brightness(0.5)
}

.archive-title{
	font-family: "Amiri";
	font-size: 3rem;
}

.entry-title{
	position: absolute;
	bottom: 30px;
	left: 45px;
	color: #fff;
	display: none;
	font-weight: 200;
	transition: 0.3;
}

.post-thumbnail:hover ~ .entry-title, .entry-more-btn{
	display: block;
}

.entry-more-btn{
	position: absolute;
	left: 40%;
	top: 50%;
	color: #fff;
	display: none;
	padding: 4px 8px;
	border: 1.5px solid #fff;
	transition: 0.3s;
	font-weight: 200;
	letter-spacing: 3px;
}

.my-btn{
	padding: 4px 8px;
	border: 1.5px solid #000;
	transition: 0.3s;
	font-weight: 200;
	letter-spacing: 3px;
}

.my-btn:hover{
	background-color: #eccaa8;
	border-radius: 5px;
}

#links a:hover {
	text-decoration: none;
}

.title{
	letter-spacing: 3px;
	font-weight: 200;
}

.intro{
	font-size: 5rem;
	font-family: "Amiri";
	font-weight: 200;
}

#bio{
	text-align: justify; 
	line-height: 2.3rem; 
	letter-spacing: 1px;
	font-size: 1.2rem; 
	max-width: 80%;
	margin: 0 auto;
	font-weight: 200;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.single-artwork-title{
	font-family: 'Amiri';
/* 	font-weight: 200; */
}

.entry-content{
	font-weight: 200;
}

.wpcf7{
	max-width: 90% !important;
}

.navbar a{
	color: #000 !important;
} 

.navbar a:hover{
	text-decoration: underline !important;
}

.wpcf7-form{
	text-align: center;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email]{
    border: 1px solid #000 !important;
}

.wpcf7 input[type=submit]{
	border-radius: 0px;
	border: 1px solid #000 !important;
	color: #000 !important;
}

.wpcf7 input[type=submit]:hover{
	background-color: #c1b282 !important;
}



.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus{
	border: 1px solid transparent;
	box-shadow: 0 0 0 0.2rem #2196F3 !important;
}

.wpfc7 textarea, textarea{
	height: 4em !important;
/* 	width: 98% !important; */
	border: 1px solid #000 !important;
	border-radius: 5px !important;
}

.wpcf7-form-control-wrap:nth-of-type(2){
	padding: 0px 48px;
}

.img-collection-shadow{
	box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.53);
}

.smallskip{
	height: 15px;
}

.medskip{
	height: 30px;
}

.bigskip{
	height: 45px;
}

.largeskip{
	height: 60px;
}

/* ----- SMARTSLIDER ----- */

.n2-ss-3-arrow-previous,
.n2-ss-3-arrow-next,
.nextend-arrow{
	display: inline-block !important;
	padding: 0px !important;
}

.nextend-arrows-previous{
	margin-left: 21px !important;
}

.nextend-arrow img{
	filter: invert(1);
	-webkit-filter: invert(1);
}

.n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content{
	min-height: auto !important;
}
