/*showcase-section*/
.showcase-section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.no-webp .showcase-section{
	background-image: url("../images/mainbg.jpg");
}
.webp .showcase-section{
	background-image: url("../images/mainbg.jpg");
}
.showcase-box{
	text-align: center;
}
.showcase-box h3{
	font-family: 'Teko';
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-transform: none;
	margin: 30px 0 25px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.drop-info{
	display: none;
	font-family: 'Lato';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.bookdrop{
	max-width: 265px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.showcase-button{
	margin-top: 60px;
}
.drop{
	animation-name: slideDown;
	animation-duration: .5s;
	display: block;
}
.button-holder{
	position: relative;
}
.dropbutton-active{
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.hidebutton{
	opacity: 0;
	transition: ease-in-out .2s;
}
.showbutton{
	opacity: 1;
	transition: ease-in-out .2s;
}
/*main-section*/
.contentarea{
	min-height: 60vh;
	padding: 50px 0;
}
.main-content h3{
	margin: 0 0 5px;
}
.main-content h1{
	font-family: 'Teko';
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	color: #1A3358;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	margin: 0 0 5px;
}
.home-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 470px;
    width: 100%;
}
article#post-2 header{
	margin-left: 50px;
}
article#post-2{
	max-width: 510px;
	width: 100%;
	position: relative;
}
article#post-2:before{
	content: '';
    position: absolute;
    left: -280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 338px;
    height: 144px;
    top: -32px;
}
.no-webp article#post-2:before{
	background-image: url("../images/digitalbutton.png")
}
.webp article#post-2:before{
	background-image: url("../images/digitalbutton.webp")
}
@media (max-width: 1199px){
	article#post-2 {
		margin: 0 auto;
		max-width: 767px;
	}
	article#post-2:before{
		left: auto;
		top: -75px;
		right: 180px;
	}
	article#post-2 header{
		margin: 0;
	}
}
@media (max-width: 767px){
	article#post-2:before {
		right: 0;
	}
}
@media (max-width: 600px){
	.home-buttons {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 500px){
	article#post-2:before {
		right: -60px;
		width: 80%;
		background-size: contain;
	}
}


