body {
	position: relative;
	color: black;
}

section {
	margin-bottom: 50px;
}

.well {
	font-style: italic;
}

.flag-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 2px black;
  overflow: hidden;
  margin-bottom: 20px;
}

.flag-wrapper:after {
  padding-top: 75%; /* ratio */
  display: block;
  content: '';
}

.flag-wrapper .flag {
  position: absolute;
  top: 0; bottom: 0; right: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.no-wrap {
  white-space: nowrap;
  margin-bottom: 8px;
  overflow: hidden;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-ca {
  background-image: url(../flags/4x3/ca.svg);
}

.flag-icon {
	background-color: white;
}

.btn-us, .btn-ca {
	min-width: 200px;
	margin-top: 20px;
}

.btn-us {
	margin-left: 50px;	
}

.btn-ca {
	margin-right: 50px;
}

.join-img, .opp-img {
	border-radius: 4px;
	webkit-border-radius: 4px;
	moz-border-radius: 4px;
	width: 100%;
}

#join .copy {
	margin-left: 40px;
}

.opp-img {
	width: 400px;
	height: 150px;
}

#opportunity {
	margin-top: 100px;
}

#opp-header {
	height: 200px;
}

#opportunity h1, .subheader {
	text-align: center;
}

.img-row {
	height: 225px;
	margin-bottom: 10px;
}

.img-row img {
	margin: 0 5px;
	border-radius: 7px;
	webkit-border-radius: 7px;
	moz-border-radius: 7px;	
}

.small {
	display: inline-block;
	height: 175px;
	width: 175px;
}

.big {
	display: inline-block;
	height: 225px;
	width: 225px;
}


.lists {
	padding: 0 50px;
	color: black;
	font-weight: bold;
}

.testimonial {
	height: 200px;
	margin-top: 50px;
	margin-right: 100px;
}

.testimonial h4 {
	padding-bottom: 0;
	margin: 40px 0 0;
	font-weight: bold;
	display: block;
}

.testimonial img {
	width: 200px;
	height: 100%;
	display: block;
	border-radius: 7px;
	webkit-border-radius: 7px;
	moz-border-radius: 7px;	
}

.testimonial p {
	display: block;
	margin-top: 65px;
}

.mission-img {
	width: 306px;
	max-height: 294px;
	display: block;
	border-radius: 7px;
	webkit-border-radius: 7px;
	moz-border-radius: 7px;	
	margin-top: 20%;
}

.toys-img {
	float: left;
	margin: 0 25%;
	max-width: 100%;
}

.layers-img {
	max-width: 306px;
	height: 294px;
	border-radius: 7px;
	webkit-border-radius: 7px;
	moz-border-radius: 7px;	
}

.layers-img-left {
	margin-left: -75px;
	width: 325px;
	max-height: 100%;
	border-radius: 7px;
	webkit-border-radius: 7px;
	moz-border-radius: 7px;		
}

.team-img {
	display: block;
	margin: 0 auto;
	border-radius: 7px;
	webkit-border-radius: 7px;
	moz-border-radius: 7px;	
	width: 100%;
	max-height: 275px;
}

.launch-img {
	width: 100%;
	max-height: 400px;
	overflow: hidden;
}


#ways, #host {
	color: black;
}

#host h4, h2, h3 {
	font-weight: bold;
}


#host img {
	max-width: 400px;
	max-height: 300px;
	border-radius: 7px;
	webkit-border-radius: 7px;
	moz-border-radius: 7px;	
}

#host h1, h2, h3, h4 {
	text-align: center;
}

#host h4, p {
	margin-bottom: 20px;
}

#host-row .btn {
	display: block;
}

#stories {
	color: black;
}

#stories h1 {
	text-align: center;
}

#sign-up h2 {
	color: black;
}

#offer {
	margin-top: 75px;
}

#offer h3 {
	font-style: italic;
}

#offer .btn-us {
	margin-left: 25%;
}

#offer .btn-ca {
	margin-right: 25%;
}

#stories p {
	text-align: center;
}

#stories h2, h4 {
	margin-bottom: 0;
	margin-top: 0;
}

#carousel {
	width: 800px;
	margin: 0 auto;
}

#share {
	margin-top: 100px;
}

#share .btn {
	display: block;
}

#sign-up {
	text-align: center;
}

#sign-up .btn {
	display: block;
}

.signup {
	text-align: center;
	margin-bottom: 50px;
}

.form-inline .form-control {
	height: 34px;
	width: 300px;
	margin-right: 10px;
}

.form-inline .btn {
	background-color: #333;
	color: white;
}
/* ==============================================
   Adviser profiles
   ============================================== */
#Advisers .profiles {
  display:block;
  margin-bottom: -100px;
	margin-top: -150px;}


#Advisers .profile-content {display:block;text-align:justify; width: 450px;}
#Advisers .profile-content .lead {
  font-size: 1.3em;
  line-height: 110%;
  font-style: italic;
  margin: 50px 0 20px; 
  width: 100%;
	color:#79c7c9;
	font-weight:600;
}

#Advisers h2 {text-align: center; font-size: 54px;text-transform: uppercase;font-weight:300;padding-bottom:50px; padding-top:50px;}
#Advisers h3 {font-size:34px;}
#Advisers .profile-header {display:block;text-align:center; }
	

@media screen and (max-width: 770px;) {
	
	.layers-img-left {
		margin-left: 0px;
		width: 100%;
	}
}
