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

/* UNIVERSAL */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  background-color: #005ea2;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

/* ROOT FONT STYLES */

* {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #fff;
}

/* TYPOGRAPHY */

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 25px;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

 /* ==========================================================================
   Author's custom styles
   ========================================================================== */

.header-campaign img {
  max-width: 92%;
  text-align: center;
  margin-top: 40px;
}

/* Grid */
.container {
  max-width: 1070px;
  margin: 0 auto;
}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
  position: relative;
}
.col:first-child { margin-left: 0; }

.col img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: block;
}

.col img:hover {
  opacity: .8;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 560px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 680px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/* Text */

.group p {
  position: absolute;
  font-size: 21px;
  font-weight: 700;
  font-family: 'Lato', Helvetica, sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
  .group p {
    left: 20px;
  }
  .col img {
max-width: 60%;
margin-left: 120px;
  }
  html,
  body {
    background-image: url(../img/bg_mobile.png);
  }

}


/* Footer */

.footer-site {
  margin-top: 30px;
  width: 100%;
  padding: 30px 0;
  background-color: #d70303;
  text-align: center;
}

.social-icons {
  width: 220px;
  margin: 0 auto;
}

.text-footer {
  width: 100%;
  clear: both;
  padding-top: 5px;
}

.footer-site ul {
  list-style: none;
}

.footer-site ul li {
  float: left;
  margin-left: 8px;
}

.footer-site ul li a:hover {
  opacity: .7;
}









 /* ==========================================================================
   Helper classes
   ========================================================================== */
