/**************************************************

	TABLE OF CONTENTS

	1.  MISCELLANEOUS
	2.  HEADINGS
	3.  PARAGRAPH
	4.  SOCIAL LINKS
	5.  TEXT
	6. 	FORM
	7. 	BUTTONS
	8.	COUNTDOWN


*********************************************************/

@charset "utf-8";

html {
	width:100%;
	height:100vh;	
}
body {
	
	background:url(../images/cosmos-1845140_1920.jpg);
	text-align:center;
	font-family: 'Questrial', sans-serif;
	padding:0;
	margin:0;

}

/*******************************************************************/
/* 1. Miscellaneous */

#page {
	margin-top:125px;
	width:100%;
	height:100%;	
}
.wrapper {
	width:1200px;
	margin:0 auto;	
}
i {
	color:#fff;
	font-size:30px;
	font-weight:100;	
}

/*******************************************************************/
/* 1. Headings */

h1 {
	color:#099;
	font-size:50px;
	font-weight:700;	
}

/*******************************************************************/
/* 1. Paragraph */

p {
	color:#fff;	
}

/*******************************************************************/
/* 1. Social links */

.page-social {
	margin-top:50px;
	height:auto;
	position:fixed;	
}
a {
	line-height:80px;
	margin-bottom:2px;
	display:block;
	width:75px;
	height:65px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	text-decoration:none;
	background-color:rgba(204,204,204, 0.1);
}
a:hover {
	background-color:#099;	
}

/*******************************************************************/
/* 1. Header */

.page-header {
width:100%;
height:auto;	
}

/*******************************************************************/
/* 1. Text */

.page-text {
	margin-top:50px;
	width:100%;
	height:auto;
}
.text-wrap {
	width:600px;
	margin:0 auto;
	
}

/*******************************************************************/
/* 1. Form */

.page-form {
	width:100%;
	height:auto;
	margin-top:25px;
}
.form-wrap {
    width: 37%;
	margin:0 auto;	
	
}
input {
	float: left;
    background: none;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 3px solid rgba(0,153,153, 0.4);
    padding: 18px;
	width:250px;
	color:#fff;
	background-color:rgba(204,204,204, 0.1);
}

/*******************************************************************/
/* 1. Buttons */

button {
	float: left;
    color: #fff;
	width:150px;
    background-color: rgba(0,153,153, 0.5);
    padding: 17px 30px;
    font-size: 20px;
	cursor:pointer;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: none;	
}

/*******************************************************************/
/* 1. Countdown */

.page-countdown {
	margin-top:200px;
	width:100%;
	height:auto;
}
#countdown {
	color:#fff;
	margin:0 auto;
	font-size:50px;	
}
#time {	
	margin-right:35px;
	width:auto;
}
#countdown p {
	font-size:16px;	
}
li {
	margin:15px;
	padding:0px;
	padding-top:25px;
	padding-right:3px;
	width:180px;
	height:120px;
	text-transform:uppercase;
	list-style-type:none;
	display:inline-block;
	border-radius:5px;
	color:#099;
	text-shadow:#333 0px 1px 1px;
	background-color:rgba(204,204,204, 0.1);
	border: 3px solid rgba(0,153,153, 0.5);
}
#dayTimer {	
	border-radius:3px;
}
#hourTimer {
	border-radius:3px;	
}
#minuteTimer {
	border-radius:3px;	
}
#secondTimer {
	border-radius:3px;	
}
