body {
	background:#fff url(../img/rtBg.jpg) -20% 15% no-repeat fixed;
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	color:#979797;
	font-size:16px;
}


/* debug styles */
.removeMe div:nth-child(odd) {background:yellow;}
.removeMe div:nth-child(even) {background:red;}
/* end debug styles */




h1 {
	font-family:'Lato';
	font-size:38px;
	color:#ffc103;
	margin-bottom:0.5em;
}
p {line-height:1.6em; margin-bottom:1em;}
/*p.rtLogo {text-align:center;}*/
p strong {color:#5c5c5c; font-weight:700;}

.copy {padding-top:90px;}

.btnCTA {
	margin-top:16px;
	display:inline-block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:2px solid #6e9837;
	font-size:18px;
	color:#6e9837;
	padding:18px 20px;
	font-weight:400;
	text-align:center;
	text-decoration:none;
}

.btnCTA:hover {
	text-decoration:none;
}

.btnCTA span {
	font-family:'FontAwesome';
	font-size:13px;
}



/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration:none;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #77a63a;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-decoration:none
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
  text-decoration:none;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (max-width:767px) {
	body {
		background:none;
	}
	h1 {text-align:center;}
	.copy {text-align:center; padding-top:30px;}
}

@media (min-width: 768px) {
body {
    background-position:-100% 20px;
    background-size:70%;
  }
	h1 {letter-spacing:normal;
		font-size:34px;}
}

@media (min-width: 992px) {
  body {
    background-position:5% 80px;
    background-size:42%;
   }
   .copy {padding-top:70px;}
h1 {
	letter-spacing:-0.01em;
}

@media (min-width: 1200px) {
  body {
    background-position:8% 20%;
    background-size:42%;
  }
}