@CHARSET "UTF-8";
.clr {
	clear: both;
}
html {
	background: url(images/background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	background-color: #FFFFEB;
}

.background-overlay {
	/*background-color: rgba(247,38,46, 0.7);*/
	position: absolute;
	z-index: -2;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: -20px;
	padding: 0;	
}
  
body {
	font-family: 'Raleway', sans-serif;	    
	color: #1B263B;
	margin: 0;
	padding: 0;
	font-weight: lighter;
	height: 100%;
	overflow: scroll;
}

.content-container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0;	
	background-color: rgba(255,255,255, 0.6);	
}

.content-wrapper {	
	padding: 30px;
	padding-top: 40px;
}

.appwardthinking-logo {
	margin-top: 0px;
	padding-top: 0px;
	padding: 0px;
	text-align: center;
}

.appwardthinking-logo img {
	border: 0px;
	/*
	width: 215px;
	height: 47px;
	*/
}

.tagline {
	font-family: "Times New Roman", Georgia, Serif;
	font-style: italic;
	font-size: 28px;
	text-align: center;
}

.statement {
	font-size: 24px;
	text-align: center;
	line-height: 140%;
}

.conclusion {
	font-size: 24px;
	text-align: center;
	margin-top: 30px; 
}

h2 {
    font-size: 34px;
    font-weight: 100;
    font-family: "Times New Roman", Georgia, Serif;
	text-align: center;
}

h3 {
    font-size: 34px;
    font-weight: 100;
    font-style: italic;
	font-family: "Times New Roman", Georgia, Serif;
	text-align: center;
}

.list.courses {

}

.list.courses div.list-item {
	background-color: rgba(142, 199, 159, 0.35);	
	padding: 20px;
	margin-bottom: 30px;
}

.list.courses div.list-item h3 {
	text-align: left;
	margin: 0;
	padding: 0;
}

.list.courses div.list-item h3 a {
	text-decoration: none;
	color: #1B263B;
}

.list.courses div.list-item h3 a:hover {
	text-decoration: underline;
}

.list.courses div.list-item p {
	line-height: 160%;
}

.signup {
	font-size: 24px;
	text-align: center;
	line-height: 140%;
}

.course p {
	line-height: 160%;
	font-size: 18px;
}

.course p.status {
	font-style: italic;
	text-align: center;
}

.course-teaser {
	/*background-color: rgba(131,131,111, 0.7) !important;	*/
	background-color: rgba(31,42,50, 0.9) !important;	
	padding: 20px 40px;
	color: #ffffff;
}

.course-teaser a {
    color: #ffffff;
}

.course-teaser h3 {
	padding: 0px;
	margin: 0px;
}

.course-teaser *.dev-superpower {
	display: block;
	text-align: center;
	font-style: italic;
}

.course-teaser *.separator {
	text-align: center;
}

.connect {
	
}

.connect p {
	line-height: 160%;
	font-size: 18px;
	text-align: center;
}

#mc_embed_signup {
	background-color: rgba(255,255,235, 0.7) !important;	
	font: inherit !important;
}

#mc_embed_signup input.button {
	background-color: #555555;
}

#mc_embed_signup input.button:hover {
	background-color: #000000;
}