 /*http://meyerweb.com/eric/tools/css/reset/ */
   /*v2.0 | 20110126*/
 /*License: none (public domain)*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*styles*/
body {
  background: #468499;
  color: black;
  /*font: 16px "Comic Sans MS", serif, cursive;*/
  font: 300 16px/22px "Arial", "Comic Sans MS", "Times New Roman", "Times", serif;

  /*"Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/

  /*"Arial", "Times New Roman", "Comic Sans",  "Times", serif;*/
}

.hero{
  background:
  linear-gradient(
    rgba(64, 64, 64, 0.45),
    rgba(64, 64, 64, 0.45)

    ),
  url('../moving_photo.jpg');
  background-size: cover;
  height:500px;
  text-align: center;
  color: white;
}

/*.main-section{
  height:400px;
}
*/
.hero-container{
  width:50%;
  padding-top:50px;
}

.hero-text{
  font-size:56px;
  color: white;
}

.hero-support-text{
  font-size:26px;
}


/*Grid*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
        }


.container,
.grid {
  margin: 0 auto;
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
  width: 960px;
  /*border: 6px solid #949599;*/
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.grid,
.col-1-3,
.col-2-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.col-1-3,
.col-2-3  {
  display: inline-block;
  vertical-align: top;

}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
/*clearfix*/


.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  *zoom: 1;
}

/*rows*/
.row,
.row-alt {
  min-width: 960px;
}
.row {
  background: #fff;
  padding: 5px 0 5px 0;
}
.row-alt {
  background: #fff;
  background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background:    -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background:         linear-gradient(to right, #a1d3b0, #f6f1d3);
  padding: 20px 0 10px 0;
}


/*typography*/
h1, h2, h3, h4 {
  color: #293f50;
}
h1, h3, h4, h5, p {
  margin-bottom: 22px;
}
h1 {
  font-size: 36px;
  line-height: 40px;
 }
h2 {
  font-size:24px;
  line-height: 44px;
}
h3 {
  font-size: 21px;
  color: white;
}
h4 {
  font-size: 18px;
}
h5 {
  color: #468499;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
strong {
  font-weight: 400;
}
cite,
em {
  font-style: italic;
}
/*leads*/
/*.lead {
  text-align: center;
}
.lead p {
  font-size: 21px;
  line-height: 33px;
}*/


/*links*/
a {
  color: #6897bb;
  text-decoration: none;
}
a:hover {
  color: #f0f8ff;
}
p a {
  border-bottom: 1px solid #cc6600;
}
.primary-header a,
.primary-footer a {
  color: #fff;
}
.primary-header a:hover,
.primary-footer a:hover {
  color: #c7dae0;
}

/*buttons*/
.btn {
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0;
  text-transform: uppercase;
}
.btn-alt {
  border: 1px solid #000;
  padding: 10px 30px;
}
.btn-alt:hover {
  background: #dfe2e5;
  color: #000;
}

/*Primary header*/

.logo {
  /*border-top: 4px solid #648880;*/
  float: left;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: .5px;
  line-height: 40px;
  padding: 5px 0 5px 0;
  text-transform: uppercase;
  color:white;
}
.tagline {
  margin: 5px 0 5px 0;
  text-align: right;
}
.primary-nav {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: uppercase;
}



/*Primary footer*/

.primary-footer {
  color: 808080;
  font-size: 14px;
  padding-bottom: 44px;
  padding-top: 44px;
}
.primary-footer small {
  float: left;
  font-weight:400;
}

/*
  ========================================
  Navigation
  ========================================
*/

.nav {
  text-align: right;
}
.nav li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.nav li:last-child {
  margin-right: 0;
}
/*
  ========================================
  Home
  ========================================
*/


.container {
  color: #000;
  line-height: 40px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  /*background: white;*/
  /*float:left;*/
}
.container h2 {
  font-size: 30px;
}
.container p {
  font-size: 18px;
  font-weight: 100;
  
}

.content{
  background: #f5fafa;
}
/*.container {
 background: white;*/
 /* width:10px;
  height:10px;*/
}

/*aside {
  float:right;
}*/
.teaser a:hover h3 {
  color: #a9b2b9;
}

  

