@import url(http://fonts.googleapis.com/css?family=Arvo:700);

@import url(http://fonts.googleapis.com/css?family=Lobster+Two:400italic);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700,300);

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic,700italic,400,700,300);

/* Custom Styles for Landing Page */
body {
	background: #f8f8f8;
}

/* Type */
h1, h2, h3, h4, h5, h6, p, a {
	font-family: "Open Sans", Tahoma, Helvetica Neue, Arial, sans-serif;
	letter-spacing: 0.025em;
}

h3, .panel h3 {
	font-weight: 600;
	line-height: 1.5em;
	font-size: 24px;
}
p {
  font-size: 15px;
  font-weight: normal;
  color: #333029;
  line-height: 1.75em;
}
em {
	font-weight: normal;
}
a {
	color: rgb( 0, 80, 153 );
	text-decoration: underline;
}
a:hover {
	color: rgb( 0, 80, 153 );
	text-decoration: none;
}
.all-caps {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.condensed {
	font-family: "Open Sans Condensed";
}

h1 .lobster {
	font-family: 'Lobster Two', cursive;
	font-style: italic;
	text-shadow: 0px 3px 11px rgb( 0, 0, 0 );
}
.lobster {
	font-family: 'Lobster Two', cursive;
	font-style: italic;
}
/* Colors */

.white {
	color: white;
}
.gray {
	color: #424242;
}

.text-shadow {
	text-shadow: 0px 2px 2px rgba( 0, 0, 0, 0.5 );
}

/* Structure */

.city-bg {
background: url(../img/city-bg.jpg) center top / cover;
background-position-x: center;
background-position-y: top;
background-size: cover;
height: auto;
min-width: 100%;
padding: 2% 0 4% 0;
vertical-align: middle;
background-size: cover;
margin-top: 40px;
}

.row.inner {
	max-width: 980px; margin: 0 auto;
}
.city-bg .inner .large-4, .testimonials .inner .large-4 {
	padding: 0px 30px;
}
.city-bg .inner .large-4:hover img {
	margin-top: -5px;
	transition: margin 250ms ease-out;
}
.testimonials {
	padding: 40px 0px 40px 0px;
}
.cta {
	padding: 2% 0 0 0;
}

.hero .cta {
	padding: 4% 0 0 0;
}
@media only screen and (min-width: 64.063em) {
.hero h1 {
	font-size: 60px;
}
}
.hero img {
	padding: 0 0 40px 0;
}
.hero h1 a {
	color: #ed1c24;
}
.cta.double .button {
	margin: 10px 10px;
}

header {
  background-color: rgb( 248, 248, 248 );
  box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.25 );
  width: 100%;
  padding: 15px 0px;
  position: fixed;
  z-index: 999999;
}
.tl {
	margin-top: 60px;
}
.name img {

}
.name img:hover {
	margin-top: 5px;
	transition: margin 250ms ease-out;
}
.top-bar, .top-bar-section .right {
	background-color: rgb( 248, 248, 248 );
	padding-top: 5px;
}
.top-bar .button {
	top: 0px;
	color: white;
}
.top-bar {
	height: 50px;
}
@media only screen {

.name img {
	width: 200px;
	padding-top: 5px;
	height: auto;
}
.hero {
background: url(../img/hero.jpg);
background-position-x: center;
background-position-y: top;
background-size: cover;
height: auto;
min-width: 100%;
padding: 0px 0 60px 0;
vertical-align: middle;
background-size: cover;
}

.founder .hero {
background: url(../img/founder-bg.jpg);
background-position-x: center;
background-position-y: top;
background-size: cover;
height: auto;
min-width: 100%;
padding: 140px 0 70px 0;
vertical-align: middle;
background-size: cover;
}

	h2 {
		  color: rgb( 34, 34, 34 );
		  padding: 30px 0px;
		  line-height: 1.333;
		  text-align: center;
		  font-weight: 300;
	}
	
	.Your_Destiny_is_in {
	  font-size: 30px;
	  font-family: "Arvo";
	  color: rgb( 251, 251, 251 );
	  font-weight: bold;
	  text-transform: uppercase;
	  line-height: 1.10em;
	  text-shadow: 0px 3px 11px rgb( 0, 0, 0 );
	}
	
	.New_York {
	  font-size: 44px;
	  font-family: "Arvo";
	  color: rgb( 251, 251, 251 );
	  font-weight: bold;
	  text-transform: uppercase;
	  line-height: 1.4em;
	  text-shadow: 0px 3px 11px rgb( 0, 0, 0 );
	}
}

@media only screen and (min-width: 64.063em) {

h2 {
	  font-size: 2.5em;
}
.name img {
	width: 240px;
	padding-top: 0px;
	height: auto;
}
	.Your_Destiny_is_in {
	  font-size: 46px;
	}
	.New_York {
	  font-size: 86px;
	  }
	  
	  .hero {
	  padding: 120px 0;
	  }
}

.icon {
	padding: 0px 0px 20px 0px;
}
.icon a {
	margin-right: 20px;
}
.icon img {
	max-width: 108px;
}
.social, footer {
	background: #242526;
	padding: 20px 0px 50px 0px;
	min-width: 100%;
}
.social {
	margin-top: 50px;
}
footer p {
	font-size: 14px;
}
footer a {
	text-decoration: none;
	transition: color 250ms ease-out;
}
footer a:hover {
	color: #f8f8f8;
}
.social .icon {
	margin: 0px 20px 0px;
}
.social .icon:hover img {
	margin: -10px 0px 0px;
	transition: margin 250ms ease-out;
}
/* Panel */
.panel {
	background: white;
	border: none;
	box-shadow: 0px 3px 11px 0px rgba( 0, 0, 0, 0.25 );
}

/* Buttons */
.button {
 font-size: 18px;
}
.button.small {
 font-size: 14px;
}
.button.shadow {
	  box-shadow: 0px 3px 11px 0px rgb( 0, 0, 0 );
}
.button.orange {
	  border-radius: 5px;
	  background-color: rgb( 227, 122, 19 );
	  text-transform: lowercase;
	  font-family: "Open Sans";
	  color: rgb( 230, 230, 230 );
	  font-weight: 600;
	  text-align: center;
	  text-shadow: 0px -1px 0px rgb( 150, 81, 12 );
}
.button:hover {
	box-shadow: 0px 0px 6px rgba( 0, 0, 0, 0.6);
	transition: box-shadow 250ms ease-out;
}
.button.blue {
	  border-radius: 5px;
	  background-color: rgb( 0, 80, 153 );
	  text-transform: lowercase;
	  font-family: "Open Sans";
	  color: rgb( 230, 230, 230 );
	  font-weight: 600;
	  text-align: center;
	  text-shadow: 0px -1px 0px rgb( 0, 40, 76 );
}
.button.blue.border {
  border-style: solid;
  border-width: 3px;
  border-color: rgb( 0, 80, 153 );
  border-radius: 5px;
  background-color: rgba( 0, 80, 153, 0 );
  box-shadow: none;
  color: rgb( 0, 80, 153 );
  text-shadow: none;
  font-weight: 700;
  transition: background-color 500ms;
}
.button.blue.border:hover {
  background-color: rgba( 0, 80, 153, 1 );
  color: white;
  }
.button.orange.border {
  border-style: solid;
  border-width: 3px;
  border-color: rgb( 227, 122, 19 );
  border-radius: 5px;
  background-color: rgba( 0, 80, 153, 0 );
  box-shadow: none;
  color: rgb( 227, 122, 19 );
  text-shadow: none;
  font-weight: 700;
  transition: background-color 500ms;
}
.button.orange.border:hover {
  background-color: rgb( 227, 122, 19 );
  color: white;
  }
  
  /* Modal Window */
  a.close-reveal-modal {
  	text-decoration: none;
  	transition: color 250ms ease-out;
  }
  a.close-reveal-modal:hover {
  	color: rgb(227, 122, 19);
  }
  form label {
  	font-size: 18px;
  }
  #mc_embed_signup {

  }
  span.asterisk {
  	color: rgb(227, 122, 19);
  	font-weight: bold;
  	font-size: 22px;
  }