@font-face {
    font-family: 'Bembo';
    src: url('../fonts/Bembo.eot');
    src: url('../fonts/Bembo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bembo.woff2') format('woff2'),
        url('../fonts/Bembo.woff') format('woff'),
        url('../fonts/Bembo.ttf') format('truetype'),
        url('../fonts/Bembo.svg#Bembo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bembo Semibold Italic';
    src: url('../fonts/Bembo-SemiboldItalic.eot');
    src: url('../fonts/Bembo-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bembo-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/Bembo-SemiboldItalic.woff') format('woff'),
        url('../fonts/Bembo-SemiboldItalic.ttf') format('truetype'),
        url('../fonts/Bembo-SemiboldItalic.svg#Bembo-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaStd-Book.eot');
    src: url('../fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaStd-Book.woff2') format('woff2'),
        url('../fonts/FuturaStd-Book.woff') format('woff'),
        url('../fonts/FuturaStd-Book.ttf') format('truetype'),
        url('../fonts/FuturaStd-Book.svg#Bembo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body{
	color: #666;
	font-family: 'Bembo';
}

i{
    font-family: 'Bembo Semibold Italic';
    font-variant: normal
}

.bg-white{
	background: #fff
}

.bg-light-grey{
	background: #f0f3f6
}

.maincolor{
	color: #cf8766
}


.btn-maincolor{
	background: #cf8766;
	color: #fff;
	border-radius: 19px
}

.btn-maincolor:hover{
	background: #96624a;
	color: #fff
}

.btn-outline-maincolor{
		color: #cf8766;
		border-color: #cf8766

}
.btn-outline-maincolor:hover{
	color: #96624a;
}



.video {
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
}


.parallax-window {
    min-height: 400px;
    background: transparent;
    background-size: 100%
}

footer{
	background: #f0f3f6;
    font-family: 'Futura';	
}

footer a{
	color: #999;
	letter-spacing: 4px;
}

footer a:hover{
	color: #666;
}