/* Move down content because we have a fixed navbar that is 50px tall */
body {
    background-color:#B2DFDB;
    padding-top: 75px;
    padding-bottom: 20px;
}
#main-content{
    padding-top:50px;
    padding-bottom:20px;
    margin-top:-100px;
    /*background-color:white;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
}

.justified{
    text-align:justify;
}

h1, h2, h3, h4{
    color:#009092;
}

*{
    font-family: 'Titillium Web', sans-serif;
}

.jumbotron{
	background-color:#F3F3F3;
}

.title{
    position: absolute;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.57);;
    width: 100%;
    top: 0;
	text-align:center;
}

.title p{
    font-size: 27px;
    margin-left: 25px;
    color: #EBFF00;
}

.highlight-button{
	padding: 5px;
    background-color: #009092;
    border-radius: 5px;
	color:#fff;
	transition:all 500ms;
}

.highlight-button:hover{
    background-color: #333333;
	color:#fff;
}

.navbar-brand img{
	
}

.navbar-fixed-top{
	border-bottom: 2px solid #44A4B2;
}

.jumbotron{
	padding-top:117px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #009092;
    font-size: 1.3rem;
    font-weight: 900;
}

.navbar-inverse {
	min-height: 113px;
}

.navbar-brand img{
	height:85px;
}

.required{
	color:#ff0000;
}

.carousel-inner>.item>img{
    transition:all 1s;
}

.carousel-inner>.item>img.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.title>div{
    position: absolute;
    right: 20px;
    color: #fff;
    top: 10px;
    cursor:pointer;
}

.title>div:hover{
    color:#afafaf;
}

.carousel-inner img{
    width: 100%;
}



@media (max-width: 1200px) { 
	body {
		background-color:#009092;
	}
}