/* CSS Document */

body, html {
  height: 100%;
  margin: 0;
}

.container {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.about-page {
	height: 100%;
	margin: 1%;
	margin-bottom: 5%;
}
.about-page .about-column {
	float: left;
}

.column-right {
	width: 30%;
}

.column-left {
	width: 70%;
}

.about-nav ul {
	list-style-type: none;
}

.about-nav {
	padding-top: 40%;
	padding-left: 5%;
	padding-right: 0;
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	width: 100%;
	
}

.about-inner-text h2 strong {
	text-decoration: underline;
}

.about-inner-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
	font-weight: 100;
	color: #203455;
}

.about-inner-text {
	padding: 5%;
}

.about-inner-text h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: 100;
	color: #ef6e5b;
}

.about-inner-text p {
	font-size: 18px;
	line-height: 26px;
	color: #646464;
	font-weight: 400;
}

.inner-float {
	float: left;
	width: 100%;
}

.inner-box-text {
	height: auto;
	margin-bottom: 8%;
}

.about-nav li {
	color: #203455;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

@media only screen and (max-width: 414px) {
	.inner-float {
		width: 100%;
		display: block;
	}
}