/* ==========================================================================
   Author's custom styles
   ========================================================================== */



body {
   background: #ffffff;
   /* fallback for old browsers */
   background: -webkit-linear-gradient(to top, #118284, #0e3861);
   /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to top, #118284, #0e3861);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   
}

.lamp-anim {
   z-index: -30;
   position: fixed;
   top: 0;
   left: 0;
   overflow: hidden;
   width: 100vw;
   height: 100vh;
   pointer-events: none;
   margin: auto;
   transform: translate3d(0, 0, 0);
   background: linear-gradient(-210deg, #118284 0%, #0e3861 100%);
}

p {
	text-align: center;
}

.coming {
   color: white;
   font-size: 5em;
   text-align: center;
   margin-bottom: 0.75em;
}

.redirect {
	color: white;
	text-align: center;
}

.contact {
	text-align: center;
}

#logo {
	margin-top: 5em;
	margin-bottom: 4em;

}

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #118284;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #0e3861;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}