body{
	background-color: #F2F2F2;
	height:100%;
	margin: 0;
	padding: 0;
}

.wrapper {
	min-height:100%;
	position:relative;
}

.navbar-header img{
	max-height:150%;
}



.container_0{height: 100px;}

.container_1{
	background: url("../images/img2.jpg");
	background-size: 100% 200%;
    background-repeat: no-repeat;
}

.jumbotron{
	background-color: rgba(0,191,255,0.7);	
	color: #fff;
	font-size: 3.5vmin;
	margin-top: 50px;	
}

.jumbotron p{
	color: #f2f2f2;
	font-size: 3vmin;
}

.changing-div{
	height:40%;
}

#c_3{
	display: block;
}

#c_4{
	display: none;
}

#c_5{
	display: none;
}

.container_2{
	background-color: #ffffff;	
}

.col-sm-8{
	text-align: justify;
}

.img-collage img{
	height: 43%;
	float: right;
}

.container_3{
	text-align: justify;	
}

.container_4{	
	padding-bottom: 50px;
}

.container_4 h3{
	background-color: lightblue;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
}

.container_4 p{
	background-color: #e6e6e6;
	border-radius: 10px;
	padding: 5px 5px 5px 15px;
}

.container-fluid li{
	font-size: 0.8em;
}

.img-contact img{
	float: right;
}

.site-footer{
	background:#151515;
	bottom:0;
	height:50px
	left:0;
	position:absolute;
	text-align: center;
	width:100%;
}

.site-footer p{	
	color: #ffffff;
	padding-top: 15px;
}