@media only screen and (max-width: 1023px) {
    .navbar-nav a {
		padding: 20px;
		}
	
	.dropdown-menu {
		border: solid 1px #fff;
		background-color: #25a8df;
		}
		
	.padding-0{
		padding-right:0;
		padding-left:0;
		}
	
	.contact-info-wrapper h1 {
		font-size: 15px;
		line-height: 17px;
		}
	
	.contact-info-wrapper p {
		font-size: 15px;
		line-height: 17px;
		}
	
	.heading-gen {
		font-size: 25px;
		font-weight: bold;
		color: #19174F;
		}
	
	.para-gen {
		font-size: 17px;
		color: #58595B;
		line-height: 25px;
		text-align: justify;
		}
		
	.serv-wrapper {
		min-height: 400px;
		}
}

@media only screen and (max-width: 990px) {
	#intro-main {
	display: none;
	}
	
	#intro-alt {
		display: block;
		}
		
	#img-main {
		display: none;
		}
	
	#img-alt {
		display: block;
		}
		
		.btn {
	width: 150px;
	height: 40px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #26A8DF;
	color: #ffffff;
	border: solid 2px #ffffff;
	}
	
.btn:hover {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #262261;
	border: none;
	color: #ffffff;
	border: solid 2px #262261;
	}

}

@media only screen and (max-width: 767px) {
	#intro-main {
		display: block;
		margin-bottom: 20px;
		}
	
	#intro-alt {
		display: none;
		}

	.jumbotron h1{
		text-align: center;
		}

	.jumbotron p{
		text-align: center;
		margin-bottom: 20px;
		}

	.explore {
		float: initial;
		margin: 0 auto;
		}
		
	#para-mission {
		margin-bottom: 20px;
		}
		
	#heading-project {
		margin-top: 20px;
		}
		
	#para-values {
		margin-bottom: 20px;
		}
	
	#heading-health {
		margin-top: 20px;
		}
	
	.serv-wrapper {
		margin: 10px;
		}
		
		.btn {
	width: 150px;
	height: 40px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #26A8DF;
	color: #ffffff;
	border: solid 2px #ffffff;
	}
	
.btn:hover {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #262261;
	border: none;
	color: #ffffff;
	border: solid 2px #262261;
	}
}

@media only screen and (max-width: 750px) {
	.navbar-brand img{
		max-width: 250px;
		}
		
	.heading-gen {
		text-align: center;
		}
	
	.para-gen {
		text-align: center;
		}
		
	#img-main {
		display: block;
		}
	
	#img-alt {
		display: none;
		}
		
	.navbar-toggler {
		width: 25px;
		margin-right: 10px;
	}
	
		.navbar-toggler img {
		width: 25px;

	}
	
	.btn {
	width: 150px;
	height: 40px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #26A8DF;
	color: #ffffff;
	border: solid 2px #ffffff;
	}
	
.btn:hover {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #262261;
	border: none;
	color: #ffffff;
	border: solid 2px #262261;
	}
		
}