@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  font-family: sans-serif; }

a {
  text-decoration: none;
  color: black; }

a:hover {
  color: black; }

body {
  margin: 0 auto;
  min-width: 300px;
  max-width: 1900px; }

h1 {
  color: #00A99D; }

p {
  line-height: 25px;
  max-width: 550px; }

ul {
  list-style: none;
  margin: 0; }

.featured:after,
.personal:after,
#wrapper:after,
.introducing:after,
nav:after {
  content: "";
  display: block;
  clear: both; }

/********************nav**************************/
nav {
  background-color: #00A99D;
  width: 100%; }
  nav ul {
    padding-left: 0; }
    nav ul li {
      font-size: 14px;
      padding: 15px 15px;
      display: inline-block;
      float: left;
      line-height: 50px; }
      nav ul li a {
        color: white; }
    nav ul li:first-child {
      font-size: 50px; }

.social div {
  text-align: center; }
.social img {
  margin: 10px 10px;
  width: 50px; }

/********************************************************************************/
#wrapper {
  background-image: url(../img/jessBanner.jpg);
  background-repeat: no-repeat;
  background-size: 100%; }

/********************************************************************************/
.landing {
  text-align: center;
  padding: 0 16px;
  margin-bottom: 50px; }
  .landing h1 {
    padding-top: 35%;
    font-size: 300%; }
  .landing h3 {
    background-color: #00A99D;
    padding: 20px 10px;
    color: white;
    line-height: 25px;
    vertical-align: middle;
    margin: 20px auto;
    max-width: 550px; }
  .landing p {
    text-align: left;
    margin: 20px auto; }

/********************************************************************************/
.introducing {
  max-width: 900px;
  margin: 0px auto; }
  .introducing h1 {
    text-align: center; }

/********************************************************************************/
.featured1 {
  max-width: 900px;
  margin: 0 auto; }
  .featured1 p {
    margin: 0 auto; }
  .featured1 .personal div {
    width: 100%;
    text-align: center;
    padding: 20px; }
    .featured1 .personal div img {
      width: 50%; }
  .featured1 .personal p {
    text-align: left; }

/********************************************************************************/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 60px 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/********************************************************************************/
@media (min-width: 480px) {
  .social div {
    text-align: right; } }
@media (min-width: 550px) {
  .landing {
    text-align: center; }
    .landing h1 {
      padding-top: 40%;
      font-size: 400%; }

  .introducing h1 {
    font-size: 40px; }

  .featured1 .personal div {
    display: inline-block;
    float: left; }
  .featured1 .personal .imgs {
    width: 20%; }
    .featured1 .personal .imgs img {
      width: 100%; }
  .featured1 .personal .text {
    width: 80%; } }
@media (min-width: 750px) {
  nav ul li:first-child {
    padding: 25px 40px 25px 50px; }
  nav ul li {
    padding: 25px 30px; }

  #wrapper {
    background-position: 0 -100px; }

  .landing {
    text-align: center; }
    .landing h1 {
      padding-top: 30%;
      font-size: 500%; }

  .featured1 .personal .imgs {
    width: 30%; }
    .featured1 .personal .imgs img {
      width: 100%; }
  .featured1 .personal .text {
    width: 70%;
    padding-top: 50px; } }
@media (min-width: 900px) {
  #wrapper {
    background-position: 0 0px;
    max-height: 500px; }

  .landing {
    text-align: left;
    float: right;
    width: 50%; }
    .landing h1 {
      font-size: 300%;
      padding-top: 0px;
      margin-bottom: 5px; }
    .landing h2 {
      font-size: 16px;
      margin: 0 auto; }
    .landing h3 {
      text-align: center; }

  .introducing {
    display: block;
    clear: both; }
    .introducing h1 {
      padding-top: 80px;
      font-size: 50px; } }
@media (min-width: 1000px) {
  #wrapper {
    background-position: 0 -50px;
    max-height: 550px; }

  .landing h1 {
    font-size: 350%;
    padding-top: 0px;
    margin-bottom: 5px; } }
@media (min-width: 1100px) {
  .landing p {
    padding: 30px 0; } }
@media (min-width: 1200px) {
  #wrapper {
    background-position: 0 -100px; } }
@media (min-width: 1300px) {
  #wrapper {
    position: relative;
    background-position: 0 -100px; }

  .landing {
    text-align: center;
    float: right;
    width: 50%; }
    .landing h1 {
      font-size: 400%;
      padding-top: 0px; }

  .introducing {
    display: block;
    clear: both; }
    .introducing h1 {
      font-size: 50px; } }
@media (min-width: 1450px) {
  #wrapper {
    position: relative;
    background-position: 0 -200px; } }
@media (min-width: 1600px) {
  #wrapper {
    position: relative;
    background-position: 0 -300px; } }
/********************************************************************************/
/******************featured*********************/
.featured {
  text-align: center;
  background-color: #00A99D; }
  .featured h1 {
    color: white;
    margin: 0 50px;
    padding-top: 80px;
    text-align: left; }
  .featured img {
    max-width: 320px;
    width: 100%; }
  .featured a {
    display: block;
    clear: both;
    color: white;
    padding: 20px 0; }
  .featured .two,
  .featured .three {
    padding: 50px 0; }

@media (min-width: 700px) {
  .featured {
    text-align: center; }
    .featured img {
      max-width: 170px;
      width: 100%; }
    .featured .two div {
      width: 50%;
      display: inline-block;
      float: left; }
    .featured .three div {
      width: 33%;
      display: inline-block;
      float: left; } }
@media (min-width: 850px) {
  .about div {
    padding: 150px 0; }

  .featured {
    text-align: center; }
    .featured img {
      max-width: 200px;
      width: 100%; } }
@media (min-width: 950px) {
  .featured {
    text-align: center; }
    .featured img {
      max-width: 260px;
      width: 100%; } }
@media (min-width: 1100px) {
  .featured img {
    max-width: 320px; } }

/*# sourceMappingURL=styles.css.map */
