@charset "UTF-8";

@font-face {
  font-family: "Manrope";
  src: url("manrope-regular.woff2") format("woff2"),
  url("manrope-regular.woff") format("woff"),
  url("manrope-regular.otf") format("truetype");
  font-style: normal;
  font-weight: 400; }

  @font-face {
    font-family: "Manrope-Bold";
    src: url("manrope-bold.woff2") format("woff2"),
    url("manrope-bold.woff") format("woff"),
    url("manrope-bold.otf") format("truetype");
    font-style: normal;
    font-weight: 700; }


h1 {
  font-family: "Manrope";
  color: #382204;
  font-weight: 700;
  font-size: 64px;
  margin: 0px;
}

p {
  font-family: "Manrope";
  color: #C0733C;
  font-size:42px;

}

.dream{
  font-family: "Manrope";
  color: #6E7881;
  font-size:10px;
}

.card {
  width: 758px;
  height: 450px;
  margin-top: 20%;
  padding: 80px;
  float: right;
  margin-right: 5%;
  box-shadow: 5px 5px 40px -10px #51575E;
}

.subhead{
  width:500px;
}

.yellow{
  background-color: #F5CE4F;
}

.rectangle{
  width: 100px;
  height: 10px;
  background-color: #35591E;
  margin-top: 10px;
  margin-bottom: 20px;
}

/*STRUCTURE*/

.hero{
  max-height: 720px;
  height: 100%;
}

.background{
  width:100%;
  height:100%;
  margin-right: 0px;
  padding: 0px;
  background-image: url(../img/energy-vibes.jpg);
  background-position: right;
  background-size: cover;
  position: fixed;
  z-index: -100;
}

.mikes-mug{
  background-image: url(../img/mike-anderson.jpg);
  width:70%;
  height: 100%;
  margin-left: -150px;
  background-size: cover;
}


.energy-vibes{
  float: right;
  height: 100%;
}


@media only screen and (max-width: 1200px) {
  h1 {
    font-family: "Manrope";
    color: #382204;
    font-weight: 700;
    font-size: 36px;
    margin: 0px;
  }

  p {
    font-family: "Manrope";
    color: #C0733C;
    font-size:24px;

  }

  .card {
    width: 400px;
    height: 275px;
    margin-top: 40%;
    padding: 40px;
    float: right;
    margin-right: 10%;
    box-shadow: 5px 5px 40px -10px #51575E;
  }

  .subhead{
    width:300px;
  }

  .yellow{
    background-color: #F5CE4F;
  }

  .rectangle{
    width: 80px;
    height: 10px;
    background-color: #35591E;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero{
    max-height: 720px;
    height: 100%;
  }



  .mikes-mug{
    background-image: url(../img/mike-anderson.jpg);
    width:90%;
    height: 100%;
    margin-left: -150px;
    background-size: cover;
  }



}


@media only screen and (max-width: 700px) {
  h1 {
    font-family: "Manrope";
    color: #382204;
    font-weight: 700;
    font-size: 30px;
    margin: 0px;
  }

  p {
    font-family: "Manrope";
    color: #C0733C;
    font-size:18px;

  }

  .card {
    width: 300px;
    height: 200px;
    margin-top: 100%;
    padding: 25px;
    float: right;
    margin-right: 10%;
    box-shadow: 5px 5px 40px -10px #51575E;
  }

  .subhead{
    width:250px;
  }

  .yellow{
    background-color: #F5CE4F;
  }

  .rectangle{
    width: 80px;
    height: 10px;
    background-color: #35591E;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero{
    max-height: 720px;
    height: 100%;
  }



  .mikes-mug{
    background-image: url(../img/mike-anderson.jpg);
    width:120%;
    height: 100%;
    margin-left: -150px;
    background-size: cover;
  }



}

/*
