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

header, .hero {
	background-color: #442C2E;
}

.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: 'Gotham', sans-serif;
	color: #442C2E;
}

.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(253, 219, 208, 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: #442C2E;
	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;
}


.key-features img {
	max-width: 150px;
	width: 50%;
	margin: 0 auto;
	display: flex;
  	justify-content: center;
}


.tabgroup {
	width: 80%;
    margin: 20px 10% 40px 10%;
}

.tabgroup ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.tabgroup .tablist {
	text-align: center;
}

.tabgroup .tab {
    display: inline-block;
    border-radius: 5px 5px 0 0;
    border: 1px solid #3F6EA6;
    border-bottom: 0;
    padding: 10px 0;
    cursor: pointer;
    width: 32%;
    text-align: center;
    letter-spacing: .05em;
    font-weight: bold;
    color: #3F6EA6;
}

.tabgroup .tab.active {
    background-color: #3F6EA6;
    color: #E45755;
}

.tabgroup .contentlist {
    border-top: 1px solid #3F6EA6;
    background-color: rgba(177, 193, 252, 0.5);
}

.tabgroup .content:not(.active) {
    display: none;
}

.tabgroup .content {
    padding: 30px;
}


.competitor-tit img {
	max-width: 100px;
	width: 50%;
	margin: 0 auto;
	display: flex;
  	justify-content: center;
}

.pros-cons img {
	max-width: 200px;
	margin: 0 auto;
	display: flex;
  	justify-content: center;
}

.competitor-tit p {
	font-size: 0.7rem;
	color: blue;
	display: block;
}

.competitor-p p {
	font-size: 0.8rem;
}

.target-detail {
	font-style: italic;
	margin: 0 15% 40px 15%;
}

.persona-info {
	text-align: center;
}

.persona-info img {
	max-width: 200px;
	width: 80%;
	margin: 0 auto;
	display: flex;
  	justify-content: center;
  	border-radius: 50%;
}

.user-story img {
	max-width: 140px;
	width: 80%;
	margin: 0 auto;
	display: flex;
  	justify-content: center;
  	border-radius: 5%;
}

.task-flow-wireframe {
	margin-top: 40px;
}

.poc .prototype-vid {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
    color: #E45755;
}


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

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

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

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

.footer-line {
	background-color: #51586B;
} 


@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%;
	}

	.tabgroup {
		width: 100%;
	    margin: 20px 0 40px 0;
	}

	.task-flow-wireframe {
		margin-top: 0px;
	}

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


@media (max-width:500px) {
	.competitor-tit p {
		display: none;
	}
}

