#img {
	width: 50%;
	height: auto;
}
#img2 {
	width: 65%;
	height: auto;
}
#cap {
	position: relative;
	top: 70px;
	bottom: 0px;	
	padding-top: 20px;
	color: white;
	left: 23%;
	font-size: 1vw;
	font-weight: bold;

}
.page-header {
	border-bottom: none;
}
.navbar-nav {
	background-color: rgb(69,20,21);

	
}
.collapse .navbar-collapse {
	background-color: rgb(69,20,21);
}
.navbar {
	background-color: rgb(69,20,21);
	position: absolute;
	top: 85%;
	left: 42%;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: gray;
    color: white;
}
.navbar-default .navbar-nav>li>a {
	color:white;
}
body {
	background-color: #d3d3d3;
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.navbar {
		top: 70%;
	}
}

@media (max-width: 1200px) and (min-width: 1000px) {
	#img2 {
		width: 85%;
	}
	#cap {
		font-size: 1.4vw;
		left: 12%;

	}
		.navbar {
		top: 85%;
	}
}
@media (max-width: 1200px) and (min-width: 0px) {
	#img {
		width: 65%;
	}
	

}
@media (max-width: 1000px) and (min-width: 0px) {
	#img2 {
		width: 85%;
	}
	#cap {
		font-size: 1.3vw;
		left: 12%;

	}
	.navbar {
		left: 38%;
		top: 70%;
	}
}
@media (max-width: 770px) and (min-width: 0px) {
			.navbar-collapse.collapse {
	  display: block!important;
	  min-height: 16.5%;
	}
		.navbar-right {
		padding-left: 20px;
	}
		.navbar-nav {
		margin-bottom: 5px;
	}
	.navbar-right {
		margin-top: 0px;
	}

	#cap {
		font-size: 1.5vw;
		left: 6%;

	}
	.navbar-nav>li, .navbar-nav {
	  float: left !important;
	}
	.navbar {
		left: 38%;
		top: 62%;
	}
	#img2 {
		width: 100%;
	}
	#img {
		width: 97%;
		padding-left: 20px;
	}
}
@media (max-width: 550px) and (min-width: 0px) {
	figure {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	#cap {
		font-size: 2.5vw;
		left: 3%;

	}
	.navbar {
		left: 30%;
		top: 55%;
	}

}

