/* xs size */
@media (min-width: 240px) {
	#content-wrap {
		padding-bottom: 350px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	.logo-responsive {
		width: 50px; 
	}

	.index-masthead {
		min-height: 70px;
		max-height: 250px;
		background-image: url('../img/main_header.jpg');
		background-color: #091636;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.index-header-text {
		border-radius: 15px; 
		margin-bottom: 250px; 
		background-color: rgba(9, 22, 54, .6);
	}
	.index-slide-show {
		margin-top: 20px;
	}

	.consult-masthead {
		min-height: 100px;
		max-height: 350px;
		width: 100%;
		background-image: url('../img/consulting_bg.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.consult-header-text {
		font-weight: bolder; 
		background: rgba(255, 255, 255, 0.4); 
		border: 2px solid; 
		border-color: white; 
		display: inline; padding: 5px;
		font-size: 12px;
	}
	.consult-header-text-margin {
		margin-top: -250px;
	}
	.consult-boxes { 
		margin-left: 10px; 
		margin-right: 10px; 
	}

	.project-masthead {
		min-height: 100px;
		max-height: 300px;
		background-image: url('../img/projectheader.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.project-header-text {
		margin-top: 0px; 
		background: rgba(9, 22, 54, 0.6); 
		border: 3px solid; 
		border-color: white; 
		display: inline; 
		padding: 10px
	}

	.about-masthead {
		min-height: 100px;
		height: 400px;
		background-color: white;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.about-text-margin {
		margin-top: 120px;
	}
	.about-navigation-size {
		width: 0%;
	}
	.about-navigation-text-size {
		font-size: 0px;
	}
	.about-p-xs-text-size {
		font-size: 13px;
	}

	.responsive-h {
		height: 40%;
	}
}


/* sm size */
@media (min-width: 576px) {
	#content-wrap {
		padding-bottom: 220px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 20px;
	}

	.logo-responsive {
		width: 70px; 
	}

	.index-masthead {
		min-height: 100px;
		max-height: 350px;
		background-image: url('../img/main_header.jpg');
		background-color: #091636;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.index-header-text {
		border-radius: 20px; 
		margin-bottom: 50px; 
		background-color: rgba(9, 22, 54, .6);
	}
	.index-slide-show {
		margin-top: 20px;
	}

	.consult-masthead {
		min-height: 100px;
		max-height: 350px;
		width: 100%;
		background-image: url('../img/consulting_bg.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.consult-header-text {
		font-weight: bolder; 
		background: rgba(255, 255, 255, 0.4); 
		border: 3px solid; 
		border-color: white; 
		display: inline; padding: 10px;
		font-size: 24px;
	}
	.consult-header-text-margin {
		margin-top: -200px;
	}
	.consult-boxes { 
		margin-left: 10px; 
		margin-right: 10px; 
	}

	.project-masthead {
		min-height: 100px;
		max-height: 350px;
		background-image: url('../img/projectheader.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.project-header-text {
		margin-top: 0px; 
		background: rgba(9, 22, 54, 0.6); 
		border: 3px solid; 
		border-color: white; 
		display: inline; 
		padding: 10px
	}

	.about-masthead {
		min-height: 100px;
		height: 300px;
		background-color: white;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.about-text-margin {
		margin-top: 100px;
	}
	.about-navigation-size {
		width: 0%;
	}
	.about-navigation-text-size {
		font-size: 0px;
	}
	.about-p-xs-text-size {
		font-size: 16px;
	}

	.responsive-h {
		height: 50%;
	}

}

/* md size */
@media (min-width: 768px) {
	#content-wrap {
		padding-bottom: 250px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 22px;
	}

	.logo-responsive {
		width: 100px; 
	}

	.index-masthead {
		min-height: 100px;
		max-height: 350px;
		width: 100%;
		background-image: url('../img/main_header.jpg');
		background-color: #091636;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.index-header-text {
		border-radius: 20px; 
		margin-bottom: 70px; 
		background-color: rgba(9, 22, 54, .6);
	}
	.index-slide-show {
		margin-top: 20px;
	}

	.consult-masthead {
		min-height: 100px;
		max-height: 400px;
		width: 100%;
		background-image: url('../img/consulting_bg.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.consult-header-text {
		font-weight: bolder; 
		background: rgba(255, 255, 255, 0.4); 
		border: 3px solid; 
		border-color: white; 
		display: inline; padding: 10px;
		font-size: 30px;
	}
	.consult-header-text-margin {
		margin-top: -100px;
	}
	.consult-boxes {
		justify-content: space-between; 
		margin-left: 50px; 
		margin-right: 50px; 
		z-index: 1; 
		position: relative; 
		margin-top: -50px;
	}


	.project-masthead {
		min-height: 100px;
		max-height: 400px;
		background-image: url('../img/projectheader.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.project-header-text {
		margin-top: 0px; 
		background: rgba(9, 22, 54, 0.6); 
		border: 5px solid; 
		border-color: white; 
		display: inline; 
		padding: 20px
	}
	.about-masthead {
		min-height: 100px;
		height: 400px;
		background-color: white;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.about-text-margin {
		margin-top: 120px;
	}
	.about-navigation-size {
		width: 80%;
	}
	.about-navigation-text-size {
		font-size: 10px;
	}
	.about-p-xs-text-size {
		font-size: 16px;
	}

	.responsive-h {
		height: 60%;
	}

}


/* lg size */
@media (min-width: 992px) {
	#content-wrap {
		padding-bottom: 150px;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	.logo-responsive {
		width: 150px; 
		margin-top: -25px;
		z-index: 33; 
		display: block; 
		position: absolute;
	}
	.responsive-nav-margin {
		margin-left: 130px;
	}

	.index-masthead {
		min-height: 500px;
		background-image: url('../img/main_header.jpg');
		background-color: #091636;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.index-header-text {
		border-radius: 20px; 
		margin-top: -100px; 
		background-color: rgba(9, 22, 54, .6);
	}
	.index-slide-show {
		position: relative; 
		z-index: 1; 
		margin-top: -150px;
	}

	.consult-masthead {
		min-height: 300px;
		width: 100%;
		background-image: url('../img/consulting_bg.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.consult-header-text {
		font-weight: bolder; 
		background: rgba(255, 255, 255, 0.4); 
		border: 3px solid; 
		border-color: white; 
		display: inline; padding: 15px;
		font-size: 40px;
	}
	.consult-header-text-margin {
		margin-top: -100px;
	}
	.consult-boxes {
		justify-content: space-between; 
		margin-left: 50px; 
		margin-right: 50px; 
		z-index: 1; 
		position: relative; 
		margin-top: -50px;
	}

	.project-masthead {
		min-height: 500px;
		background-image: url('../img/projectheader.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.project-header-text {
		margin-top: -50px; 
		background: rgba(9, 22, 54, 0.6); 
		border: 5px solid; 
		border-color: white; 
		display: inline; 
		padding: 20px
	}

	.about-masthead {
		min-height: 100px;
		height: 400px;
		background-color: white;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.about-text-margin {
		margin-top: 80px;
	}
	.about-navigation-size {
		width: 90%;
	}
	.about-navigation-text-size {
		font-size: 12px;
	}
	.about-p-xs-text-size {
		font-size: 16px;
	}

	.responsive-h {
		height: 70%;
	}

}

/* xl size */
@media (min-width: 1200px) {
	#content-wrap {
		padding-bottom: 150px;
	}

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
	}

	.logo-responsive {
		width: 150px; 
		margin-top: -25px;
		z-index: 33; 
		display: block; 
		position: absolute;
	}

	.responsive-nav-margin {
		margin-left: 130px;
	}

	.index-masthead {
		min-height: 500px;
		background-image: url('../img/main_header.jpg');
		background-color: #091636;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.index-header-text {
		border-radius: 20px; 
		margin-top: -100px; 
		background-color: rgba(9, 22, 54, .6);
	}
	.index-slide-show {
		position: relative; 
		z-index: 1; 
		margin-top: -150px;
	}

	.consult-masthead {
		min-height: 300px;
		width: 100%;
		background-image: url('../img/consulting_bg.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.consult-header-text {
		font-weight: bolder; 
		background: rgba(255, 255, 255, 0.4); 
		border: 5px solid; 
		border-color: white; 
		display: inline; padding: 20px;
		font-size: 50px;
	}
	.consult-header-text-margin {
		margin-top: -200px;
	}
	.consult-boxes {
		justify-content: space-between; 
		margin-left: 50px; 
		margin-right: 50px; 
		z-index: 1; 
		position: relative; 
		margin-top: -50px;
	}

	.project-masthead {
		min-height: 500px;
		background-image: url('../img/projectheader.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.project-header-text {
		margin-top: -50px; 
		background: rgba(9, 22, 54, 0.6); 
		border: 5px solid; 
		border-color: white; 
		display: inline; 
		padding: 20px
	}


	.about-masthead {
		min-height: 100px;
		height: 400px;
		background-color: white;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.about-text-margin {
		margin-top: 90px;
	}
	.about-navigation-size {
		width: 90%;
	}
	.about-navigation-text-size {
		font-size: 14px;
	}
	.about-p-xs-text-size {
		font-size: 16px;
	}

	.responsive-h {
		height: 80%;
	}

}