<style type="text/css">
/*page settings */
html {
height: 100%;

}

body {
  width:100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #333333;
   /*background-image: url(./images/background.png); */
}

/* settings in order top to bottom */

#titleBar {

  width: 100%;

  display: flex;
  margin: 0;
  padding: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  font-family: 'Exo 2', sans-serif;
  background-color: black;
  /*background-image: url(./images/backgroundhead.png); */
  border-bottom: 5px solid white;
  box-shadow: 0px 5px #f6931c;

}

#chart {
 height: 200px;
}

#avatar {
  height: 100%;
  max-width: 250px;
  order: 1;
}

#title {
font-size: .7em;
  order: 4;
width: 70%;

}

#downloads {
  order: 3;
  height: 70px;
}

#downloads a {
  opacity: .8;
}
#downloads a:hover {
  opacity: 1;
}

.spacer {
  position: relative;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0px;
  background-color:  black;
  /*background-image: url("./images/spacer.png");
  background-repeat: no-repeat;
  background-position: center; */
  height: 19px;
  width: 70%;
  box-shadow: 22px 22px  16px #333333 inset;
}

/* treehouse report card */
#treehouseHead {
  margin: auto;
  background-color: darkgrey;
  border-radius: 10px;
  min-width: 30%;
  padding-bottom: 0px;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#points {
  height: 100px;
  margin: auto;
  padding: 20px;
}

#treehouseProfile hr {
  border: solid black 1px;
  opacity: .1;
}

#treehouseProfile h2 {
  text-decoration: none;
  font-weight: 900;
  color: white;
}


.treehouse {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    overflow-y: scroll;
    height: auto;
    max-height: 350px;
    margin: auto;
    margin-top: 50px;
    padding: 25px;
    background-color: lightgrey;
    border-radius: 10px;
    width: 50%;
    box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.2);
    border: 15px solid lightgrey;
}

.treehouse ul {
  padding: 0;
  list-style: none;
  color: black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.treehouse ul  li{
margin: auto;
padding: 5px;
text-align: center;
width: 10%;
}

.treehouse ul  li p{
display: none;
font-family: 'Exo 2', sans-serif;
}

.treehouse img {
  margin: auto;
  height: 60px;
  width: auto;
  display: block;
  transition: all .2s ease-in-out;
}

.treehouse img:hover {
  transform: scale(1.5);
}
/* media query to handle errors with overlay in mobile devices*/
/*media queries*/
@media (min-width: 1000px) {
.badgeContainer:hover .overlay {
  opacity: 1;
}
}

/* for the spacing on the badges */
@media (max-width: 780px) {
  .treehouse ul  li{
  margin: auto;
  padding: 5px;
  text-align: center;
  width: 20%;
  }
}

#treehouseAvatar {
  position: relative;
  top: -115px;
  z-index: 2;
  width: 80px;
  height: auto;
  border-radius: 50%;
  border: 2px solid black;
}
#key {
  display: flex;
  position: relative;
  top: -100px;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  font-weight: bold;
  font-size: 1.3em;


}

@media (max-width: 760px) {
  #treehouseProfile h2 {
    text-decoration: none;
    font-weight: 900;
    color: white;
    font-size: .8em;
  }
  #key {
    font-size: .6em;
  }
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 1s ease;
  background-color: white;
  border-radius:10px;
  overflow: hidden;
}

.badgeContainer {
  margin: auto;
  padding: 0;
  position: relative;
  text-align: center;
}

/*carosel */
#carousel {
  width: 80%;
  height: 250px;
  margin: auto;
  overflow: hidden;
  position: relative;
  border: 5px solid #333333;
}

#overlay {
  position:absolute;
  background-color: rgba(255,0,0,0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 1;
  box-shadow: 0px 0px 20px 10px #262626 inset;
 pointer-events: none;
}
#carousel ul {
  /*width: 1920px; */
  width: 2500px;
  padding: 0;
  margin: 0;
}

#carousel ul li {
  width: 453px;
  height: 250px;
  text-align: center;
  float:left;
  list-style:none;
  transition: all .2s ease-in-out;
  opacity: .8;
  padding: 2px;
}

#carousel ul li:hover {
  transform: scale(1.1);
  /*border: 3px solid #333333; */
  opacity: 1;
  z-index: 200;
  margin-right: 20px;
}

/*testimonials */
#testimonialsFade {
    height: 250px;
    margin: auto;

    overflow: auto;
}

#testimonials {
  width: 100%;
  margin: auto;
}

#testimonialsFade ul {
  text-align: center;
  list-style: none;
  font-family: 'Exo 2', sans-serif;
  color: white;
   width: 60%;
   margin: auto;
   padding: 0;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#testimonialsFade hr {
  padding-top: -10px;
  margin-top: -22px;
  border: 2px solid #f6931c;
}

/* content */

#contentBox {
  width: 100%;
  margin: auto;
  padding: 0;
}

.bannerLord {
  clear: both;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin:auto;
  text-align: center;
  height: 650px;
}

.clearfix::after {
    content: "";
    clear: both;
  }

.banner {
  position: relative;
  top: -350px;
  height: 960px;
  width: 10%;
  display: none;
  background-image: url(./images/test/Banner.png);
  background-repeat: no-repeat;
  background-position: center;
}

#previous {
  /*border: 3px solid #5cfff8;*/
  /*box-shadow: 0px 0px 5px 5px #5cfff8 inset;*/
  border-radius: 5px;
  width: 90%;
  margin:auto;
  margin-top: 25px;
  height: 500px;
  overflow: auto;
  padding: 0;
}

.job {
  font-family: 'Exo 2', sans-serif;
  top: 10px;
}
.job h1 {
  font-size: 1.3em;
  color: orange;
  text-align: left;
}
.job ul {
  list-style: none;
}

.jobHeader {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.JobDeets {
  padding-top: 20px;
  margin-top: 5px;
  margin-left:40px;
  color: white;
}


.description {
  display: flex;
  text-align: left;
  color: white;
  flex-wrap: wrap;
}

.description h3 {
  text-align: center;
  color: orange;
}

.description span {
  color: orange;
  font-weight: bold;
}

.jobs {
  padding: 0;
  margin: auto;
  list-style: none;
}

.jobs>li {
  margin: auto;
    padding: 25px;
    border-radius: 10px;
}

.jobs>li:nth-child(odd) {
  background-color: rgba(255, 255, 255, .3);
}

.divider {
  box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.2) inset;
  background-color: #181819;
  position: relative;
  height: 500px;
  width: 100%;
}

.blakeBox {
  position: relative;
  top: 50px;
  width: 80%;
  font-family: 'Exo 2', sans-serif;
  color: white;
  padding-top: 40px;
  margin: auto;
  height: 300px;
  overflow-y: scroll;
  font-size: 1em;
}

.blakeBox h2 {
  color: orange;
  font-weight: bold;
}

/*media queries*/
@media (min-width: 1000px) {

  .blakeBox {
    font-size: 1.3em;
  }

  #title {
    order: 2;
    font-size: 1em;
  }
  #downloads {

  }
  .banner {
    display: block;
  }
}
</style>
