@font-face {
	font-family: 'HCo Gotham SSm Book';
	font-display: auto;
	src:url('../../webfonts/woff2/GothamSSm-Book_Web.woff2') format('woff2'),
		url('../../webfonts/woff/GothamSSm-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
    }
@font-face {
	font-family: 'HCo Gotham SSm Light';
	font-display: auto;
	src:url('../../webfonts/woff2/GothamSSm-Light_Web.woff2') format('woff2'),
		url('../../webfonts/woff/GothamSSm-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
    }
/* ---------- GENERAL ---------- */
html, body{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding:0px;
    }
body{
	position:relative;
	overflow-y: scroll;
 	-webkit-overflow-scrolling: touch;
	font-size:18px;
	line-height:24px;
    font-weight: 300;
	color:#222;
	scroll-behavior: smooth;
	background-color:#fcfcf9;
    font-family: 'HCo Gotham SSm Light';
	}
*, a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    color: inherit;
	}
p {
    margin: 0px;
    padding: 0px;
}
.Lrg{
    display: none;
    }
.Sml{
    display: block;
    }
.top-home{
    position: relative;
    height: 100vh;
    z-index: 1;
    top: 0px;
    overflow: hidden;
    }
.home-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100vh;
    }
.home-image-1{
    background-image: url(../../images/Home/everhome-home-1.webp);
    }
.home-image-2{
    background-image: url(../../images/Home/everhome-home-2.webp);
    }
.home-image-3{
    background-image: url(../../images/Home/everhome-home-3.webp);
    }
.home-image-4{
    background-image: url(../../images/Home/everhome-home-4.webp);
    }
.logo-text-block{
    position: absolute;
    display: block;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 10;
    }
.home-image-text{
    position: relative;
    text-align: center;
    width: auto;
    margin: 0px auto;
    /*font-family: 'HCo Gotham SSm Light';*/
    font-family: "playfair-display", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
    opacity: 1;
    text-shadow: 0px 0px 55px rgba(0, 0, 0, 1);
    }
.logo{
   position: relative;
    display: block;
    width: 280px;
    margin: 0px auto;
    left: 0px;
    right:0px;
    margin-top: 55px
    }
.logo::after {
    content: "PICKERING";
    width: 100%;
    font-family: 'HCo Gotham SSm Light';
    text-align: center;
    letter-spacing: 0.2em;
    display: block;
    margin-top: 7px;
    color: #FFF;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
    font-size: 19px;
    }
.slick-track:before{
position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    }
@media only screen and (min-width:768px){
.Lrg{
    display: block;
    }
.Sml{
    display: none;
    }
.home-image-text{
    font-size: 16px;
    line-height: 21px;
    }
.logo{
    width: 320px;
    }
.logo::after {
    font-size: 21px;
    }
}

