/************************************/
/* HERO */
/************************************/

#hero {
  width: 100%;
  padding: 0;
}

#hero li {
  position: relative;
}

#hero .imgBg {
  position: absolute;
  width: 100%;
  height: 500px;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero .infoBg {
  height: 500px;
  min-height: 300px;
  min-width: 300px;
  max-width: 40%;
  background: rgba(0,0,0,.6);
  position: relative;
}

#hero .infoWrap {
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hero h1 {
  color: #fff;
  font-weight: 300;
  padding: 0 0 20px 0;
}

#hero a {
  text-transform: uppercase;
  min-width: 250px;
  font-weight: 700;
}

#hero .navWrap {
  text-align: right;
}

#hero .heroNav {
  display: inline-block;
  font-size: 30px;
  color: #7fd2f7;
  cursor: pointer;
  padding: 10px 0 0 0;
}

#hero .heroNav:hover {
  color: #4d4d4d;
}

/************************************/
/* END HERO */
/************************************/

/************************************/
/* FEATURES */
/************************************/

#features li {
  float: left;
  width: 50%;
  position: relative;
}

#features li h2 a {
  float: left;
  width: 50%;
  position: relative;
}

#features li:first-child span::after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  right: 0;
  border-right: 1px solid #333;
}

#features li > * {
  float: left;
}

#features li:first-child > * {
  float: right;
}

#features li span {
  font-size: 60px;
  padding: 20px;
  border-radius: 50%;
  border: 2px dashed #333;
  color: #333;
  margin: 0 20px;
}

#features li a {
  color: #00a5ef;
  line-height: 100px;
  text-decoration: none;
  text-transform: uppercase;
}

#features a:hover {
  color: #333;
}

/************************************/
/* END FEATURES */
/************************************/

/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

	/************************************/
	/* HERO */
	/************************************/

	/************************************/
	/* END HERO */
	/************************************/

  /************************************/
  /* FEATURES */
  /************************************/

  /************************************/
  /* END FEATURES */
  /************************************/
}


/************************************/
/************************************/
/* MOBILE */
/************************************/
/************************************/

@media (max-width:767px) {

	/************************************/
	/* HERO */
	/************************************/

  #hero .imgBg {
    position: relative;
    height: 40vh;
    min-height: 150px;
  }

  #hero .infoBg {
    height: auto;
    min-height: initial;
    min-width: initial;
    max-width: initial;
    background: none;
    position: relative;
  }

  #hero .infoWrap {
    padding: 20px 0;
    position: relative;
    top: auto;
    transform: translateY(0);
    text-align: center;
  }

  #hero h1 {
    color: #333;
  }

  #hero .navWrap {
    display: none;
  }

	/************************************/
	/* END HERO */
	/************************************/

  /************************************/
  /* FEATURES */
  /************************************/

  #features li {
    text-align: center;
  }

  #features li > * {
    float: none;
  }

  #features li:first-child > * {
    float: none;
  }

  #features li span {
    margin: 0 0 10px 0;
  }

  #features li h2 {
    line-height: auto;
  }

  /************************************/
  /* END FEATURES */
  /************************************/
}
