/* START CSS RESET */


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */


/* Begin Header Styles */

header {
  padding-top: 8px;
  line-height: 32px;
  height: 146px;
  color: #845b4a;
  background-color: #eadcd7;
}

header img {
  height: 100%;
  float: left;
}

@media (max-width: 500px) {
  header img {
    height: auto;
    width: 100%;
  }
}

h1 {
  text-align: right;
  width: 98%;
  padding-top: 28px;
  line-height: 42px;
  color: #845b4a;
  font-size: 36px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}

h4 {
  text-align: right;
  padding-top: 24px;
  width: 98%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}

@media (max-width: 800px) {
  h1 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 32px;
    font-weight: 500;
  }
  h4 {
    font-size: 13px;
  }
}

@media (max-width: 550px) {
  h1, h4 {
    display: none;
  }
}


/* End Header Styles */


/* Begin Body Styles */

body {
  background: #eadcd7;
  overflow-x: hidden;
}

a {
  font-size: 18px;
  color: #d6a28f;
  text-decoration: none;
}

a:hover {
  color: orange;
}

a:visited {
  color: #7a7070
}

#container {
  border-top-width: 4px;
  border-top-style: solid;
  border-color: #efa083;
  width: 100%;
  height: 400px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  background: black;
}

.bar {
  width: 10%;
  height: 400px;
  transition: .2s;
}

#bar1 {
  background-image: url("../images/folio_character_thumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #845b7a;
  background-blend-mode: soft-light;
}

#bar1 a {
  display: block;
  height: 100%;
  width: 100%;
}

#bar2 {
  background-image: url("../images/folio_gun_thumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #845b1a;
  background-blend-mode: soft-light;
}

#bar2 a {
  display: block;
  height: 100%;
  width: 100%;
}

#bar3 {
  background-image: url("../images/folio_selfpor_thumb.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #845b4a;
  background-blend-mode: soft-light;
}

#bar3 a {
  display: block;
  height: 100%;
  width: 100%;
}

#bar4 {
  background-image: url("../images/folio_pacificnomad_thumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #556d66;
  background-blend-mode: soft-light;
}

#bar4 a {
  display: block;
  height: 100%;
  width: 100%;
}

#bar5 {
  background-image: url("../images/folio_pride_thumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #845b4a;
  background-blend-mode: soft-light;
}

#bar5 a {
  display: block;
  height: 100%;
  width: 100%;
}

#bar6 {
  background-image: url("../images/folio_crew_thumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #845b1a;
  background-blend-mode: soft-light;
}

#bar6 a {
  display: block;
  height: 100%;
  width: 100%;
}

#bar7 {
  background-image: url("../images/folio_fashioncover_thumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #845b2a;
  background-blend-mode: soft-light;
}

#bar7 a {
  display: block;
  height: 100%;
  width: 100%;
}

#bar8 {
  background-image: url("../images/folio_brand_thumb.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #845b7a;
  background-blend-mode: soft-light;
}

#bar8 a {
  display: block;
  height: 100%;
  width: 100%;
}

#bar9 {
  background-image: url("../images/folio_beards_thumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #845b1a;
  background-blend-mode: soft-light;
}

#bar9 a {
  display: block;
  height: 100%;
  width: 100%;
}

#bar10 {
  background-image: url("../images/folio_fashionbeast_thumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #556d66;
  background-blend-mode: soft-light;
}

#bar10 a {
  display: block;
  height: 100%;
  width: 100%;
}

#container:hover .bar {
  width: 6%;
  transition: .2s;
}

#container .bar:hover {
  width: 46%;
  background-blend-mode: unset;
  transition: .2s;
}

#about {
  text-align: justify;
  margin: auto;
  margin-top: 3pc;
  margin-bottom: 6pc;
  padding: 12px;
  max-width: 600px;
  line-height: 18px;
  font-family: 'work sans', sans-serif;
}

.folioimage img{
display: block;
width: 98%;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
outline: 4px;
outline-style: solid;
outline-color: #efa083;
}

/* End Body Styles */


/* Begin Footer Styles */

footer {
  border-top-width: 4px;
  border-top-style: solid;
  border-color: #efa083;
  line-height: 50px;
  height: 55px;
  font-family: 'work sans', sans-serif;
  text-align: center;
  background-color: #3d282a;
}

footer li {
  width: 50%;
  font-size: 10px;
  text-align: center;
  float: left;
  list-style: none;
}


/* End Footer Styles */
