/* Styles for the Dwarf Oak landing page template */
@font-face{
	font-family: 'BebasNeue-Regular';
	src: url('BebasNeue-Regular.ttf');
	font-weight: 700;
}
@font-face{
	font-family: 'EBGaramond-Regular';
	src: url('EBGaramond-Regular.ttf');
	font-weight: 400;
}
@font-face{
	font-family: 'EBGaramond-Ialic';
	src: url('EBGaramond-Italic.ttf');
	font-weight: 400;
}
.static-image{
	position: relative;
	background-size: 150vw;
    background-position: -25vw -3vh;
}
.static-image.portrait-mode{
	height: 65vh;
	background-size: 135vh;
    background-position: -30vw -2vh;
    background-repeat: no-repeat;
}
.static-image.portrait-mode > img:first-child{
	opacity: 0;
}
.slider-content-overlay{
	/* This content is hidden, then re-added via JS to overlap the header image */
	display: none;
}
.slider-content{
	display: block;
	position: absolute;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 4rem 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -5;
	opacity: 0;
	transition: z-index 0.25s linear, opacity 1s ease-in
}
.slider-content.loaded{
	z-index: 5;
	opacity: 1;
}
.static-image.portrait-mode .slider-content{
	padding-top: 15vh;
}
.slider-content > .row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.slider-content h1,
.slider-content h1.slider-heading{
	font-family: 'BebasNeue-Regular', sans-serif;
	font-size: 50px;
	color: #FFF;
	width: 70%;
	text-align: right;
	line-height: 1em;
}
.slider-btns{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 70%;
    padding-top: 2rem;
}
.container-fluid.dwarf-oak-landing{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: #FFFBF4;
}
.dwarf-oak-landing > header{
	display: none;
}
.dwarfoak-fullwidth .grid-section > div{
	padding-left: 15%;
	padding-right: 15%;
}
.dwarfoak-icons-row{
	color: #000;
	padding: 3rem 0;
}
.do-icon-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	magin: 0;
}
.do-icon-item > img{
	width: 75%;
	height: auto;
}
.do-icon-item > p.caption{
	text-align: center;
	text-transform: uppercase;
	font-family: 'EBGaramond-Regular', serif;
	font-size: 1.75rem;
	font-weight: 600;
	color: #000;
}
hr.do-hr{
	width: 50%;
	height: 3px;
	magin: 1rem auto;
	background: #897D78;
	border: 0 solid transparent;
}
.do-seventy hr.do-hr{
	width: 100%;
	height: 2px;
	magin: 1rem auto;
	background: #897D78;
	border: 0 solid transparent;
}
.do-heading-row h2,
.do-two-column-section h2{
	color: #000;
	font-family: 'BebasNeue-Regular', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	margin: 1.5em auto;
}
.do-two-column-section h2{
	font-size: 26px;
	margin-bottom: 0.25em;
}
.do-two-column-section p{
	font-family: 'EBGaramond-Regular', serif;
	font-size: 20px;
	width: 70%;
	margin: 0 auto 1em auto;
}
.do-link-row a{
	color: #AE8F6E;
	font-family: 'EBGaramond-Ialic', serif;
	font-size: 18px;
/*	font-style: italic;*/
	text-decoration: underline;
}
.do-blockquote-container{
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.do-blockquote-container blockquote{
	border-left: 0 solid transparent;
	margin: 0 auto;
	padding: 0 0 1em 0;
	width: 55%;
	font-size: 28px;
	font-family: 'EBGaramond-Ialic', serif;
/*	font-style: italic;*/
	color: #FFFBF4;
	text-align: center;
}
.do-blockquote-container img{
	display: block;
	width: 80px;
	margin: 0 auto;
}
.do-wine-columns{
	font-family: 'EBGaramond-Regular', serif;
	font-size: 18px;
	padding: 6rem 0;
}
.do-wine-column img:first-child{
	margin: 0 auto -1.3rem auto;
	width: 60%;
	max-width: 60%;
}
.do-wine-column div > a > img:first-child{
	margin-bottom: 0;
	width: 70%;
	max-width: 70%;
}
.do-wine-columns h2{
	color: #000;
	font-family: 'BebasNeue-Regular', sans-serif;
	font-size: 64px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 auto;
}
.do-wine-columns h4{
	display: block;
	width: 70%;
	margin: 1em auto;
	font-family: 'EBGaramond-Regular', serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
.do-wine-columns h4 > a{
	text-decoration: none;
}
.do-wine-columns h4 > a:hover{
	text-decoration: underline;
}
.do-tech-btn{
	display: inline-block;
	margin: 0 auto 2em auto;
	padding: 0.5em 0.75em;
	border-radius: 0.15em;
	font-family: 'EBGaramond-Regular', serif;
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #AE8f6E;
	color: #FFFBF4;
	transition: background-color 0.5s ease-out;
}
.do-tech-btn:hover{
	background-color: #3F3934;
	color: #FFFBF4;
	text-decoration: none;
}
.slider-btns .do-tech-btn{
	margin: 0 0 2em 2em;
}
.do-seventy{
	display: block;
	width: 70%;
	max-width: 70%;
	margin: 0 auto;
}
.do-seventy a{
	text-decoration: none;
}
.do-seventy a:hover{
	text-decoration: underline;
}
.do-wine-columns img{
	display: block;
	width: 70%;
	max-width: 70%;
	margin: 0 auto 1.5rem auto;
}
.do-logo-branding-row{
	background-color: #C3BDB8;
	padding: 4rem 0;
}
.do-logo-branding-row img{
	display: block;
	width: 32%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 1112px){
	.slider-btns .do-tech-btn{
		margin-left: 1em;
	}
}
@media screen and (max-width: 1024px){
	.dwarfoak-fullwidth .grid-section > div{
		padding-left: 5%;
		padding-right: 5%;
	}
	.do-blockquote-container blockquote{
		width: 75%;
	}
	.slider-content > .row > .col-md-6.column:first-child {
		display: none;
	}
	.slider-content > .row > .col-md-6.column:last-child {
		width: 70%;
		min-width: 70%;
		margin-left: auto;
	}
	.slider-content h1,
	.slider-content h1.slider-heading{
		width: 98%;
		font-size: 44px;
		margin-bottom: 0.5em;
	}
	.slider-btns{
		width: 98%;
	}
	.slider-btns .do-tech-btn{
		font-size: 16px;
	}
	.do-seventy{
		margin-bottom: 4rem;
	}
	.do-icon-item > img{
		width: 35%;
	}
}
@media screen and (max-width: 700px){
	.static-image > img:first-child{
		opacity: 0;
	}
	.slider-content{
		padding: 1rem 0;
	}
	.slider-content h1,
	.slider-content h1.slider-heading{
		font-size: 34px;
	}
	.do-icon-item > img{
		width: 48%;
	}
	.slider-content h1,
	.slider-content h1.slider-heading{
		font-size: 38px;
	}
}
@media screen and (max-width: 414px){
	.do-blockquote-container blockquote{
		width: 85%;
	}
	.static-image.portrait-mode{
		background-position: -42.5vw -2vh;
	}
	.static-image.portrait-mode .slider-content{
		padding-top: 12vh;
		padding-right: 1rem;
	}
	.slider-content > .row > .col-md-6.column:last-child {
		width: 80%;
		min-width: 80%;
		margin-left: auto;
	}
	.slider-heading > br{
		display: none;
	}
	.slider-btns .do-tech-btn{
		font-size: 13px;
	}
	.slider-content h1,
	.slider-content h1.slider-heading{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 320px){
	.slider-content h1,
	.slider-content h1.slider-heading{
		font-size: 32px;
	}
	.slider-btns{
		width: 100%;
		margin: 0;
		padding: 0.5rem 0 0 0;
	}
	.slider-btns .do-tech-btn{
		font-size: 12px;
	}
}