/* Main CSS */

/* colors:
 * dark-green: #002025;
 */

body {
	font-family: 'Indie Flower', cursive;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 0;
	color: #572f08;
	font-size: 18px;
}

#startDim {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	z-index: 9;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

a.fBlock {
	display: block;
	width: 100%;
	height: 100%;
}

.f1366 {
	display: block;
}

.f1920 {
	display: none;
}

.col-3 {
	position: relative;
	width: 100%;
	float: none;
}

.col-2 {
	position: relative;
	width: 56%;
	padding: 0 2%;
	float: left;
}

.col-1 {
	position: relative;
	width: 36%;
	padding: 0 2%;
	float: left;
}

.col-1-2 {
	position: relative;
	width: 46%;
	padding: 0 2%;
	float: left;
}

.fWrapper {
	width: 100%;
	/*max-width: 1600px;*/
	display: block;
	margin: 0 auto;
}

.container {
	position: relative;
	display: block;
	margin: 0 auto;
}

.fFadeIn {
	transform: translateY(20px);
}

@media all and (min-width: 768px) {
	.fFadeIn {
		opacity: 0;
	}
}

.fFadeIn.f1 {
	transition: 1s all ease-in-out;
}

.fFadeIn.f2 {
	transition: 1.5s all ease-in-out;
}

.fCTAcontainer {
	display: block;
	text-align: center;
}

.fCTA {
	display: inline-block;
	font-size: 36px;
	padding-right: 80px;
	background: url('../images/arrow.svg') no-repeat right;
	background-size: 110px auto;
	margin-top: 20px;
}

.fClear {
	clear: both;
}

.fHeader {
	position: relative;
	width: 100%;
}

.fLogo {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30%;
	transition: 0.2s all ease-in-out;
}

.fLogo:hover {
	width: 32%;
}

.fArrowDown {
	position: absolute;
	bottom: 25%;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
}

.fArrowDown:hover {
	transform: translateY(15px);
}

.fSectionHead {
	width: 60%;
	display: block;
	margin: 50px auto;
	font-size: 34px;
	line-height: 38px;
	text-align: center;
}

/* SECTION 1 */

.fSectionTitle {
	position: relative;
	display: block;
	font-size: 64px;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.fSectionTitleUl {
	position: absolute;
	width: 25%;
	height: 40px;
}

.fPhoto {
	position: relative;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 40px;
}

.fPhotoFrame {
	position: absolute;
	top: 0;
	left: 10%;
	width: 90%;
	height: 90%;
	background: url('../images/frame.png') no-repeat right;
	background-size: 100% 100%;
	z-index: -1;
}

.fSection1 .fPhotoFrame {
	height: 80%;
}

.fPhotoFrame img {
	width: 100%;
	height: 100%;
}

.fPhotoShadow {
	position: absolute;
	bottom: -30px;
	left: 5px;
	width: calc(100% - 70px);
	height: 100%;
	background: url('../images/shadow_1.png') no-repeat center;
	background-size: 100% 100%;
	background-position: bottom;
	z-index: -1;
}

.fTxt {
	font-size: 22px;
	line-height: 24px;
}

.fPortraitContainer {
	position: relative;
	display: block;
	margin-left: 5%;
	width: 80%;
	margin-bottom: 40px;
}

.fPortrait {
	position: absolute;
	width: 70%;
	left: 25%;
	top: 25%;
}

.fSocials {
	position: absolute;
	top: -40px;
	right: 40px;
	width: 120px;
	height: 40px;
}

.fFB {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 36px;
	background: url('../images/facebook.svg') no-repeat center;
	background-size: cover;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}

.fYT {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 46px;
	height: 36px;
	background: url('../images/youtube.svg') no-repeat center;
	background-size: cover;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}

.fInst {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 36px;
	height: 36px;
	background: url('../images/instagram.svg') no-repeat center;
	background-size: cover;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}


.fSection1 .fInst {
	left: 110px;
}

.fFB:hover, .fYT:hover, .fInst:hover {
	transform:scale(1.05);
}

.fPlay {
	position: absolute;
	top: calc(50%);
	left: calc(50% - 30px);
	width: 25%;
	height: 25%;
	background: url('../images/ellipse.png') no-repeat center;
	background-size: contain;
	z-index: 9;
	transform:translate(-50%,-50%);
}

/* SECTION 2 */

.fSection2 {
	margin-top: 120px;
}

.fSection2 .fPhoto {
    padding-top: 0px;
    padding-left: 60px;
    padding-right: 0px;
    padding-bottom: 40px;
}

.fSection2 .fPhotoFrame {
	top: 15%;
	left: 0;
}

.fSection2 .fPhotoShadow {
	right: 5px;
	left: auto;
}

.fSection2 .fSocials {
	top: auto;
	bottom: -80px;
	right: 10%;
}

.fSection2 .fPortrait {
	left: 15%;
}

.fHeart {
	position: absolute;
	top: -10%;
	left: 0px;
	width: 20%;
}

/* SECTION 3 */

.fSection3 {
	margin-top: 200px;
}

.fSection3 .fSectionTitle,
.fSection5 .fSectionTitle {
	line-height: 60px;
}

.fSection3 .fSectionTitleUl,
.fSection5 .fSectionTitleUl {
	width: 70%;
    height: 40px;
    padding-top: 10px;
}

.fSectionTitle span {
	display: block;
	padding-left: 100px;
}

.fSection3 .fTxt, .fSection4 .fTxt {
	width: 90%;
	margin-left: 5%;
	text-align: center;
	font-size: 22px;
}

.fSection3 .fPhoto {
	padding-top: 0px;
}

.fSection3 .fPhotoFrame {
	top: 15%;
	left: 30%;
	width: 70%;
}

/* SECTION 4 */

.fSection4 {
	margin-top: 60px;
}

.fSection4 .fPhotoFrame {
	top: 15%;
	height: 87%;
}

.fSection4 .fHeart {
	top: 0;
	left: 30%;
}

.fSection3 .fTxt,
.fSection4 .col-1 {
	margin-top: 25%;
    transform: translateY(-50%);
}

/* SECTION 5 */

.fSection5 {
	margin-top: 120px;
}

.fSection5a .fPhoto {
	padding-top: 20px;
	padding-right: 0px;
}

.fSection5a .fPhotoFrame {
	top: 33%;
    left: 5%;
    width: 90%;
    height: 40%;
}

.fSection5b {
	padding-top: 50px;
}

.fSection5b .fPhoto {
	padding-top: 0;
}

.fSection5b .fPhotoFrame {
	top: 10%;
	height: 92%;
}

.fSection5b .fHeart {
	top: -12%;
	left: 35%;
}

.fSection5b .fTxt {
	font-size: 18px;
	line-height: 30px;
	padding-left: 80px;
	padding-top: 60px;
}

.fSection5b .fTxt span.fLastTxt {
	font-size: 24px;
	text-align: left;
	font-weight: 400;
}

.fSection5b .fTxt span.fLast {
	font-size: 40px;
}

.fSection5b td {
	min-width: 50px;
}

/* SECTION 6 */

.fSection6 {
	padding-bottom: 200px;
}

.fSection6 .fPhotoFrame {
	transform: rotate(180deg);
}

.fSection6 .fPhoto {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 60px;
}

.fSection6 .fPhotoFrame {
    top: 15%;
    left: -5%;
    width: 95%;
}

.fSection6 .fSectionTitleUl {
	width: 30%;
}

.fSection6 .col-2 {
	position: relative;
	float: none;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
}

.fSection6 .fPhotoLeaves {
	position: absolute;
	width: 50%;
	z-index: -2;
}

.fPhotoLeaves1 {
	top: -10%;
	left: 0;
}

.fPhotoLeaves2 {
	bottom: -10%;
	right: -30%;
}

@media all and (min-width: 1367px) {
	.f1366 {
		display: none;
	}
	.f1920 {
		display: block;
	}
	.container {
		max-width: 1200px;
	}
}

@media all and (max-width: 1366px) {
	.container {
		max-width: 80%;
	}
}

@media all and (max-width: 1199px) {
	.fSectionTitle {
		font-size: 52px;
	}
}

@media all and (max-width: 1024px) {
	.fSectionTitle {
		font-size: 42px;
	}
	.fSectionHead {
		width: 90%;
		font-size: 28px;
	}
}

@media all and (max-width: 992px) {
	html, body {
		overflow-x: hidden;
	}
	.fArrowDown {
		bottom: 20%;
		left: 50%;
		margin-left: -30px;
		width: 50px;
	}
	.col-1, .col-1-2, .col-2 {
		position: relative;
		width: 100%;
		padding: 0;
		float: none;
	}
	.fCTA {
		font-size: 26px;
	}
	.fSectionHead {
		font-size: 20px;
		line-height: 28px;
		margin: 30px auto;
	}
	.fSectionTitle {
		margin: 10px 0px;
		font-size: 32px;
	}
	.fSectionTitle span {
		padding-left: 50px;
	}
	.fSection1 .col-2 {
		margin-top: 60px;
	}
	.fSection1 .fPhoto {
		padding-top: 40px;
	}
	.fSection1 .fPhotoFrame {
		top: 0;
		height: 70%;
	}
	.fSection2, .fSection3 {
		margin-top: 60px;
	}
	.fSection2 .col-1 {
		margin-top: 100px;
	}
	.fSection3 .fSectionTitle, .fSection5 .fSectionTitle {
		line-height: 34px;
	}
	.fSection3 .fSectionTitleUl, .fSection5 .fSectionTitleUl {
		width: 35%;
		padding-top: 0;
	}
	.fSection3 .fTxt, .fSection4 .fTxt {
		margin-bottom: 20px;
	}
	.fSection4 .col-1 {
		margin-top: 40px;
		transform: translateY(0);
	}
	.fSection5 {
		margin-top: 20px;
	}
	.fSection6 .fSectionTitle {
		margin-top: 40px;
	}
	.fSection5b .fTxt {
		padding-left: 20px;
	}
	.fHeart {
		left: 15%;
	}
	.fSection4 .fHeart {
		top: 10%;
	}
}

/* ADDENDA */

.fPlay a {
	display: block;
	width: 100%;
	height: 100%;
}

.fTxt span {
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}

.fCTA.fLeftCTA {
	padding-right: 0;
	padding-left: 90px;
	background: url('../images/arrow_left.svg') no-repeat left;
	background-size: 110px auto;
}

.fPhoto img {
	transition: 0.2s all ease-in-out;
}

.fPhoto img:hover {
	transform: scale(1.02);
}

@media all and (min-width: 992px) {
	.fSection3 .fPhoto {
		margin-top: 150px;
	}
}
