/* CSS Document */


/*
body {
	
background-color: #d20b4e;
background-image: url("../img/bg2.png");
color: #f0f0f0;
font-family: futura-pt,sans-serif;
font-weight: 700;
font-style: normal;
	text-align: center;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@300;500&display=swap');


body.pagehome section.clock-section {
	padding: 5rem 0rem;
	margin: 0;
	width: 100%;
	background-image: url("../images/gm-older-eye-white.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 88vh;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-family: 'Noto Serif Display', serif;
	flex-direction: column;
}



/* TIMER */
#pageTimer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 40px 0;
}

#pageTimer strong {
	font-size: 5vw;
	display: block;
	width: 12vw;
	margin: 2px;
	color: #333;
	text-align: center;
}

#pageTimer strong:after {
	display: block;

	color: #787878;
	font-size: 1.6vw;

	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}


#pageTimer strong:nth-child(1):after {
	content: 'Days';
}
#pageTimer strong:nth-child(2):after {
	content: 'Hours';
}
#pageTimer strong:nth-child(3):after {
	content: 'Minutes';
}
#pageTimer strong:nth-child(4):after {
	content: 'seconds';
}

#pageTimer strong:nth-child(7) {
	color:#202b58;
	
}

/* end TIMER */








/* The animation code */
@keyframes clockshow {
  0% {opacity: 0}
  50% {opacity: 0;}
  100% {opacity: 1;}
}

.splash-clock-time {
 height: auto;
 overflow: hidden;
  animation-name: clockshow;
  animation-duration: 2s;
}

.splash-clock-time {
	margin-top: 20px;
	justify-content: center;
}






.btn-signup {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
	font-weight: 500;
    padding: 1em 2em;
    background-color: #666666;
    color: #fff;
    border: 2px solid #666666;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
	
	margin-top: 15vh;
}

.btn-signup:hover {
	background-color: #fff;
}




/* RESPONSIVE */
@media (max-width: 990px) {

	#pageTimer {
    padding: 20px 0;
	}

	#pageTimer strong {
	font-size: 3em;
	display: block;
	width: 90px;
	margin: 2px;
	font-size: 2.4em;
	}
	#pageTimer strong:after {
	font-size: 15px;
	}
	
	
	.btn-signup {
    font-size: 1rem;
	}
	

}






@media (max-width: 768px) {

	#pageTimer strong:nth-child(4) {
		clear: both;
	}
	
	.splash-clock-time {
		margin: auto;
		
		width: 360px;
		height: 180px;
	}
	
	#pageTimer {
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	#pageTimer strong {
		width: 70px;	
		flex-grow: 0;
	}
	
	#pageTimer {
		
	}
	#pageTimer strong:after {
	font-size: 15px;
	}
	.btn-signup {
    font-size: 1rem;
	}
	
}




@media (max-width: 480px) {
	#pageTimer strong:after {
	font-size: 14px;
	}
	.btn-signup {
    font-size: 1rem;
	}
}





@media (max-width: 374px) {
	

	#pageTimer strong {
		width: 60px;	
		flex-grow: 0;
	}

	#pageTimer strong:after {
	font-size: 13px;
	}
}






 
/* REVEAL */

section.reveal {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	
	
	background-color: #000;
	background-image: url(../images/reveal/gm_brad_branson3.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 85vh;
	min-height: 600px;
	
	width: 100% !important;
    margin: 0 !important;
	margin-bottom: 4em !important;
}

.title-reveal {
	font-size: 5vw;
    text-align: center;
    line-height: 1em;
	color:#fff;
	}

	@media (max-width: 768px) {
	.title-reveal {
		font-size: 8vw;
	}
}


.reveal img {
    height: 50vh;
    width: auto;
}


.btn-signup.reveal {
	width: auto;
    margin: 1em auto 0em;
	font-size: 1rem;
}



#section_carousel {
	/*display: none;*/
}