body {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    padding-top: 50px;
    padding-bottom: 0px;
}
/* Smaller Hero Image */
@media (max-width: 330px) {  /* iPhone 4 and 5 */
    #hero {
    	background-image: url('../img/Hero_Smaller_750.jpg');
    	background-size: cover;
    	min-height: 520px;
    	background-repeat: no-repeat;
    }
    .navbar-brand {
    	max-width: 200px;
    }
    .navbar-brand > img {
 		width: 200px;
 	}
}
@media (min-width: 331px) and (max-width: 380px) { /* iPhone 6S */
    #hero {
    	background-image: url('../img/Hero_Smaller_750.jpg');
    	background-size: cover;
    	min-height: 600px;
    	background-repeat: no-repeat;
    }
}
/* Small Hero Image */
@media (min-width: 381px) and (max-width: 420px) { /* iPhone 6S+ */
    #hero {
    	background-image: url('../img/Hero_Small_828.jpg');
    	background-size: cover;
    	min-height: 620px;
    	background-repeat: no-repeat;
    }
}
@media (min-width: 421px) and (max-width: 767px) {
    #hero {
    	background-image: url('../img/Hero_Small_828.jpg');
    	background-size: cover;
    	min-height: 1158px;
    	background-repeat: no-repeat;
    }
}
/* Large Hero Image */
@media (min-width: 768px) and (max-width: 991px) {
    #hero {
    	background-image: url('../img/Hero_Large.jpg');
    	background-size: cover;
    	min-height: 471px;
    	background-repeat: no-repeat;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #hero {
    	background-image: url('../img/Hero_Large.jpg');
    	background-size: cover;
    	min-height: 569px;
    	background-repeat: no-repeat;
    }
}

@media (min-width: 1200px) and (max-width: 1370px) {
    #hero {
    	background-image: url('../img/Hero_Large.jpg');
    	background-size: cover;
    	min-height: 651px;
    	background-repeat: no-repeat;
    }
}
@media (min-width: 1371px) {
    #hero {
    	background-image: url('../img/Hero_Large.jpg');
    	background-size: cover;
    	min-height: 902px;
    	background-repeat: no-repeat;
    }
}
#hero-filler {
    color: black;
    text-align: center;
    height: auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}


#hero .tagline { 
    color: rgba(255,255,255,0.75); 
    margin-bottom: 25px; 
}

#valueprop {
    background: #e0e0e0;
    color: black;
}

#homekitstmt {
	background: black;
	color: white;
	padding-top: 25px;
	padding-bottom: 20px;
}

#simple {
    background: white;
    color: black;
}

#reliable {
    background: #e0e0e0;
    color: black;
}
@media (max-width: 767px) {
	#reliable {
		min-height: 350px;
	}
	#reliable-image {
		background-image: url('../img/Icon_Reliable_Climber4.png');
		background-position: right bottom;
		background-size: auto 200px;
		background-repeat: no-repeat;
	}
}
@media (min-width: 768px) {
	#reliable {
		min-height: 230px;
	}
	#reliable-image {
		background-image: url('../img/Icon_Reliable_Climber4.png');
		background-position: right bottom;
		background-size: auto 280px;
		background-repeat: no-repeat;
	}
}


#secure {
    background: black;
    color: white;
    font-weight: 100;
}

.as-downloadbtn > a:link,
.as-downloadbtn > a:visited,
.as-downloadbtn > a:hover,
.as-downloadbtn > a:focus {
	color: white;
}

#wshero {
    background-image: url('../img/Background_Hero.jpg');
    background-size: cover;
    color: white;
    text-align: center;
    /*min-height:620px; */
    padding-top: 0px;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
}
#wshero .as-lead {
    text-align: center;
    font-size: 44px;
    color: white; 
    font-weight: 500; 
    line-height: 1.5;
    padding-bottom: 0px;
} 
 

#wsmodule {
    background: #e0e0e0;
    color: black;
}

#wsapplications {
    background: #5cb85c;  
    color: white;
}

#wssdks {
    background: #e0e0e0;
    color: black;
}

/*
#mission {
    background-image: url('../img/lift-off.jpeg');
    background-size: cover;
    color: white;
    font-size: 1.5em;
    padding: 40px 100px 10px;
    min-height: 650px;
}
*/

/* General modifications */
h1 {
    font-size: 1.5em;
}
h2, h3, h4 {
	font-size: 1.2em;
}

.as-partners-h1 {
	padding-left: 20%;
}

/* Modifications to navbar */
.navbar-brand img { 
	margin-top: -8px;
	max-width: 240px;
}

.navbar-nav .btn { 
    text-color: green; 
    border:1px solid rgba(255, 255, 255, .2); 
    margin-left:5px; 
    margin-top:5px; 
    padding-top:10px; 
    padding-bottom:10px; 
}
.navbar-default .navbar-nav > li > a.btn {
  color: white;
  background-color: #5cb85c;
}
.navbar-default .navbar-nav > li > a.btn:hover,
.navbar-default .navbar-nav > li > a.btn:focus {
  background-color: #01DF01;
}

/* Modifications to sizing */
.top-space { padding-top: 60px; }
.thin { font-weight: 300; }
.thick { font-weight: bold; }
.thicker { font-weight: 900; }
.text-muted { color: #888; }

/* hr {
   height: 4px;
   background: none repeat scroll 0% 0% #B0D6B1;
   margin: 0px 100px;
} */



/* Highlights (in jumbotron in most cases) from gettemplate.com Progressus */
.highlight { margin-top:40px; }
/* Modifications to jumbotron, some from gettemplate.com Progressus */
.jumbotron { 
    /*color: inherit; */
    margin-bottom: 0px;
    margin-top: 0px;
}
.container .jumbotron { 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    padding-left:40px; 
    padding-right:40px; 
}
.jumbotron p { font-size:inherit; }
.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4,
.jumbotron h5, .jumbotron h6 { line-height: 1.3em; }


/* AirStash-specific styles */
.as-white-text {
    color: white;
}
.as-black-text {
    color: black;
}
.as-ltblack-text {
    color: #212121;
}
.as-bg-green {  /* a gray green */
    background: #B0D6B1;
}
.as-bg-gray {
    background: #949492;
    color: white;
}
.as-bg-white {
    background: white;
    color: black;
}
.as-question {
	background-color: yellow;
}
/* AirStash title and heading options */
.as-heading {
    width: 100%;
    padding: 0 100px;
    font-weight: 600;
}
.as-hero-title {
    text-align: center;
    font-size: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}
.as-hero-subtitle {
    text-align: center;
    font-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}
.as-hero-title-xs {
    text-align: center;
    font-size: 24px;
    /* background-image: url('../img/HeroTopFade_1024x117.png'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.as-tagline { 
    color: rgba(255,255,255,0.75); 
    margin-bottom: 25px; 
}

.as-title-weighted {
    text-align: center;
    font-weight: 600;
}
.as-caption { 
    text-align: center; 
    font-weight: bold;
}

/* Partner list with icons */
.as-thumbnail-list {
	margin: 20px;
}
.as-thumbnail-list img {
	margin: 0 15px 0 0;
	max-height: 50px;
	max-width: 180px;
}
.as-thumbnail-list h3 {
	font: bold;
	/*font-size: 1.5em; */
}
.as-thumbnail-list ul {
	list-style-type: none;
}

/* AirStash text box options */
.as-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
ol.as-upper-alpha {
	list-style-type: upper-alpha;
}
.as-reliable-padding {
    padding-top: 20px;  /* add 125 to reliable-row */
    padding-bottom: 0px;  /* add 125 to reliable-row. 0px keeps picture at bottom */
    margin-bottom: 0px;
}
@media (max-width: 767px) {
	.as-valueprop-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.as-simple-padding {
		padding-top: 20px;  
		padding-bottom: 20px;  
	}
	.as-reliable-row {
    	min-height: 350px;
	}
	.as-secure-padding {
    	padding-top: 20px; 
    	padding-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.as-valueprop-padding {
		padding-top: 112px; /* add 92 to 20 */
		padding-bottom: 112px; /* add 112 to 0 */
	}
	.as-simple-padding {
		padding-top: 163px;  /* add 125+7+1 to 30 */
		padding-bottom: 163px;  /* add 125+7+1 to 30 */
	}
	.as-reliable-row {
    	min-height: 230px;
    	padding-top: 140px; /* add 125+25 to 15 */
    	padding-bottom: 166px; /* add 125+31 to 0 */
	}
	.as-secure-padding {
    	padding-top: 144px; /* add 124 to 20 */
    	padding-bottom: 145px; /* add 125 to 20 */
	}
}

.as-cell-body { 
	vertical-align: middle;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.as-cell-body-lg { 
	vertical-align: middle;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 300; 
    line-height: 1.5;
}
.as-small-body { 
   text-align: center;
   font-size: 14px;
}
.as-big-body { 
    text-align: center;
    font-size: 20px;
}
.as-biggest-body { 
    text-align: center;
    font-size: 24px;
}
/* AirStash icon positions */
.as-right {
    text-align: right;
}
.as-left {
    text-align: left;
}
.as-center {
    text-align: center;
}
.as-icon-centered {
    text-align: center;
    color: #212121;
    padding-top: 20px;
    padding-bottom: 20px;
}
.as-border {
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
}
.as-stretch {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
img.as-bigimage {
	width: 100%;
	/* border-style: solid;
	border-width: 2px; */
	margin-bottom: 20px;
}
img.as-evbimage {
	max-height: 350px;
	/* border-style: solid;
	border-width: 2px; */
	margin-bottom: 20px;
}
	
img.as-thumbnail {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
}
img.as-side-image {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    max-height: 140px;
    padding-top: 20px;
}
img.as-side-image-md {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    min-height: 140px;
    padding-top: 20px;
}

img.as-side-image-lg {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    padding-top: 20px;

}

img.as-stones {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
}
img.as-climber {
    display: block;
    border: 0px;
    max-height: ß300px;
    margin-left: auto;
    margin-right: 0px;
    float: right;
}
img.as-lock {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    margin-top: 25px;
    vertical-align: middle;
}
@media print {
	img.as-thumbnail {
		max-height: 60px;
	}
	img.as-stones {
		max-height: 140px;
	}
	img.as-lock {
		max-height: 100px;
	}
}
.module-thumbnail {
    background: #e0e0e0;
    color: black;
}

.as-rounded {
    border-radius: 20px;
}


li.as-dropdown-header > a  {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 5px 5px 15px;
  line-height: 30px;
}

.no-vertical-padding {
   padding-top: 0px;
   padding-bottom: 0px;
}
.no-vertical-margin {
   margin-top: 0px;
   margin-bottom: 0px;
}


/* miketricking.com hover effect 3 */
.page-header {
    display: inline-block;
    margin: 40px 0 20px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}
/* like page-header, but no border. */
.page-header-noline {
    display: inline-block;
    margin: 20px 0 20px;
    padding: 15px;
    text-align: center;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  /* margin-bottom: 50px; */
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* A variation on the footer, gettemplate.com Progressus */
#summary {
	margin-top: 0px;
}
.stdfooter { 
	background: #f8f8f8;  /* #fff  header color #f8f8f8 not #303030 */
	padding: 15px 15px 15px 30px; 
	color: #777; 
	font-size: 12px; 
  	border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-color: gray;
    border-width: 1px;
}
.stdfooter > .container > p > a:link,
.stdfooter > .container > p > a:visited,
.stdfooter > .container > p > a:hover,
.stdfooter > .container > p > a:focus {
	color: black;
}

.stdfooter-link-row {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* override / turn off printing the hrefs - bootstrap does it by default */
@media print {
	a[href]:after {
		content: none !important;
	}
}

