
/* nice font choice for your brand*/
@font-face {
  font-family: GilroyBold;
  src: url(Gilroy-Bold.woff);
}

@font-face {
  font-family: GilroySemiBold;
  src: url(Gilroy-SemiBold.woff);
}

@font-face {
  font-family: GilroyRegular;
  src: url(Gilroy-Regular.woff);
}



html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	line-height: 1;
	min-height:100%;
	font-family: "GilroyLight", Verdana, sans-serif;
}

body {
	background: #eeeeee;
	background: -webkit-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -moz-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: linear-gradient(top, #eeeeee, #cccccc 100%);
	background-attachment:fixed;
}

/* as a Lead UX Architect will I get to name all the colors in the Styleguide? Because I've always wanted to do that */
.acapulco-text {
	color: #81b5a1;
}

.gable-green-text {
	color: #3E5153 ;
} 

.acapulco {
	background: #81b5a1;
}

.gable-green {
	background: #3E5153;
} 

ol, ul {
	list-style: none;
}

a {
	color: #3E5153;
	text-decoration: none;
	font-family: "GilroySemiBold";
	margin: 8px 0;
}

q {
	font-style:italic;
	color:#333;
}

h1 {
	margin:0;
	font-size: 48px;
	line-height: 55px;
}

h2 {
	margin:0;
	font-size: 36px;
	padding: 10px 0px; 
}

#nav {
	display:block;
	padding:0;
	margin:0;
	width:100%;
	height: 80px;
	background-color: #fff;
	box-shadow: rgba(41,62,64,.2) 0 0 15px 5px;
	z-index: 1000;
}

/* hiding the nav on mobile to preserve that precious vertical space */
@media only screen and (max-width: 1125px) {
  #nav {
    display: none;
  }
}

#nav li {
	display:inline-block;
	margin:24px;
}

#nav a {
	font-family: "GilroyRegular";
	font-size: 16px;
	color: #697779;
	cursor: pointer;
}

#nav a:hover {
	color: #293e40;
}

#progress {
	height:5%;
	background:#293E41;
	bottom:0;
	z-index:200;
}

#scrollbar {
	position:fixed;
	right:2px;
	height:50px;
	width:6px;
	background:#444;
	background:rgba(0,0,0,0.6);
	border:1px solid rgba(255,255,255,0.6);
	z-index:300;
	border-radius:3px;
}

.skrollr-desktop #scrollbar {display:none;}

#bg1, #bg2, #bg3 {
	z-index:50;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/bubbles.png) repeat 0 0;
}

#bg2 {
	z-index:49;
	background-image:url(images/bubbles2.png);
}

#bg3 {
	z-index:48;
	background-image:url(images/bubbles3.png);
}

#intro {
	width:95%;
	padding:80px 40px;
	background:#81B5A1;
	color: #FFF;
	font-family: "GilroyBold";
	font-size: 32px;
	line-height: 46.8px;
}

#intro p {
	font-family: "GilroyRegular";
	font-size: 20px;
}

#transform {
	width:70%;
	left:50%;
	top:20%;
	margin-left:-35%;
	text-align:center;
	font-size:150%;
	.transform-origin(50%, 50%);
}

.section {
	width:100%;
	height:100%;
	padding-top:10%;
	text-align:center;
	color: #293e40;
}


.section h2 {
	font-family: "GilroySemiBold";
	padding: 55px 0px 20px 80px;
	background: rgba(255,255,255,0.9);
	text-align: left;
}

.section p {
	font-family: "GilroyRegular";
	text-align: left;
	padding: 5px 300px 63px 100px;
	line-height: 30px;
	background: rgba(255,255,255,0.9);
	width: 88%;
}

@media only screen and (max-width: 1125px) {
  .section p {
    display: none;
  }
}

.section img {
	width: 400px;
    float: right;
    margin: 60px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 1125px) {
  .section h2 {
    background: rgba(255,255,255,0.1);
    padding: 55px 0px 20px 60px;
  }
  .section p {
    background: rgba(255,255,255,0.1);
  }
  .section img {
  	width: 350px;
  	margin: 20px 10px;
  }
}


.section p b { 
	font-family: "GilroySemiBold";
}

.drop {
	background:#293e40;
	font-family: "GilroySemiBold";
	font-size: 20px;
	padding: 20px 10px;
	height: 65px;
	width: 127px;
}

.outro {
	width:100%;
	height:80%;
	padding: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #FFF;
}

.outro-tile {
	max-width: 33.33%;
	width: 375px;
	height: 275px;
	font-family: GilroyRegular;
	font-size: 18px;
	line-height: 30.6px;
}

.outro h3 {
	font-family: GilroyBold;
	font-size: 36px;
	margin: 24px 0;
}

.arrow {
  border: solid #3E5153;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 1125px) {
	#hide-mobile {
		display: none;
	}
}



