* {
    	font-family: "Roboto";
}

html,
body {
	background: #282830;
 	height: 100% !important;
    	overflow: hidden !important;
    	margin: 0;
}

a,
li {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

a:hover,
li:hover {
	color: #F29B34 !important;
	transition: all 0.3s ease-in-out;
}

#container {
	background-repeat: no-repeat !important; 
	background-position: center 30% !important;
	background-size: cover !important;
  	background-size: cover !important;
	height: inherit !important;
	width: inherit !important;
	max-height: 95%;
	position: absolute !important;
	margin: auto !important;
 	left: 20px !important;
	right: 20px !important;
	top: 0px !important;
	bottom: 0px !important;
}

.header {
	width: 100%;
	position: absolute;
	top: -80px;
	left: -2px;
	margin: auto;
}

#time {
	color: #E5E5E5 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	font-size: 13px !impotant;
	font-family: "Montserrat", "KFhimaji" !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: -20px;
	margin-bottom: 10px;
}

#date {
	color: #E5E5E5 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	font-size: 13px !impotant;
	font-family: "Montserrat", "KFhimaji" !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: -20px;
	margin-bottom: 10px;
}

.message {
	color: #FFF !important;
	font-size: 40px !important;
	font-weight: 900 !important;
	font-family: "Montserrat", "KFhimaji" !important;
	text-shadow: 3px 3px #B05F6D;
	max-width: 1000px;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	overflow: hidden;
}

#banner {
	background-repeat: no-repeat !important; 
	background-position: center 20% !important;
	background-size: cover !important;
	box-shadow: 0px 42px 25px -28px rgba(0, 0, 0, 0.5) !important;
	width: 68% !important;
	height: 47% !important;
	position: absolute !important;
	margin: auto !important;
 	left: 0px !important;
	right: 0px !important;
	top: -20px !important;
	bottom: 0px !important;
	opacity: 1;
}

.form {
	background: #242328 !important;
	box-shadow: 0px 42px 25px -28px rgba(0, 0, 0, 1) !important;
	line-height: 38px !important;
	height: 40px !important;
	width: 100% !important;
	position: absolute;
	bottom: -30px;
}

#searchbox {
	background: transparent;
	background-image: url("icons/search.png");
	background-repeat: no-repeat;
	background-position: 15px 63%;
	background-size: 12px auto;
	border: none;
	color: #FFF;
	width: 99%;
	padding: 0px 40px !important;
}

input:focus {
        outline-style: none;	
}

#image-button {
	background-color: transparent;
	background: url("icons/submit.png");
	background-repeat: no-repeat;
   	background-position: center;
	background-size: 25px auto;
	border: none;
	filter: brightness(0) invert(1);
	margin-top: -28px;
	margin-left: 12px;
	right: 10px;
	position: absolute;
	opacity: .8;
}


.footer {
	background:  rgba(26,26,26,.98);
	color: #FFF;
	width: 100%;
	height: 45px;
	line-height: 45px;
	position: absolute; 
	bottom: 0px !important;
}

.nav {
	background-color: transparent;
	width: 100%;
	text-align: left;
	position: absolute;
	margin-top: -15px;
	left: -32px;
}
ul li {
	list-style: none;
	display: inline;
	padding: 0px 6px;
	color: #FFF;
	font-family: "Montserrat", "KFhimaji" !important;
	font-weight: bold;
	font-size: 15px;
	text-transform: lowercase !important;
}

.button {
	position: absolute; 
	right: -10px;
	bottom: -16px;
}

#my-button {
	background-color: #FFF;
	border: none;
	padding: 6px 10px;
	font-family: "Montserrat";
	font-weight: bold;
}

