@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 100;

}
body {
  overflow-x: hidden;
}
.big-hero-img {
	top: 0;
	/*background-color: rgb(128,128,128);
	height: 609px;
	width: 1903px; */ /*temporary placeholder for no image*/
}
.big-hero {
	overflow: hidden;
	position: relative;
}
.big-hero .row-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.big-hero .row-wrapper .row {
	position: relative;
}
.big-hero .row-wrapper .hero-text {
	position: absolute;
	bottom: 20px;
	left: 15px;
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
}
.big-hero .row-wrapper .hero-text h1,
.big-hero .row-wrapper .hero-text h4 {
	color: #fff;
}
.big-hero .row-wrapper .hero-text .size-72 {
	font-size: 2em;
	color: #fff;
	margin-right: 1em;
}
.icon-hover {
	text-shadow: 1px 0px 10px rgba(255, 255, 255, 1);
}
.section {
	padding: 2.5% 0;
}
.small-section {
	padding: 1% 0;
}
.row {
	max-width: 1200px;
}
.panel h3,
.panel p {
  font-weight: 300;
}
.menu-toggle-container {
	position: absolute;
	z-index: 10;
	top: 5px;
	width: 100%;
}
.menu-toggle {
	margin: auto;
	position: relative;
}
.menu-toggle .menu-text {
	font-size: .8em;
	color: #fff;
}
.menu-toggle .fi-list {
	font-size: 4em;
	color: #fff;
}
.navigation-list ul li a{
	color: #fff;
}
.navigation-list ul {
	list-style: none;
}
aside {
	color: #fff;
}
.right-off-canvas-menu h4 {
  color: #808080;
  font-size: 1em;
}
.right-off-canvas-menu a {
  color: #808080;
}
.right-off-canvas-menu h4,
.right-off-canvas-menu a:hover {
  color: #fff;
}
.right-off-canvas-menu .size-72 {
  font-size: 1.5em;
  /*color: #808080;*/
}
.copyright {
	font-size: .8em;
	font-weight: 100;
	position: absolute;
	bottom: 0;
	height: 100px;
	padding-bottom: 10px;
}

/* media specific styles */
@media only screen and (max-width: 40em) {
	.big-hero .row-wrapper .hero-text h1,
	.big-hero .row-wrapper .hero-text h4 {
		font-size: 1em;
	}
	.big-hero .row-wrapper .hero-text .size-72 {
		font-size: 1em;
	}

	.menu-toggle .fi-list {
		font-size: 1.7em;
		padding-right: 10px;
	}
}