.main {
	margin: 5px;
	font-family: 'Roboto', sans-serif;
	background-color: #04B4AE
	color: white;
	line-height: .5;
	text-align: center;


}


div > ul > li.active {
	font-weight: bold;
	background-color: #04B4AE;
	color: white;
font-family: 'Roboto', sans-serif;
}

.footer-distributed {

	position: static;
	clear: both;
	background-color: #04B4AE;
	color: white;
	font-family: 'Roboto', sans-serif;
}

div.footer-left {
	background-color: #04B4AE;
	color: #FFFFFF;
		font-family: 'Roboto', sans-serif;

}

div.footer-left p {
	color: #ffffff;
}

footer.footer-distributed {
	color: #FFFFFF;
}


div.container-fluid {
	background-color: #04B4AE;
	color: white;
	font-family: 'Roboto', sans-serif;

}


.footer-distributed .footer-left p {
	color: #FFFFFF;	
}

.footer-links {
	background-color: #04B4AE;
}


h4 {
	color: #ffffff;

}

h1 {
	color: #ffffff;
	font-size: 40px;
}

.link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#fade {
	margin: 5px;
	padding: 5px;
	font-family: 'Roboto', sans-serif;
	color: white;
}

.jumbotron {
	font-family: 'Roboto', sans-serif;
}

.btn-success {
	background-color: #04b4ae;
	border-color: #04b4ae;
}

.btn-success:hover {
	background-color: #04b4ae;
	border-color: #04b4ae;
}

.jumbotron>h1 {
	font-family: 'Roboto', sans-serif;
}

div.container-fluid {
	background-color: gray;
}

.navbar-default {
    background-color: gray;
    border-color: gray;
}

div.container-fluid {
    background-color: gray;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.navbar-default {
    background-color: gray;
    border-color: gray;
}

.jumbotron {
    background-image: url("cherry-blossoms.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 1000px;
    color: white;
    padding-bottom: 0;
    margin-bottom: 0;

}

.jumbotron p {
    width: 50%;
    clear: both;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin: 5px;
}

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

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 45px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left p{
	color:  #FFFFFF;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
	background-color: #04B4AE;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #04B4AE;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;

}

.footer-distributed {
	background-color: #04b4ae;
	margin-top: 0;
	border-top: 0;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}

nav.navbar.navbar-default {
	margin-bottom: 0;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 45px;
    margin-left: 35px;
}

.jumbotron p {
    width: 50%;
    clear: both;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin: 5px;
    margin-left: 35px;
}