/***** BASIC *****/

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  /*background-color: #efefef;*/
  color: #000;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/***** HEADER ******/

.main-header,
.social-nav {
  display: flex;
}

.main-header {
  background-color: #000;
  height: 60px;
  padding-left: 78px;
  padding-right: 114px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.name {
	width: 70px;
	height: 29px;
	font-size: 25px;
  font-weight: 400;
	letter-spacing: -1.9px;
  color: #fff;
  line-height: 1;
}

.light {
  width: 45px;
  height: 29px;
  padding-left: 5px;
  font-size: 21px;
  font-weight: 200;
  letter-spacing: -1px;
  color: #fff;
}

.social-nav a {
  display: inline-block;
  margin-left: 41px;
  height: 12px;
}

.social-nav a:first-child {
  background: transparent url('../assets/facebook_icon.png') no-repeat top left;
  width: 7px;
}

.social-nav a:nth-child(2) {
  background: transparent url('../assets/wire_globe.png') no-repeat top left;
  width: 12px;
}

.social-nav a:nth-child(3) {
  background: transparent url('../assets/twitter_icon.png') no-repeat top left;
  width: 15px;
}

/***** NAV ******/

nav {
	height: 44px;
  padding-left: 42px;
  padding-right: 74px;
	background-color: #2c2c2c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav li {
  display: inline-block;
}

nav a {
  width: 43px;
  height: 18px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #969695;
}

nav .active,
nav a:hover {
  color: #fff;
}

nav .menu:after {
  content: "\2228";
  font-size: 1rem;
  margin-left: 3px;
}

.nav-left li,
.nav-right li {
  width: 80px;
}




/***** HERO *****/

.hero {
  background: url('../assets/bg2.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 778px;
  color: #fff;
}

.heroForm {
  display: flex;
  flex-direction: column;
  /*left: 78px;*/
  top: 180px;
}

.shoutout {
  width: 425px;
	height: 116px;
	font-size: 44px;
	letter-spacing: -0.9px;
	line-height: 1.5;
  letter-spacing: -0.9px;
  padding: 182px 778px 4px 96.5px;
}

.callAction {
  width: 291px;
	height: 26px;
	font-size: 19px;
  font-weight: 300;
	letter-spacing: -1px;
  padding: 19px 912px 29px 97px;
}

#emailAddress {
  font-size: 1em;
  letter-spacing: -0.9px;
  width: 426px;
  height: 52px;
  margin-top: 29px;
  border: none;
  margin-left: 96px;
  margin-right: -7px;
  padding-left: 10px;
  border-radius: 3px;
}

#submitButton {
  background-color: #000;
  color: #fff;
  font-size: 1em;
  letter-spacing: -0.9px;
  border: none;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 114px;
  height: 55px;
}


.findOut {
  width: 313px;
	height: 18px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 1.7;
  padding: 24px 891px 320px 96px;
}

/***** PRIMARY *****/

.primary {
  background-color: #fbfbfb;
  height: 343px;
  display: flex;
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
}

.wrap {
  padding-right: 68px;
}

.explore {
  color: #626262;
  font-family: 'Arial';
  text-transform: uppercase;
  height: 18px;
  width: 72px;
  margin-left: 81px;
  margin-top: 100px;
}

.organize {
  color: #2c2c2c;
  letter-spacing: -0.1px;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: -0.1px;
  margin-left: 81px;
  width: 342px;
  height: 90px;
}

.flex {
  display: flex;
  flex-direction: column;
}

.vision {
  color: #626262;
  letter-spacing: -0.1px;
  line-height: 1.6;
  width: 757px;
  height: 75px
  margin-right: 53px;
  margin-top: 155px;
}

.accessible {
  color: #a8a8a8;
  letter-spacing: 0.4px;
  line-height: 1.8;
  font-family: 'Arial';
  font-size: 75%;
  width: 483px;
  height: 44px;
}

/***** GALLERY *****/

.gallery {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-size: cover;
}

.pic {
  display: flex;
}


/***** SECONDARY *****/


.secondary {
	height: 36px;
  margin-top: 66px;
  font-weight: 300;
	font-size: 33px;
	line-height: 1.1;
	letter-spacing: -0.1px;
	color: #2c2c2c;
  text-align: center;
}

.recommended {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: 331px;
	height: 46px;
	background-color: #8173bc;
}

.recommended p {
  margin: 12px;
  height: 18px;
  color: #fff;
  letter-spacing: 0.4px;
  font-family: 'Arial';
  text-transform: uppercase;
}

.plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /*text-align: center;*/
}

.plan1,
.plan2,
.plan3 {
  display: flex;
  flex-direction: column;
  width: 360px;
	height: 258px;
  padding-top: 60px;
	background-color: #ebebeb;
}

.price {
  margin: auto;
	height: 39px;
	font-family: 'Arial';
	font-size: 33px;
	color: #222222;
}

.motto {
  margin: auto;
  width: 180px;
	height: 52.7px;
	font-family: 'Arial';
	line-height: 1.7;
	letter-spacing: 0.4px;
	color: #969695;
  text-align: center;
}

.blackbox {
  width: 360px;
	height: 66px;
	background-color: #222222;
}

.blackbox p {
  margin-top: 25px;
	height: 18px;
	font-family: 'Arial';
	letter-spacing: 0.4px;
	color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.prod {
  flex-wrap: wrap;
  width: 310px;
	height: 269.5px;
	font-weight: 400;
	font-size: 17px;
	line-height: 2.4;
	letter-spacing: -0.4px;
	color: #2c2c2c;
}

.disclaimer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: -25px;
}

.disclaimer p {
  width: 290px;
	height: 42px;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.4px;
	color: #969695;
  margin-bottom: 66px;
}

/***** MAP *****/

.nymap {
  width: 100%;
	height: 363px;
}

/****** FOOTER *****/

footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
	height: 178px;
  background-color: #3a3a3a
}


footer a {
  width: 32px;
	height: 22px;
	font-size: 11px;
	letter-spacing: 0.2px;
	line-height: 22px;
	color: #a7a7a7;
  padding-right: 22px;*/
}


.exclusive {
  /*display: flex;*/
  /*width: 519px;*/
	height: 22px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1px;
	line-height: 22px;
	color: #fff;
  padding-top: 46px;
  padding-left: 80px;
}

.copyright {
  /*width: 237px;*/
	height: 22px;
	font-size: 11px;
	letter-spacing: 0.1px;
	line-height: 22px;
	color: #a7a7a7;
  padding: 10px;
  padding-left: 80px;
}

.menuFooter {
  display: flex;
  height: 22px;
	font-family: 'Arial';
  font-weight: 600;
	font-size: 11px;
	line-height: 2;
	letter-spacing: 0.2px;
	color: #a7a7a7;
  padding-left: 80px;
}

.privacy {
  width: 471px;
	height: 22px;
	font-size: 13px;
	letter-spacing: -0.3px;
	line-height: 22px;
	color: #d6d6d6;
}

.submitFooter {
  /*display: flex;*/
  margin: 0 auto;
  margin-top: 40px;
  height: 54px;
}

#emailFooter {
  background-color: #3a3a3a;
  color: #a7a7a7;
  letter-spacing: -0.9px;
  font-size: 1em;
  width: 462px;
	height: 54px;
	border-radius: 3px;
	border: solid 1px #d6d6d6;
  margin-right: -7px;
  padding-left: 10px;
}

#subscribeFooter {
  width: 120px;
	height: 34px;
	border-radius: 3px;
  border: none;
	background-color: #8173bc;
}
