@import url(https://fonts.googleapis.com/css?family=Raleway:600,400,400italic);

body {
	font-family: 'Raleway', sans-serif;
/*	background-image:url(img/background.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size:cover;
	background-repeat:no-repeat;*/
	color:#444;
	background-color: #DDDCD7;
}

@media (max-width:600px) {
.bg {
	display: none;
	}
}

.bg {
	background-image:url(img/background.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size:cover;
	background-repeat:no-repeat;
	width:100vw;
	height:100%;
	position:fixed;
	bottom:0;
	left:0;

	        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;


}
.texture {
	background-image:url(img/texture.jpg);
	background-blend-mode: multiply;
	background-size:cover;
}

a.texture:hover {
	background-blend-mode: soft-light;

}
.header {
	overflow:hidden;
	width:100%;	
	position:fixed;
	top:0;
	z-index: 999;
}

img {
	max-width:100%;
	}
.parallax img {
	max-width:none;
}
.parallax {
	z-index: 0;
}

h1 {
	text-transform: uppercase;
	font-size:1.5em;
	font-weight: 600;    
	line-height: 1.4;
}
h4 {
	font-color: #444;
	font-size:1.2em;
	font-weight: 600;
}

h2{
	font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

h6 {
	font-size: 1.4rem;
}

.copyright {
	font-size: .9em;
	margin-bottom:2em;
}
.cc {
	font-size: .8em;
}
.wrapper {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 20px;
}

.menu-container ul {
	margin: 0px;
	width:100%;
}
.menu-container ul li {
    display: block;
    width: 20%;
    text-align: center;
    margin-right: 0;
    text-align: center;
    float: left;
}
.menu-container ul li a {
	color:#fff;
	height:100px;
	text-transform:uppercase;
	letter-spacing: .1em;
	justify-content: center;
}

.logo-container {
	padding-left: 20px;

}
.logo-container a {
	max-width: 140px;
}
.logo-container img {
	height: auto;
}

.button-collapse {
	margin-left: auto;
	color: #fff;
	padding-right: 20px;
	font-size: 30px;
}

#intro {
	text-align:center;
}

section {
	min-height: 100vh;
	position:relative;
}


.innersection {
	max-width:960px;
	margin: 0px auto;
}

.textwrapper {
	max-width: 760px;
	margin:0px auto;
		text-align: center;
		margin-bottom: 5em;
}

.textwrapper p {
	font-size:1.3em;
}

.continue {
	    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}

a.continue {
	color: #444;
}
.continue span {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 3px solid #ed193a;
	display: inline-block;
	line-height: 2;
}

.divider {
	height:1px;
	background-color: #fff;
	max-width: 960px;
	margin: 2em auto;
	position:relative;
}

/*sidenav */
.side-nav {
	background-color: #ed1a3b !important;
	margin-top: 45px;
}
.side-nav li {
	padding: 0px;
}
.side-nav a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/*challenge boxes --------------------------*/
.boxes {
	margin-top: 4em;
}
.challenge {
	margin-bottom :1em;
	padding: 3em 4em;
	color:#fff;
	text-align:center;
	font-size: 1.2em;
	font-weight: 600;
	position:relative;
}

.challenge p {
	margin: 0px;
	position:relative;
	z-index:99;
}
.challenge:before {
	background-repeat:no-repeat;
	content: " ";
	width:100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	background-blend-mode: screen;
}
.challenge-1:before {
	background-image: url(img/edging1.png);
	background-position:top 1em left 1em;
}

.challenge-2:before {
	background-image: url(img/edging2.png);
	background-position:top 1em right 1em;
}

.challenge-3:before {
	background-image: url(img/edging3.png);
	background-position:bottom 1em left 1em;
}

.challenge-4:before {
	background-image: url(img/edging4.png);
	background-position:bottom 1em right 1em;
}

/*services --------------------*/

.tagtitle {
	border-bottom: 2px solid #ed1a3b;
}

.tagtitle span {
	background-color: #ed1a3b;
	color:#fff;
	padding: .3em 1em;
    display: inline-block;
}

.solution {
	margin-bottom: 5em;
}
.solution h4 {
	border-bottom: 2px solid #ed1a3b;
	margin:1.3rem 0rem;
	padding-bottom: 1.3rem;
}
.solution.person h4 {
	color: #000;
    font-size: 1.6em;
	margin:1.5rem 0rem;
	padding-bottom: 1.5rem;
}
.col ul li {
	margin-bottom: .5em;
	position:relative;
	padding-left:1.5em;
}

.person .aboutfooter {
	border-top: 2px solid #ed1a3b;
	font-style:italic;
	padding-top:15px;
}

.col ul li:before {
  color:#ed1a3b; /* set color to red */
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
  top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
  position:absolute;
  left:0px;
  line-height:1;
}

/*google map ----------------------------*/
#googlemap {
	background-color: #444;

}

/*footer ------- */

footer {
	padding: 80px 0px;
	    z-index: 9999999;
    position: relative;
}

/* form ------------------------------ */

input, textarea {
	width: 100%;
	max-width: 556px;
	margin-bottom: 1em;
	background-color: #fff;
	border: 0px;
	padding: 1em;
}

textarea {
	height:10em;
}
input[type=submit] {
	color: #fff;
	width:auto;
	float:right;
}
.address {
	text-align: left;
}
.address p {
	font-size: 1rem;
	text-align:left;
	margin-top: 0px;
}

section {
	padding-top: 84px;
}

#intro {
	padding-top: 0px;
}

#intro .textwrapper {

}

.logos {
	text-align:center;

}

.logos li {
	display:inline-block;
	max-width: 150px;

}

.nav-wrapper {
overflow:hidden;
}
@media (min-width: 993px) {
.logo-container a {
	max-width: 230px;
}
	.nav-wrapper {
	/*height: 45px;*/
}
.logos li {
	display:inline-block;
	max-width:100px;
	margin-right: 3em;
}

.logos ul li:last-child {
	margin-right: 0em;
}
	section {
	padding-top: 150px;
	}
	input, textarea {
		width: 556px;
	}
	h1 {
	font-size:2.4em;
	}
	#intro {
		padding-top:0px;
		margin-top: 50px;
	}
	.header {
		height: 100px;
		padding: 0px 20px;
		top:20px;
	}
	.logo-container {
		width: 25%;
	}
	.menu-container {
		width: 62%;
		max-width: 700px;
		float:right;
		margin-left: auto;
	}


	.challenge {
		min-height: 189px;
	}
}

#googlemap {
	min-height: 90vh;
}

#purple {
	color: #fff;
	min-height: 70vh;
	padding: 100px 0;
	background-color: #37294a;
}

#purple h6 {
	margin-top: 2em;
}

#purple .textwrapper {
	margin-bottom: 0px;
	padding: 0px 20px;
	z-index: 99;
}
/*animations */

@keyframes bouncer {
  0%, 100% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
}

.arrow {
	position:relative;
  -webkit-animation: bouncer 2s infinite; /* Safari 4+ */
  -moz-animation:    bouncer 2s infinite; /* Fx 5+ */
  -o-animation:      bouncer 2s infinite; /* Opera 12+ */
  animation:         bouncer 2s infinite; /* IE 10+, Fx 29+ */
}


.animate {
	opacity: 0;
}


input.error {
	border: 1px solid #ed1a3b;
}
label.error {
	color: #ed1a3b;
	  margin-bottom: 1em;
    display: block;
    clear:both;
}
