* {
	font-size:13px;
}

body {
	background: #eaeaea;
}
a {
	color: #df0038;
}
.container {
	background: #fff;
	-moz-box-shadow: 0 0 10px 5px #888;
	-webkit-box-shadow: 0 0 10px 5px#888;
	box-shadow: 0 0 10px 5px #888;
}
header {
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#eaeaea));
	background-image: -webkit-linear-gradient(#fcfcfc, #eaeaea);
	background-image: -moz-linear-gradient(#fcfcfc, #eaeaea);
	background-image: -o-linear-gradient(#fcfcfc, #eaeaea);
	background-image: linear-gradient(#fcfcfc, #eaeaea);*/
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
header h1 {
	margin-bottom: 0;
}
footer {
	padding: 10px 0;
	background: #a9a9a9;
	margin-bottom: 15px;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: #2329c2;
}
.btn-info {
	background: #df0038;
	border-color: #df0038;
}
#login {
font-size: 120%;
}

.btn-info:hover {
	background: #FFF;
	border-color: #df0038;
	color: #df0038;
}
.col-sm-4, .col-sm-6 {
	padding-bottom: 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
background-color: #2329c2;
}

#landingheader ul {
	float:right;
	font-size:10px;
	list-style-type:none;
	background-color:#2329C2;
	border-left:1px solid #5885a7;
	border-bottom:1px solid #5885a7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

#landingheader {
	/*background-color: #A9A9A9;*/
}
#landingheader ul li {
	margin-right:19px;
	float:left;
	white-space:nowrap;
	padding:8px 0;
	color:#fff;
}
#landingheader ul li a, #landingheader ul li a span {
	color:#fff;
	text-decoration:none;
}
#landingheader ul li a:hover {
	cursor: pointer;
	TEXT-DECORATION: underline
}

#student_login, #instructor_login {
	font-size: 120%;
}

#landingheader_text {
	float:right;
	vertical-align:middle;
	color: #2329C2;
	height: 85px;
	line-height: 85px;
	font-size: 40px;
	font-weight: bold;
	margin-left: 5px;
}

.desktop-getstarted {
	display: none;
}

@media (min-width: 768px) {
	.mobile-getstarted {
		display: none;
	}
	.desktop-getstarted {
		display: block;
	}
}

#gray_bar {
	padding: 10px 0;
	background: #2329c2;
	margin-bottom: 15px;
}
