@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,700&display=swap');
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.eot');
    src: url('../fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff'),
        url('../fonts/HelveticaNeueMedium.ttf') format('truetype'),
        url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBlackCond.eot');
    src: url('../fonts/HelveticaNeueBlackCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueBlackCond.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBlackCond.woff') format('woff'),
        url('../fonts/HelveticaNeueBlackCond.ttf') format('truetype'),
        url('../fonts/HelveticaNeueBlackCond.svg#HelveticaNeueBlackCond') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.eot');
    src: url('../fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff'),
        url('../fonts/HelveticaNeueBold.ttf') format('truetype'),
        url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Golden Class Script Slant';
    src: url('../fonts/GoldenClassScriptSlant-GoldenClass.eot');
    src: url('../fonts/GoldenClassScriptSlant-GoldenClass.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoldenClassScriptSlant-GoldenClass.woff2') format('woff2'),
        url('../fonts/GoldenClassScriptSlant-GoldenClass.woff') format('woff'),
        url('../fonts/GoldenClassScriptSlant-GoldenClass.ttf') format('truetype'),
        url('../fonts/GoldenClassScriptSlant-GoldenClass.svg#GoldenClassScriptSlant-GoldenClass') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	color: #6f6f6f;
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #000000;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
a {
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: none;
}
header {
	padding: 40px 0;
}
header h4 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 4px;
	color: #394957;
	margin: 0 0 5px;
}
header h3 {
	font-family: 'Playfair Display', serif;
	color: #d97177;
	font-size: 50px;
	font-weight: bold;
}
header .row {
	align-items: center;
}
/*===============================
            Left Area
================================*/
.info-area {
    overflow: hidden;
}
.left-area {
	padding: 115px 0 179px;
	margin-left: auto;
	text-align: center;
	max-width: 618px;
}
.left-area h1 {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin: 0 0 32px;
}
.left-area p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.left-area h5 {
	font-family: 'HelveticaNeue';
	font-size: 22px;
	color: #394957;
	font-weight: 900;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	margin: 62px 0 22px;
}
.left-area .btn {
	background: #394957;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 3.075px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 14px 20px 16px;
	width: 458px;
	text-align: center;
	margin: 53px 0 0;
	border: 1px solid #394957;
}
.left-area .btn:hover {
	background: #e16168;
	border: 1px solid #fff;
}
.left-area .btn i {
	font-size: 28px;
	padding: 0 0 0 10px;
}
/*===============================
           Right Area
================================*/
.right-area {
	padding: 107px 52px 93px 52px;
}
.right-area .image {
	margin: 0 0 75px
}
.right-area h2 {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 40px;
}
.right-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.right-area ul li {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 17px;
	position: relative;
	padding: 0 0 0 35px;
}
.right-area ul li:before {
	background: url(../images/list-icon.png) no-repeat;
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	height: 25px;
	width: 25px;
}
/*===============================
            Jamie Kern
================================*/
.jamie-kern h3{
    font-family: 'Golden Class Script Slant';
    font-size: 62px;
    color: #394957;
    font-style: normal;
    position: relative;
    left: -41px;
    transform: rotate(-15deg);
    top: -16px;
    margin-bottom: 144px;
}


.jamie-kern {
	background: #f3f3f5;
	padding: 83px 0 80px;
	position: relative;
}
.jamie-kern span {
	margin: 0 0 23px -21px;
	display: inline-block;
}
.jamie-kern h2 {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 50px;
	color: #394957;
	margin: 0 0 30px;
}
.jamie-kern p {
	max-width: 488px;
	font-size: 16px;
	line-height: 25px;
	color: #0d0d0d;
	padding-bottom: 8px;
}
.jamie {
	position: absolute;
	bottom: 0;
	right: 0;
}
.sign {
	padding-top: 13px;
}
/*===============================
            Featured
================================*/
.featured {
	text-align: center;
	padding: 114px 0 90px;
}
.featured h2 {
	font-family: 'Playfair Display', serif;
	text-transform: capitalize;
	font-size: 50px;
	color: #394957;
	font-weight: bold;
	margin: 0 0 60px;
}
.featured ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	align-items: center;
}
.featured ul li {
	flex: auto;
}
/*===============================
         Responsive 
================================*/
@media screen and (max-width:1439px){
.jamie {
    max-width: 670px;
}	
}
@media screen and (max-width:1199px){
header h4 {
    font-size: 15px;
}	
header h3 {
    font-size: 40px;
}	
.right-area {
    padding: 107px 15px 93px 15px;
}
.jamie {
    max-width: 495px;
}	
}
@media screen and (max-width:991px){
header {
    padding: 20px 0;
}	
header h3 {
    font-size: 34px;
}
header h4 {
    letter-spacing: 2px
}	
.left-area {
    padding: 35px 0 50px;
    margin: 0 auto;
    text-align: center;
    max-width: 618px;
}
.left-area h5 {
    margin: 42px 0 22px;
}
.left-area .btn{
	margin: 25px 0 0;
}
.right-area {
    padding: 42px 0 26px 50px;
}	
.jamie-kern {
    padding: 49px 0 0;
}
.jamie-kern span img {
    max-width: 200px;
}
.jamie-kern h2 {
    font-size: 40px;
    margin: 0 0 20px;
}	
.jamie-kern p {
    max-width: 100%;
}	
.jamie {
    position: relative;
}
.jamie {
    max-width: 100%;
}	
.featured {
    text-align: center;
    padding: 36px 0 35px;
}
.featured h2 {
    font-size: 40px;
    margin: 0 0 40px;
}	
.featured ul {
    margin: 0 -10px;
    align-items: center;
    flex-wrap: wrap;
}	
.featured ul li {
    width: 12.5%;
	margin: 0 0 15px;
	padding: 0 10px;
}
.jamie-kern h3 {
    left: -35px;
    top: -16px;
    margin-bottom: 90px;
}	
}
@media screen and (max-width:767px){
header {
    padding: 20px 0;
    text-align: center;
}	
.logo {
    margin: 0 0 15px;
}	
.logo img {
    max-width: 100px;
}
header h4 {
    font-size: 16px;
    margin: 0 auto 5px;
    max-width: 310px;
    line-height: 26px;
	letter-spacing: 4px;
}	
.left-area {
    padding: 24px 15px 35px;
    max-width: 100%;
	
}	
.left-area h1 {
    font-size: 34px;
    margin: 0 0 15px;
}
	.left-area p br{
		display: none;
	}
.left-area h5 {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 30px auto 20px;
    max-width: 280px;
}	
.left-area .btn {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 8px 20px 12px;
    margin: 10px 0 0;
	width: auto;
}	
.right-area {
    padding: 30px 15px 17px;
}
.right-area .image {
    margin: 0 0 30px;
}	
.right-area h2 {
    font-size: 24px;
    margin: 0 0 25px;
}	
.right-area ul li {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 0 28px;
}	
.right-area ul li::before {
    top: 4px;
    height: 18px;
    width: 18px;
    background-size: 18px;
}
.jamie-kern {
    padding: 35px 0 0;
}	
.jamie-kern span {
    margin: 0 0 15px 0;
}
.jamie-kern span img {
    max-width: 140px;
}
.jamie-kern h2 {
    font-size: 34px;
    margin: 0 0 15px;
}	
.jamie {
    position: relative;
}
.sign {
    padding-top: 0;
    padding-bottom: 30px;
}
.featured {
    text-align: center;
    padding: 25px 0 20px;
}
.featured h2 {
    font-size: 34px;
    margin: 0 0 30px;
}
.featured ul {
    margin: 0 -10px;
    align-items: center;
    flex-wrap: wrap;
}	
.featured ul li {
    width: 25%;
	margin: 0 0 15px;
	padding: 0 10px;
}
.jamie-kern h3 {
    left: -15px;
    top: -16px;
    margin-bottom: 35px;
    font-size: 44px;
}	
}