
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {color: inherit; text-decoration: none;}
/*
	font-family: 'Playfair Display', serif;
*/
@font-face {
    font-family:"Times New Roman", Times, serif;
    src: url('../fonts/TimesNewRomanPSMT.eot');
    src: url('../fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TimesNewRomanPSMT.woff2') format('woff2'),
        url('../fonts/TimesNewRomanPSMT.woff') format('woff'),
        url('../fonts/TimesNewRomanPSMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	padding: 0;
	margin: 0;
	font-size: 17px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
#wrapper { max-width: 980px; position: relative; margin: 0 auto;}
.bg{
	width: 100%;
	height: 100vh;
	font-size: 0;
	overflow: hidden;
}
.bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.d-flex{
	display: flex;
}
.justify-content-between{
	justify-content: space-between;
}
.align-items-center {
	align-items: center;
}
.w-100{
	width: 100%;
}
.header{
	background:  rgba(0,0,0,.44);/*
	height: 10vh;*/
	color: #fff;
	font-size:2.7vw;
	position: absolute;
	left: 0;
	top: 2vh;
	width: 100%;
	font-style: italic;
	padding: 0 45px;
}
.header ul li {
	padding: 15px 20px ;
	transition: all .3s;
}
.header ul li:hover {
	color: #fff;
    background: #f22d63;
}
.peter-bg{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;    height: 72vh;
    width: 100%;
}
.peter-bg img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
@media(min-width : 992px) {
	.peter-bg img {
		height: auto;
		width: 100%; 
	}
}
.head{
	
}
.head p {
	font-size: 132px;
	color: #000000;
}
.logo	{
	position: absolute;
	left: 11.7%;
	bottom: 21vh;
    width: 440px;
	/*max-width: 25vw;*/
}
.logo img {
	max-width: 700px;
}
.menu {
	position: absolute;
	left: 14%;
	bottom: 13vh;
}
.menu ul li{
	font-size: 2.3vw;
	font-weight: bold;
	font-style: italic;
	padding: 0 1.2vw;
}
.slick-list , .slick-slide , .slick-track{
	height: 100% !important;
}


@media(max-width : 1099px) {
	.peter-bg{
		height: auto;
	}
}
@media(max-width : 990px) {
	/*.peter-bg {
	    max-height: 557px;
	}*/
	.logo	{
		left: 50px;
    max-width: 40vw;
    bottom: 100px;
	}
	.menu  {
	    left: 100px;
	    bottom: 60px;
	
	}
	.menu ul li{
		font-size: 3.7vw;
		padding: 0 2vw;
	}
	.header {padding: 0 15px; font-size: 4vw;}
}
@media(max-width : 767px) {
	.peter-bg {
	    max-height: 419px;
	}
}

@media(max-width : 576px) {
	.peter-bg {
	    max-height: 348px;
	}
	.logo {bottom: 130px;}
	.menu {
	    bottom: 90px;
	    left: 80px;
	}	
}


@media(max-width : 479px) {
	.peter-bg {
	    max-height: 274px;
	    position: fixed;
	}
	.logo {
	    max-width: 48vw;
	}
	.menu ul li {
	    font-size: 5.2vw;
	}
	.menu {
	    bottom: 66px;
	    left: 55px;
	}
	.logo {
		left: 30px;
	    bottom: 98px;
	}
	.header {font-size: 5vw;}
}
@media(min-width : 400px) {
	.mob-bg {
		display: none;
	}
}
@media(max-width : 399px) {
	.desktop-bg{
		display: none;	
	}
	.mob-bg {
		display: block;
	}
}
@media(max-width : 370px) {
	.peter-bg {
	    max-height: 262px;
	}
}
@media(max-width : 354px) {
	.peter-bg {
	    max-height: 233px;
	}
	.logo {
	    left: 7%;
	    max-width: 52vw;
	    bottom: 15%;
	}
	.menu {
	    left: 13%;
	    bottom: 10%;
	}
	.menu ul li{
		font-size: 5.5vw;
	}
}



