html, body {
	font-family: "Roboto", Roboto, Helvetica, Arial, sans-serif, -apple-system, BlinkMacSystemFont;
	color: #ffffff;
 	font-kerning: auto;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: greyscale;
	-moz-font-smoothing: greyscale;
	font-smoothing: antialiased;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-smooth: always;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	-webkit-text-stroke: 0.1px;
	font-size: 14px;
	letter-spacing: 0.0375em;
	font-weight: 400;
}
body {
    background: #82b3ff;
    background-color: #82b3ff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b3ff',endColorstr='#ff285f',GradientType=1);
	background-image: -ms-linear-gradient(315deg, #82b3ff 10%, #ff285f 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(10%,#82b3ff), color-stop(100%,#ff285f));
	background-image: -webkit-linear-gradient(315deg, #82b3ff 10%, #ff285f 100%);
	background-image: -o-linear-gradient(315deg, #82b3ff 10%, #ff285f 100%);
	background-image: -moz-linear-gradient(315deg, #82b3ff 10%, #ff285f 100%);
	background-image: linear-gradient(135deg, #82b3ff 10%, #ff285f 100%);
	background-size: 300% 300%;
	background-attachment: fixed;
	-moz-animation: gradient 8s ease infinite;
	-webkit-animation: gradient 8s ease infinite;
	-o-animation: gradient 8s ease infinite;
	-ms-animation: gradient 8s ease infinite;
	animation: gradient 8s ease infinite;
}

@-moz-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-o-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-ms-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.general-container {
	position: relative;
	height: 600px;
}

.update-container {
	text-align: center;
	position: absolute;
	max-width: 100%;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
}

.update-middle {
    margin: 0 auto;
	padding: 0 20px;
}

a {
	color: #ffffff;
	text-decoration: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

b, strong {
	font-weight: 700;
}

p {
	font-size: 18px;
	line-height: 1.6;
}

p.update-heading, .update-heading {
	font-size: 24px;
}

p.update-countdown, .update-countdown {
	color: #dddddd;
	font-size: 15px;
}

p.update-cta, .update-cta {
	margin-top: 50px;
}

a.update-button, .update-button {
	background: #163794;
	color: white;
	font-weight: 700;
	border: 2px solid #163794;
	border-radius: 8px;
	padding: 12px 28px;
	transition: all 0.3s ease;
	text-decoration: none;
	font-size: 16px;
}
a.update-button:hover, .update-button:hover, a.update-button:focus, .update-button:focus {
	background: transparent;
}

::-moz-selection {
  background: #ff285f;
  text-shadow: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-color: #ffffff;
  color: #ffffff;
}
::selection {
  background: #ff285f;
  text-shadow: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-color: #ffffff;
  color: #ffffff;
}

img {
	width: 280px;
	display: inline-block;
	max-width: 100% !important;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}

.update-logo {
	margin-bottom: 40px;
}

.update-logo img {
	width: 280px;
	max-width: 280px;
	height: 52px;
	max-height: 52px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-animation: pulsating 3s infinite;
	-webkit-animation: pulsating 3s infinite;
	-o-animation: pulsating 3s infinite;
	-ms-animation: pulsating 3s infinite;
	animation: pulsating 3s infinite;
}

@-moz-keyframes pulsating {
	0% {
		-moz-transform: scale(0.85);
		transform: scale(0.85);
	}
	
	50% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	
	100% {
		-moz-transform: scale(0.85);
		transform: scale(0.85);
	}
}
@-webkit-keyframes pulsating {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}
@-o-keyframes pulsating {
	0% {
		-o-transform: scale(0.85);
		transform: scale(0.85);
	}
	
	50% {
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	100% {
		-o-transform: scale(0.85);
		transform: scale(0.85);
	}
}
@-ms-keyframes pulsating {
	0% {
		-ms-transform: scale(0.85);
		transform: scale(0.85);
	}
	
	50% {
		-ms-transform: scale(1);
	}
	
	100% {
		-ms-transform: scale(0.85);
	}
}
@keyframes pulsating {
	0% {
		transform: scale(0.85);
	}
	
	50% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(0.85);
	}
}