.mobile-nav nav li .link-text {
    color: white;
}

header, .hero {
	background-color: #6B9139;
}

.hero img {
	width: 100%;
}

.hero-bg {
    position: relative;
    overflow: hidden;
}

.hero-img {
	position: absolute;
	height: 100%;
	width: 100%;
    bottom: 0;
    transform: translateY(100%);
    transition: all .75s;
    text-align: center;
}

.padding {
	display: flex;
    padding: 40px 5%;
}

.project-overview {
	max-width: 800px;
	margin: 0 auto;
}

.project-overview h1 {
	text-align: center;
	font-size: 2.6rem;
	font-family: 'Playfair Display', serif;
	color: #404040;
}

.project-overview .td {
	clear:both;
	display: flex;
}

.project-overview .column1 {
	width: 25%;
	font-weight: bold;
	text-transform: uppercase;
	color: #3F6EA6;
	background-color: #B1C1FC;
	margin: 10px;
	padding-left: 10px;

}

.project-overview .column2 {
	width: 75%;
	margin: 10px 0;
}

.project-overview .doc-btn {
	width: 80%;
    margin: 20px auto 40px auto;
}

.project-overview button {
    height: 100%;
    max-height: 40px;
    line-height: 40px;
    background-color: rgba(228, 87, 85, 0.5);
    border: solid 1px #E45755;
    border-radius: 5px;
    font-weight: bold;
    padding: 0px 15px;
    margin: 10px auto;
    text-align: center;
    letter-spacing: .2em;
    font-size: .9em;
    color: #3F6EA6;
    display: flex;
  	justify-content: center;
  	cursor: pointer;
}


.color-bg {
	background-color: rgba(107, 145, 57, 0.2);
}

.align-items-center {
	display: flex;
	align-items: center;
}

.contents {
	padding: 0 20px;
}

.container h2:not(.sub-tit) {
    font-weight: bold;
	text-transform: uppercase;
	color: #404040;
	text-align: center;
	padding-bottom: 20px;
}

.container h3 {
	color: #3F6EA6;
}

section img {
	width: 100%;
}

.width-50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.width-70 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.width-80 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.sitemap-wireframe img,
.erd img,
.final img {
	margin-bottom: 20px;
}

.project-link a {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #6b9139;
}

.project-link a:hover {
	color: #b0bc80;
}


.next-project {
	height: 14em;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    background-color: #6B9097;
}

.next-project .next-link {
	text-align: center;
	color: white;
}
.next-project h2 {
	color: #C4D6D5;
}

.next-img-con {
    position: relative;
    overflow: hidden;
    margin-top: -2.8em;
}

.next-img {
	height: 100%;
	width: 100%;
    bottom: 0;
    transform: translateY(50%);
    transition: all .75s;
    text-align: center;
}

.footer-line {
	background-color: #6B9097;
} 


@media (max-width: 960px){
	.mobile-nav .menu-btn span {
		background: white;
	}
}

@media (max-width:800px) {	
	.align-items-center {
		display: inline-block;
	}

	.contents {
		padding: 20px;
	}

	.width-50, .width-70, .width-80 {
		width: 100%;
	}

	.next-img-con {
		display: none;
	}
}

@media (max-width:500px) {

}

