body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}

.container {
	margin: auto;
	top: 50%;
	left: 50%;
	width: 960px;
	max-width: 100%;
	height: 100vh;
}

.display {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items : center;
	justify-content : center;
	align-content: center;
	background-image: linear-gradient(#001f3f, #fff, #001f3f);
	background: no-repeat;
	background-image: url("../images/eaglecanyon.jpg");
	font-family: tahoma !important;
}
.display img{
	width: 100%;
	height: 100%;
}
.event_title {
	color: #fff;	
	text-align: center;
	font-size: 2rem;
	letter-spacing: 5px;
}
p.action_caption{
	color: #fff;	
	text-align: center;
	font-size: 1.25rem;
	letter-spacing: 5px;
	font-weight: 100;
}
#door{
	text-align: center;
}
.call_to_action_button{
	margin-top: 40px;
	border-radius: 20px;
}
button.call_to_action_button {
	letter-spacing: 2px;
	text-align: center;
	font-size: 1.25rem;
	top: 50%;
	left: 50%;
	color: #fff;
	padding: 20px;
	width: 0 auto;
	border-radius: 20px;
	box-sizing: border-box;
	background: #0074D9;
	border-style: none;
}
button:hover{
	background: #fff;
	color: #0074D9;
	font-weight: bold;
}
button:active{
	background: #fff;
	color: #0074D9;
	font-weight: bold;
}
button:focus{
	background: #fff;
	color: #0074D9;
	font-weight: bold;
}
.clock{
	width: auto;
}
#numbers{
	width: auto;
}
#numbers span{
	float: left;
	text-align: center;
	font-size: 1.75rem;
	margin: 0 2.5%;
	color: #fff;
	padding: 14px;
	width: 18%;
	border-radius: 10px;
	box-sizing: border-box;
}
#numbers span:nth-child(1){
  background: red;
}
#numbers span:nth-child(2){
  background: #002699;
}
#numbers span:nth-child(3){
  background: #666600;
}
#numbers span:nth-child(4){
  background: #47476b;
}

#numbers:after{
	content: "";
	display: block;
	clear: both;
}

#units span{
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.85rem;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(10,10,10, 0.7);
}

span.turn{
  	animation: turn 0.7s ease forwards;
}

@keyframes turn{
	0%{transform: rotateX(0deg)}
	100%{transform: rotateX(360deg)}
}

.hide{
	display: none;
}

.author{
	padding-top: 40px;
	color: #fff;	
	text-align: center;
	font-size: 1rem;
	letter-spacing: 3px;
	font-weight: 900;
}

.rule1 {
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items : center;
	justify-content : center;
	background-image: linear-gradient(45deg, #001f3f, red, #001f3f);
	color: #fff;
}


.name-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background-image: linear-gradient(15deg, #001f3f, green, #001f3f);
	color: #fff;
	line-height: 1.65;
	padding: 8px 30px;
}

.name-list-invit {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background-image: linear-gradient(15deg, #001f3f, #2E3A59, #001f3f);
	color: #fff;
	line-height: 1.65;
	padding: 8px 30px;
}

.size-font {
	float: right;
	font-size: 0.75rem;
	line-height: 4;
}

.size-font-right {
	float: right;
	font-size: 0.75rem;
	line-height: 2.5;
}

.tital-font{
	font-size: 1.65rem;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.tital-font-bf{
	font-size: 3rem;
	letter-spacing: 1rem;
	padding-left: 1rem;
	border-bottom: double #fff;
}

.tital-font-top{
	font-size: 2rem;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.comm-box1{
	flex: 1;
	
}
.comm-box2{
	flex: 1;
}

.dcomm-box{
	display: flex;
	align-items: center;
	align-content: space-around;
	flex-wrap: wrap;
	margin: auto;
	margin-bottom: 6px;
	width: 260px;
	height: 50px;
	font-size: 1.25rem;
	padding-left: 10%;
	background-image: linear-gradient(15deg, #001f3f, green, #001f3f);
}

.dcomm-box__small{
	display: flex;
	align-items: center;
	align-content: space-around;
	flex-wrap: wrap;
	margin: auto;
	margin-bottom: 6px;
	width: 260px;
	height: 50px;
	font-size: 1.25rem;
	padding-left: 12px;
	background-image: linear-gradient(15deg, #001f3f, #2E3A59, #001f3f);
	
}


.main-adv{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content:space-between;
	background-image: linear-gradient(15deg, #001f3f, red, #001f3f);
	color: #fff;
	padding: 30px;
	padding-bottom: 50px;
	margin-bottom: 50px;

}

.main-adv__mb{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content:center;
	background-image: linear-gradient(15deg, #001f3f, red, #001f3f);
	color: #fff;
	padding: 30px;
	margin-bottom: 0;

}

.box-adv{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: space-around;
	margin: auto;
	margin-bottom: 12px;
	padding: 20px;
	flex-wrap: wrap;
	width: 240px;
	height: 240px;
	font-size: 1.25rem;
	text-align: center;
	background-image: linear-gradient(15deg, #001f3f, red, #001f3f);
	border-radius: 80%;
}

.box-adv__cup{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: space-around;
	margin: 10px;
	padding: 20px;
	flex-wrap: wrap;
	width: 240px;
	height: 240px;
	font-size: 2.75rem;
	text-align: center;
	background-image: linear-gradient(15deg, #ffff33, red, #ff0000);
	border-radius: 80%;
}

.title-name-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background-image: linear-gradient(15deg, #3f0800, red, #3f0800);
	color: #fff;
	line-height: 1.65;
	padding: 20px 20px 40px 20px;
	/*margin-bottom: 55px;*/
	/*padding-bottom: 60px;*/
}


.title-spos{
	display: flex;
	align-items: center;
	align-content: space-around;
	flex-wrap: wrap;
	margin: auto;
	margin-bottom: 6px;
	width: 260px;
	height: 60px;
	font-size: 1rem;
	background-image: linear-gradient(15deg, #001f3f, red, #001f3f);
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(255, 255, 255, .5);
				
}

.img-spos{
	display: flex;
	align-items: center;
	align-content: space-around;
	flex-wrap: wrap;
	margin: auto;
	box-sizing: border-box;
	width: 98%;
}

.dcomm-box-mauto{
	display: flex;
	align-items: center;
	align-content: space-around;
	flex-wrap: wrap;
	margin: auto;
	width: 260px;
	height: 50px;
	font-size: 1.1rem;
}

.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #2E3A59;
color:#FFF;
font-size: 1rem;
text-align: center;
margin-top: 100px;
}

.footer p {
    padding-top: 5px;

}

.cgasa{
	display: flex;
	align-items: center;
	justify-content: center;
	image-rendering: 50%;
	width: 240px;
	height: 240px;
	border-radius: 50%;
}

.text-center{
	margin: auto;

}

.font-add {
	font-size: .85rem;
}

.mar-zero {
	margin: 0;
	padding: 0;
}

.font-white {
	
	color: white;
}

div a {
	text-decoration: none;
}

#bankaccount{
	padding: 6px;
	border-radius: 6px;
	font-weight: 900;
	border-style: solid;
	border-color: white;
	border-width: 2px;
	cursor: pointer;
	width: 200px;
	text-align: center;
	margin: auto;
}