/* Imports */
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,300italic,700');

/* General */
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#777;
	line-height: 1.5;
	padding-bottom: 60px;
}

h1 {
	padding-bottom: 5px;
	text-align: center;
	font-family: 'Roboto', serif;
	font-weight: 300;
	font-size: 50px;
}

h3 {
	text-align: center;
}

.thumbnail {
	border: none;
}

#main {
	margin-bottom: 50px;
}

#facebook {
	background-color:#3b5998;
	border-width: 0;
}

#twitter {
	background-color:#55acee;
	border-width: 0;
}

.btn {
	margin-left: 5px;
	margin-right: 5px;

}

a.ebolalink {
	color:#fcd736;
	text-decoration: none;
}

.footer {
	padding-top:10px;
	padding-bottom:30px;
	background:#263238;
}

.footer a, a:hover, a:visited {
	color:#fff;
	text-decoration: none;
}


#next {
	text-align: left;
	text-decoration: none; 
}

#previous {
	text-align: right;
	text-decoration: none;

}

.movement{
	margin-top: 50px;
	padding-bottom: 0px;
}

.next-btn {
	margin-left: 20px;
}

#page-1 {
	background-color: #fff;
	color:#0297a7;
}

#page-2 {
	background-color: #fff;
	color:#ffcb28;
	border-style: none;
}

#page-3 {
	background-color: #fff;
	color:#ad1e58;
	border-style: none;
}

#page-4 {
	background-color: #871a50;
	color:#fff;
	border-style: none;
}

#page-5 {
	background-color: #fff;
	color:#4c62ad;
}

#home-page {
	background-color: #fff;
	color:#0297a7;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	color:#ffee58;
}

/* Navigation */
.navbar-fixed-bottom{
	background-color: #455a64;
	width:100%;
	border-top:none;
	min-height:65px;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
}

.navbar-header .navbar-brand {
	color:#fff;
	font-weight: 300;
	font-size: 0.9em;
}

.navbar-default .navbar-brand a{
	color:#ffcb28;
}

/* DIVs */
.jumbotron {
	min-height: 520px;
	margin-bottom: 0px;
	margin:0 0 0 0;
	color:#fff;
	background:url('images/blank.png');
	background-repeat: repeat;
}

.home{
	background: url('images/banner.png') #35c1d6;
	background-position: 50%;
	background-repeat: no-repeat;
}

.jumbotron h1 {
	padding:0px;
	text-align: left;
	color:#ffee58;
}

.jumbotron .container {
	margin-top:50px;
}


/* Section 1 */
.define {
	background-color: #0297a7;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

.define h3{
	color: #fcd736;
}

.define p {
	line-height: 1.7;
	font-size: 1.2em;
}

.define h1{
	color:#ffee58;
}

.define .thumbnail {
	background-color: #bdddf4;
}

/* Section 2 */
.catching {
	background-color: #70b2e1;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

.catching h3{
	color: #fcd736;
}

.catching p {
	line-height: 1.7;
	font-size: 1.2em;
}

.catching h1{
	color:#fdbb11;
}

.catching .thumbnail {
	background-color: #ccd3d6;
}

/* Section 3 */
.symptoms {
	background-color: #ad1e58;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

.symptoms h3{
	color: #fff;
}

.symptoms p {
	line-height: 1.7;
	font-size: 1.2em;
}

.symptoms h1{
	color:#fbe58c;
}

.symptoms .thumbnail {
	background-color: #ad1e58;
	border: none;
}

/* Section 4 */
.actions {
	background-color: #c5c9e6;
	color: #263238;
	text-align: center;
	padding-top: 60px;
}

.actions h3{
	color: #fff;
}

.actions p {
	line-height: 1.7;
	font-size: 1.2em;
}

.actions h1{
	color:#871a50;
}

.actions .thumbnail {
	background-color: #c5c9e6;
	border: none;
}

/* Section 5 */
.hoax {
	background-color: #4c62ad;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

.hoax h3, .hoax strong{
	color: #fdbb11;
}

.hoax p {
	line-height: 1.7;
	font-size: 1.2em;
}

.hoax h1{
	color:#fdbb11;
}

.hoax .thumbnail {
	background-color: #4c62ad;
	border: none;
}

/* Section 6 */
.action {
	background-color: #871a50;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

.action h3{
	color: #fff;
}

.action p {
	line-height: 1.7;
	font-size: 1.2em;
}

.action h1{
	color:#fbe58c;
}

.action .thumbnail {
	background-color: #fbe58c;
	border: none;
}

/* Section 6 */
.credits {
	background-color: #149c81;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

.credits h3{
	color: #fff;
}

.credits p {
	line-height: 1.7;
	font-size: 1.2em;
}

.credits h1{
	color:#fbe58c;
}
