/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@400;500&family=Poppins:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #fff;
	background: #fff;
	margin-right:0;
	margin-left:0;

}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', serif;
	color:#fff;
	font-weight: 600;
	letter-spacing: 1px;
}
#head {font-size: 53px; line-height: 6px; font-weight:300; color:#fff;}
h5{color:#fff; font-weight:500; margin-bottom:10px;}

.btnz {
	margin-bottom:60px;
	margin-top: 60px;
}

.btnz a {
	text-transform: uppercase;
	text-decoration:none;
	font-size:18px;
	color: #fff;
	padding: 25px 30px;
	display: inline-block;
	background-color: #777;
	/* border-radius: 17px; */
}

.btnz a:hover {
	text-decoration:none;
	color: #101010;
	background-color: #6b6b6b;
}

#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */

.wrap {
    width:100%;
	height: 100vh;
	/*margin-top: 20px;
	padding-top: 3%;*/
	display: flex;
    justify-content: center;
    align-items: center;
	
}
#logo-header, .header-logo {
    width: 100%;
    max-width: 250px;
    margin:0 auto;
}
#logo-header .img-fluid {
	width: 100%;
	height: auto;
}
.jaycontent {
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /* margin-top: 60px; */
    z-index:9999;
	-webkit-font-smoothing:antialiased;
}

.jaycontent h1 {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    padding-bottom: 5px;
	margin-bottom: 10px;
}

.jaycontent h4 {
	margin-top: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
.jaycontent .banner {
    width: 100%;
}
.banner img {
    max-width: 600px;
    /*height: 100vh;*/
}

.cyp-time h1.savedate {
	font-size: 53px; line-height: 30px; font-weight:600; color:#fff;
}

.jaycontent p {
	color: #fff;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    margin-top: 20px;
}

.jblu {
    color:#666;
}
.pad-right {
    margin-right: 10px;
}

@media only screen and (max-device-width: 420px) {
	.jaycontent .scrn h5 {
		font-size: 150%;
		margin-bottom: 30px;
	}
	.jaycontent .scrn p {
		font-size: 150%;
		line-height: 160%;
	}
	#footer {
		font-size: 150%;
	}
}
@media only screen and  (max-device-width: 767.98px) {
	#logo-header, .header-logo {
		max-width: 450px;
	}
	
	.jaycontent h1 {
		font-size: 70px;
		line-height: 75px;
	}
	.jaycontent h4 {
		font-size: 35px;
		line-height: 50px;
	}
	.banner img {
        max-width: calc(100% - 40px);
    }
}

.wrap #jayfooter {
    width: 98%;
    text-align: center;
    /*position: absolute;*/
    bottom: 15px;
	margin-top:40px;
    
}
#jayfooter a img {
	width: 100%;
	max-width: 35px;
}
#footer {
	/* position: fixed;
	bottom: 0; */
	padding: 15px 0;
	text-align: center;
	width:100%;
	/*margin: 0 auto;*/
	color:#fff;
}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}
.cyp-time ul {
	padding-left: 0;
    margin-bottom: 40px;
}
.cyp-time li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  text-transform: uppercase;
  padding-bottom:20px;
  background-color: #fff;
}

.cyp-time li span {
  display: block;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  padding: 2.5rem;
  color: #101010;
}