/* Generic */
body {
  font-family: "effra", Helvetica, Arial, sans-serif;
   -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  font-weight: 400;
  padding-top: 0;
  color: #4D5051;
  background-color: #FFF;

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  line-height: 1.1;
}

p {
	color: #858d8d;
}

.btn {
	padding: 15px 40px;
	font-size: 16px;
	white-space: pre-wrap;
}

.btn-primary {
	background-color: #F39521;
	border: 0;
}

.btn-primary:hover {
	background-color: #E28014;
}

.cta {
	margin-top: 20px;
}

.btn-default {
	background-color: RGBa(255, 255, 255, 0.6);
	color: #4D5051;
}

.btn-default:hover {
	background-color: RGBa(255, 255, 255, 0.8);
	border-color: #cccccc;
}

.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.125);
}

.container {
	padding: 0;
	overflow: hidden;
}

/* Sections */

.hero-section {
	background-image: url("../images/header-bg.jpg");
	background-size: cover;
	height: 550px;
}

.masthead {
	text-align: center;
	margin-top: 50px;
}

.masthead img {
	width: 250px;
}

.jumbotron {
	padding: 25px 10px 0 10px;
}

.container .jumbotron {
	width: 100%;
	overflow: hidden;
}

.jumbotron h1,
.jumbotron p {
	color: #FFF;
}

.accent {
	color: #F39521;
}

.lead {
	max-width: 600px;
	font-weight: 400;
	margin: 0 auto;
}

.products-section {
	padding: 0 0 100px 0;
}

.products-section .col-lg-6 img {
	width: 100%;
}

.products-section .col-lg-6 img.phone {
	height: 330px;
	width: auto;
}

.col-lg-6 .product-title {
	background-size: 100%;
	background-repeat: no-repeat;
	height: 75px;
	width: 250px;
	margin: 20px auto;
	display: block;
}

.col-lg-6 .product-title.gatherly-title {
	background-image: url("../images/gatherly-logo.png");
	cursor: pointer;
	text-indent: -9999px;
}

.col-lg-6 .product-title.gatherly-title:hover {
	background-position: 0 -76px;
}

.col-lg-6 .product-title.squirrel-title {
	background-image: url("../images/squirrel-logo.png");
	cursor: pointer;
	text-indent: -9999px;
}


.col-lg-6 .product-title.squirrel-title:hover {
	background-position: 0 -80px;
}

.col-lg-6, .col-md-8  {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 100px;
}

.col-lg-6:last-child, .col-md-8 {
	margin-bottom: 0;
}

.col-lg-6 p, .col-md-8 p {
	text-align: left;
	max-width: 600px;
	margin: 0 auto 15px auto;
}

.our-story-section {
	background-color: #F2F5F8;
	padding: 100px 0;
}

.footer {
	background-color: #4D5051;
	padding: 100px 0;
	margin-top: 0;
}
.footer .container {
	font-size: 16px;
	text-align: center;
}

.footer .container a {
	color: #677171;
}

.footer .container a:hover {
	color: #FFF;
}

/* Animations */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.delay {
	animation-delay: .8s;
	-webkit-animation-delay: .8s; /* Safari */
}

/* Media Queries */

@media screen and (max-width: 320px) {

body {
	width:100%;  
}
  p {
    font-size: 16px;
  }

  h1,
.h1 {
  font-size: 32px;
}
.hero-section {
	height: 450px;
}
.products-section {
	padding-bottom: 50px;
}
.products-section .col-lg-6 img {
	width: 100%;
}
.products-section .col-lg-6 img.phone {
  	width: 90%;
  	height: auto;
}
.col-lg-6, .col-md-8  {
	margin-bottom: 50px;
}
.our-story-section {
	padding: 50px 0;
}
.footer {
	padding: 50px 0;
}
}

@media screen and (min-width: 320px) {
.hero-section {
	height: 450px;
}
.products-section .col-lg-6 img {
	width: 80%;
}
}


@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
  }
.hero-section {
	height: 550px;
}
}

@media screen and (min-width: 1200px) {
  .col-lg-6, .col-md-8 {
	margin-bottom: 0;
	}
.products-section .col-lg-6 img {
	width: 100%;
}
}


