/*body { 
  background: url('/images/background.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/


.hero-image {
	background: linear-gradient(
      rgba(39, 92, 130, 0.5), 
      rgba(0, 0, 0, 0.8)
    ), url('/images/header.jpg') no-repeat center center fixed;
	-webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
	clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background: rgba(39,62,84,0.82);*/
}

.hero-image-full {
	background: linear-gradient(
      rgba(39, 92, 130, 0.5), 
      rgba(0, 0, 0, 0.8)
    ), url('/images/header.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background: rgba(39,62,84,0.82);*/
}

.white {color: #fff;}

hr {
    border: 0;
    height: 3px;
    background: #fff;
    width: 30%;
    margin-top: 3em;
    margin-bottom: 3em;
}

.hr-small {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgb(29, 42, 51), rgb(255, 255, 255), rgb(29, 42, 51));
    width: 30%;
    margin-top: 3em;
    margin-bottom: 3em;
}

hr.min {
	height: 2px;
	margin-top: 1em;
    margin-bottom: 1em;
}

a {
	color: #688091;
}

h1,h2,h3 {
	font-family: 'Lora', serif;
}

h1 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 4em;
	text-align: center;
	letter-spacing: .2em;
}

h2 {
	font-size: 1.7em;
	text-align: center;
	padding-bottom: 2em;
	line-height: 1.4em;
}

h3 {
	font-weight: 300;
    text-align: left;
    font-size: 1.6em;
    padding-bottom: .5em;
    line-height: 1.4em;
    color: #688091;
}

h4 {
	font-size: 1em;
	text-align: center;
}

p, li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 300;
}

.push {
	margin-top: 6em;
}

.pad {
	padding-top: 3em;
	padding-bottom: 3em;
}

footer {
	
}

.footer {
	padding-top: 1em;
	padding-bottom: 1em;
}

.identity {
	width: 150px;
    margin: 0 auto;
    display: block;
    margin-bottom: 3em;
    margin-top: 6em;
}

a.button {
font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    display: block;
    padding: 1em 1em;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    float: none;
    width: 50%;
    margin-top: 2em;
    margin-bottom: 6em;
    background-color: none;
    border: 4px solid;
    text-transform: uppercase;

}

a:hover {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
}

.bg-white {
	margin-top: 3em;
	background-color: #fdfdfd;
}

.pad-bot {
	padding-bottom: 5em;
}

.testimonial .avatar {
	border-radius: 50%;
	width: 100px;
	border: 2px solid #fff;
	margin-top: 2em;
	margin: 0 auto;
    display: block;
}

.testimonial h3 {
	color: #fff;
	text-align: center;
}

.testimonial h4 {
	font-family: 'Lora', serif;
	color: #829FB3;
	text-align: left;
	font-size: 1.4em;
	text-align: center;
}

.testimonial h5 {
	font-weight: 300;
	color: #848484;
	text-align: center;
	font-size: 1.2em;
}

.right {
	text-align: right !important;
}




