/* first for IE 4–8 */
@font-face {
  font-family: DINWebPro;
  src: url("/fonts/DINWebPro.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWebPro;
  src: url("/fonts/DINWebPro.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: DINWebPro-Medium;
  src: url("/fonts/DINWebPro-Medium.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWebPro-Medium;
  src: url("/fonts/DINWebPro-Medium.woff") format("woff");
}

/* first for IE 4–8 */
@font-face {
  font-family: DINWebPro-Light;
  src: url("/fonts/DINWebPro-Light.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWebPro-Light;
  src: url("/fonts/DINWebPro-Light.woff") format("woff");
}


body {
	margin: 0px;
	padding: 0px;
	font-family: "DinWebPro", sans-serif;
}

a {
	text-decoration: none;
}

#nav-header-bg {
	width: 100%;
	min-width: 1000px;
	height: 460px;
	color: #fff;
	background-image: linear-gradient(right , rgb(127,44,74) 100%, rgb(56,76,133) 0%);
	background-image: -o-linear-gradient(right , rgb(127,44,74) 100%, rgb(56,76,133) 0%);
	background-image: -moz-linear-gradient(right , rgb(127,44,74) 100%, rgb(56,76,133) 0%);
	background-image: -webkit-linear-gradient(right , rgb(127,44,74) 100%, rgb(56,76,133) 0%);
	background-image: -ms-linear-gradient(right , rgb(127,44,74) 100%, rgb(56,76,133) 0%);
	background-image: -webkit-gradient(
		  linear,
		  right top,
		  left top,
		  color-stop(1, rgb(127,44,74)),
		  color-stop(0, rgb(56,76,133))
	  );
}

#nav-header {
	width: 940px;
	height: 125px;
	margin: auto;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#logo {
	width: 145px;
	height: 30px;
	background: url(/morning/img/logo-white.svg);
	float: left;
	display: inline-block;
	margin-top: 46px;
}

#nav {
	width: content;
	float: right;
	display: inline-block;
	margin-top: 55px;
	letter-spacing: 1.5pt;
}

#nav a {
	background: transparent;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 60px;
	font-size: 12pt;
	border-bottom: 1px solid transparent;
	padding: 8px 0px 8px 0px;
}

#nav a:hover {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#hero {
	width: 940px;
	text-align: left;
	margin: auto;
	padding-top: 195px;
}

h1 {
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	color: white;
	font-family: 'DinWebPro-Light';
	font-weight: normal;
	font-size: 3.5em;
	line-height: 1.4;
	letter-spacing: 2pt;
}

h2 {
	margin: 0px;
	letter-spacing: 2pt;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 20px;
}

h2 a {
  color: #551A8B;
}

h3 {
	font-size: 31px;
	font-weight: normal;
	line-height: 2;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

p {
	font-size: 1.5em;
	line-height: 1.75;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	color: rgb(56,76,133);
}

.section-bg {
	height: 460px;
	min-width: 1000px;
}

.section {
	width: 940px;
	margin: auto;
}

.half {
	width: 45%;
	text-align: left;
}

#apps {
	background: url(img/morning.jpg);
	background-size: cover;
	background-position: center center;
	min-width: 1000px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

#apps p, #curiosity p {
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

#curiosity {
	background: url(img/Homepage-Curiosity-Banner-Alt.jpg);
	background-size: cover;
	background-position: center center;
	min-width: 1000px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

#curiosity .section {
  padding-top: 170px;
}

#footer {
	background: #000;
	height: 230px;
	min-width: 1000px;
}

.twothirds {
	width: 65%;
}

.onethird {
	width: 20%;
}

#contact {
	color: rgb(56,76,133);
}

#contact a {
	color: rgb(127,44,74);
}

#footer p {
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

#footer a {
	text-transform: uppercase;
	float: right;
	font-size: 14px;
	font-family: "DinWebPro-Medium";
	letter-spacing: 1.25pt;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.3);
	-webkit-transition-duration: 200ms;
}

#footer a:hover {
	-webkit-transition-duration: 0ms;
	background: white;
	color: #000;
}

.appbutton {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "DinWebPro-Medium";
	letter-spacing: 1.25pt;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.3);
	-webkit-transition-duration: 200ms;
}

.appbutton:hover {
	-webkit-transition-duration: 0ms;
	background: white;
	color: #000;
}