/* Text Elements */

h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 1em;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h2.heading-2 {
  color: #ff9400;
  font-weight: 400;
  line-height: 20px;
}

h2.heading-3 {
  color: #ff9400;
  font-weight: 400;
  line-height: 20px;
}

h2.heading-1 {
  color: #ff9400;
}

p.paragraph {
  margin-top: .411em;
  padding-left: 1.764em;
  max-width: 29.41em;
  color: #9b9b9b;
  font-size: .93em;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

p.paragraph.paragraph-1 {
  color: #fff;
}

p.paragraph.paragraph-2 {
  color: #fff;
}

span.text-element.contact-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ff9400;
  font-size: .93em;
}

span.text-element {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

span.text-element.contact-text.light {
  margin-bottom: 1.176em;
  color: #fff;
}

a.link-text {
  font-family: 'Roboto', sans-serif;
}

a.link-text.menu-item {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  min-width: 50%;
  width: 50%;
  border-bottom: .0625rem solid rgba(255, 255, 255, .5);
  color: #ff9400;
  text-align: center;
}

/* Layout Elements */

body {
  background-color: #000;
}

.container.header {
  min-height: 0;
  max-height: none;
  height: 100%;
  background-color: #000;
  background-image: url('../header-bg.jpg');
  background-position: center center;
  background-size: cover;

  background-blend-mode: normal;
}

.container.text-col {
  border: .9375rem solid #000;
}

.container.about-cover {
  float: none;
  margin-top: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  min-height: 25em;
  height: 100%;
  border: 0 none #000800;
  background-image: url('../ales-nesetril-Im7lZjxeLhg-unsplash_1.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  opacity: .35;

  background-blend-mode: normal;
}

.container.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #1f1f1f;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.contact.text-col {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vmin;
  padding-left: 0vmin;
  max-width: 400px;
  border: .75rem none #1f1f1f;
}

.container.menu-holder {
  position: absolute;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 10px;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.logo-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 1000px;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.text-container {
  margin-top: 10px;
}

.container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #1f1f1f;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.footer {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 15px 10px;
  background-color: #151515;
  -webkit-column-rule-color: #151515;
     -moz-column-rule-color: #151515;
          column-rule-color: #151515;
}

.container.container-1 {
  color: #ff9400;
  opacity: .79;
}

div.responsive-picture.logo {
  margin: .437em auto;
  max-width: 15.62em;
}

@media screen and (min-width: 28.125rem) {
  /* Text Elements */

  h2 {
    font-size: 1.125em;
  }

  a.link-text.menu-item {
    min-width: 25%;
    width: 25%;
  }

  /* Layout Elements */

  .container.about-cover {
    min-height: 40em;
  }

  .container.menu-holder {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.portfolio-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.about {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.bio-1 {
    max-width: 400px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.bio-2 {
    margin-right: 20px;
    max-width: 400px;

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  a.link-text.menu-item {
    width: 100%;
    text-align: right;
  }

  /* Layout Elements */

  .container.menu-holder {
    position: fixed;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    min-height: 100px;
    width: 150px;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.text-container {
    padding: 20px;
    width: 50%;
  }

  .container.bio-1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }
}

@media screen and (min-width: 50rem) {
  /* Text Elements */

  h2 {
    font-size: 1.25em;
  }

  h2.heading-1 {
    text-align: left;
  }

  p.paragraph {
    font-size: 1.06em;
  }

  /* Layout Elements */

  .container.text-col {
    border-width: 3.75rem;
  }

  .container.about-cover {
    min-height: 50em;
    border-width: 2.5rem;
    background-position: center 20%;
  }

  .container.text-container {
    padding: 41px 31px 31px;
  }

  .container.about {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.bio-2 {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .container.bio-1 {
    margin-top: 10px;
    padding-top: 10px;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container.contact-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;
    max-width: none;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.contact.text-col {
    margin-right: 0;
    margin-left: 0;
    max-width: 400px;

    justify-self: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  .container.footer {
    padding: 5px 15px 10px;
  }

  div.responsive-picture.logo {
    max-width: 25em;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2.heading-1 {
    text-align: right;
  }

  /* Layout Elements */

  .container.bio-1 {
    margin-top: 10px;
    margin-left: 150px;
    padding-top: 10px;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container.bio-2 {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .container.contact-container {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.about {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.contact.text-col {
    margin-left: 150px;
    max-width: 550px;
  }
}