@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Hero New Light';
font-style: normal;
font-weight: normal;
src: local('Hero New Light'), url('fonts/Hero New Light.woff') format('woff');
}
@font-face {
font-family: 'Hero New Medium';
font-style: normal;
font-weight: normal;
src: local('Hero New Medium'), url('fonts/Hero New Medium.woff') format('woff');
}
@font-face {
font-family: 'Hero New Regular';
font-style: normal;
font-weight: normal;
src: local('Hero New Regular'), url('fonts/Hero New Regular.woff') format('woff');
}
@font-face {
font-family: 'Hero New SemiBold';
font-style: normal;
font-weight: normal;
src: local('Hero New SemiBold'), url('fonts/Hero New SemiBold.woff') format('woff');
}
@font-face {
font-family: 'Hero New Bold';
font-style: normal;
font-weight: normal;
src: local('Hero New Bold'), url('fonts/Hero New Bold.woff') format('woff');
}
@font-face {
font-family: 'Hero New UltraLight';
font-style: normal;
font-weight: normal;
src: local('Hero New UltraLight'), url('fonts/Hero New UltraLight.woff') format('woff');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
body {
  overflow-x: hidden;
  height: 100%;
  background-image: url("https://amandajefferies.com/wp-content/uploads/2020/07/coming-soon-banner.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	animation: shrink 9s infinite alternate;
}
@keyframes shrink {
  0% {
    background-size: 130% 130%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.coming-soon-section {
	width: 100%;
	height: 100%;
	background-color: transparent; /* fallback color */
}	
.coming-container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
.logo-section img {
	vertical-align: middle;
	margin-right: 24px;
}
.main-logo {
    width:124px; 
}
.logo-section span {
	font-family: 'Hero New Light';
	font-size:16px;
	color: #0f1b2b;
	line-height: 32px;
}
.logo-section strong {
	font-family: 'Hero New Bold';
}
.coming-content {
	padding-top: 140px;
}
.coming-content-left {
	width: 100%;
	max-width: 55%;
	vertical-align: top;
	display: inline-block;
}
.coming-content-img {
	width: 100%;
	max-width: 44%;
	vertical-align: top;
	display: inline-block;
}
.coming-content-img img {
	width: 100%;	
}
.coming-content h4 {
	font-size: 22px;
	color:#0f1b2b;
	line-height: 32px;
	margin-bottom: 30px;
	font-family: 'Hero New Light';
	height: 40px;
}
.coming-content h4 strong, .coming-content h3 strong, .coming-content p a strong {
	font-family: 'Hero New Bold';
}
.coming-content h3 {
	font-size: 48px;
	color:#0f1b2b;
	line-height: 64px;
	margin-bottom: 40px;
	font-family: 'Hero New UltraLight';
}
.coming-content p {
	font-size: 18px;
	margin-left: -12px;
}
.coming-content p a {
	font-size: 18px;
    color: #0f1b2b;
    line-height: 26px;
    margin-bottom: 0;
    font-family: 'Hero New UltraLight';
    text-decoration: none;
    padding: 0 12px;
}
.copyright {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #0f1b2b;
	padding: 24px 0;
}
.copyright p {
	color:#f4eda7;
	font-size:16px;
	line-height: 24px;
	margin-bottom:0 !important;
}
.copyright p a {
	color:#f4eda7;
	font-size:16px;
	line-height: 24px;
	text-decoration: none;
}


@media (max-width: 1300px) {
	.coming-content { padding-top: 100px; }
}

@media (max-width: 1200px) {
	.coming-content { padding-top: 80px; }
	.coming-container { padding:0 15px; }
}
@media (max-width: 1024px) {
    .coming-content { padding-top: 120px; }
	.coming-content h4 { font-size: 20px; color: #0f1b2b; line-height: 28px; margin-bottom: 28px; height: 32px;}
	.coming-content h3 { font-size: 42px; color: #0f1b2b; line-height: 56px; margin-bottom: 20px;} 
	.coming-content-left { max-width: 65%;}
	.coming-content-img { max-width: 34%; }
}
@media (max-width: 767px) {
    .coming-content { padding-top: 40px; }
    .coming-content-left { max-width: 100%;}
	.coming-content-img { max-width: 360px; margin:32px auto 120px; display: block;  }
}
@media (max-width: 480px) {
    .main-logo { width:60px; margin-right: 10px !important; }
    .logo-section span { font-size: 13px; }
    .coming-content h4 { font-size: 18px; line-height: 24px; }
    .coming-content h3 { font-size: 28px; line-height: 36px; } 
    .coming-content p a {  font-size: 14px; padding: 0 6px; }
    .coming-content p { font-size: 14px; margin-left: -6px; }
    .copyright { padding:16px 0; }
    .copyright p { font-size: 14px; line-height: 22px; }
    .copyright p a { font-size: 14px; line-height: 22px; }
}
@media (max-width: 359px) {
    .main-logo { width:62px; margin-right: 10px !important; }
    .logo-section span { font-size: 11px; }
    .coming-content p a {  font-size: 13px;  padding: 0 4px;}
    .coming-content p { font-size: 13px; margin-left: -4px; }
}