html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html, body {
  /* important for the full-width image to work */
  height: 100%;
}


/* -------------------------------- 

App Style

-------------------------------- */
body {
  font-size: 100%;
  font-family: "Lato", Raleway;
  font-weight: 300;
  background-color: #ffffff;
  color: #7F8099;
  margin: 0;
}

.navbar {
	background: #0F1A2B;
	color: #ffffff;
	font-size: 200%;
	height: 60px;
	border: 0;
	width: 100%;
}

.navOp {
	opacity: 0.9;
}

.navbar ul {
	padding-top: 10px;
}

.navbar ul li a:hover {
	color: #FF9A23;
}

.navbar-form {
	padding-top: 10px;
	padding-right: 0px;
}

p {
	font-size: 150%;
}

.content {
	color: #ffffff;
	right: 5%;
}

.container {
	width: 100%;
	padding-right: 5%;
}

#cd-logo {
	left: 10px;
	top: 8px;
	width: 100px;
	height: 50px;
}

#cd-logo img {
	display: block;
}

.row {
	height: 100%;
	width: 100%;
}

#topContainer {
	width: 100%;
	height: 100%;
	background: url("../img/bg-img.jpg") no-repeat center center;
	background-size: cover;
}

#topRow {
	text-align:center;
	left: 15%;
	right: 5%;
}

#details {
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
}

#topRow h1 {
	font-size:300%;
	text-align:center;
}

#emailSignup {
	margin-top:50px;
}

.bold {
	font-size: 200%;
	font-weight:bold;
}

.marginTop {
	margin-top:60px;
}

.center {
	text-align:center;
}

.title {
	color: #FF9A23;
	font-family: Poiret One, Helvetica;
	font-weight: 400;
	text-align:center;
	margin-top:100px;
	font-size:300%;
}

#footer {
	position: relative;
	background-color:#0F1A2B;
	width:100%;
	left: 0;
}

.marginBottom {
	margin-bottom:30px;
}

.appstoreImage {
	width:250px;
}

.btn {
	background: #FF9A23;
	border: 0;
	border-radius: 0px;
}

.btn:hover {
	background: #FFE50D;
	color: #0F1A2B;
}