/* Text Elements */

h1.h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  width: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

h1.blog-heading {
  padding-right: 10px;
  padding-left: 10px;
  color: #246f8d;
  font-weight: 300;
  font-size: 25px;
}

h1.hero-heading {
  padding: 30px 20px 20px;
  max-width: none;
  color: #4d4d4e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

h1 {
  margin-top: 0;
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h1 span.pink-h {
  color: #3ed499;
}

h1 span.heading-text-1 {
  color: #316651;
}

h1 span.heading-text-2 {
  color: #3ed499;
}

h1 span.heading-text-3 {
  font-size: 16px;
}

h4 {
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

h4.skills-heading {
  color: #316651;
  text-align: left;
  font-weight: 300;
  font-size: 25px;
}

h4.blog-date {
  padding-top: 20px;
  font-weight: 300;
  font-size: 20px;
}

p.paragraph.header-paragraph {
  padding-top: 11px;
  padding-bottom: 11px;
  max-width: none;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: #f2f2f2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;

  -webkit-text-stroke-color: #3f3f3f;
  -webkit-text-stroke-width: 0;
}

p.paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}

p.paragraph.footer-paragraph {
  color: #616161;
  font-weight: 300;
  font-size: 14px;
}

p.paragraph.section-paragraph {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  max-width: 1200px;
  text-align: justify;
}

p.paragraph.block-paragraph {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
}

p.paragraph span.paragraph-text-4 {
  font-size: 17px;
}

p.paragraph.paragraph-1 {
  max-width: 1100px;
  color: #f2f2f2;
}

p.paragraph.paragraph-2 {
  padding-right: 15px;
  padding-left: 15px;
  text-align: justify;
}

/* Interaction Elements */

a.link-button.btn.btn-outline-primary {
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 15px;
  border-color: #1b4644;
  border-radius: 10px;
  background-color: #6aaba7;
  color: #000;
  font-weight: 500;
}

a.link-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.btn.btn-outline-primary:hover {
  background-color: rgba(255, 255, 255, .15);
}

.container-grid.blog-container {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
  max-width: 400px;
  border-radius: 8px;
  background-color: #fff;
}

div.responsive-picture.blog-image {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 400px;
  max-height: 235px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.container-grid.information-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vw;
  padding-right: 0;
  padding-bottom: 0vw;
  max-width: 1200px;
}

.container-grid.blog-section {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #d5d5d5;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .69) 0%, rgba(112, 116, 128, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .69) 0%, rgba(112, 116, 128, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .69) 0%, rgba(112, 116, 128, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .69) 0%, rgba(112, 116, 128, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container-grid.footer-section {
  background-color: #151515;
}

.container-grid.copyright-section {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #151515;
}

div.responsive-picture.picture-1 {
  display: block;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  justify-self: auto;
}

div.responsive-picture.picture-2 {
  display: inline-block;
  float: none;
  padding: 20px 15px 0 0;
  max-width: none;
  max-height: none;
  width: auto;
}

.container-grid.container-1 {
  vertical-align: middle;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container-grid.container-2 {
  margin-bottom: 30px;
  padding-right: 0;
  padding-left: 15px;
}

div.responsive-picture.picture-1 > picture {
  height: auto;
}

.container-grid.container-fluid {
  max-width: 914px;
}

.container-grid.container-3 {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 10px 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .96) 0%, rgba(65, 65, 65, .81) 100%);
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .96) 0%, rgba(65, 65, 65, .81) 100%);
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .96) 0%, rgba(65, 65, 65, .81) 100%);
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .96) 0%, rgba(65, 65, 65, .81) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container-grid.container-4 {
  margin-top: 0;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.container-grid.container-5 {
  display: block;
  margin-top: 0;
  margin-right: 15px;
  margin-left: 15px;
  max-width: none;
  background-image: -webkit-linear-gradient(top, rgba(198, 198, 198, .31) 0%, rgba(29, 30, 33, .29) 100%);
  background-image:    -moz-linear-gradient(top, rgba(198, 198, 198, .31) 0%, rgba(29, 30, 33, .29) 100%);
  background-image:      -o-linear-gradient(top, rgba(198, 198, 198, .31) 0%, rgba(29, 30, 33, .29) 100%);
  background-image:         linear-gradient(180deg, rgba(198, 198, 198, .31) 0%, rgba(29, 30, 33, .29) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container-grid.container-6 {
  max-width: 1200px;
}

.container-grid.container-7 {
  max-width: 1200px;
}

.container-grid.blog-container.container-fluid {
  min-height: 700px;
}

.container-grid.grid-container {
  background-color: #000;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

@media screen and (min-width: 321px) {
  /* Text Elements */

  h1.hero-heading {
    letter-spacing: 2px;
    font-size: 24px;
  }

  h1.h1 {
    font-size: 24px;
  }

  p.paragraph.header-paragraph {
    font-size: 16px;
  }

  p.paragraph.block-paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  p.paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  div.responsive-picture.blog-image {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .container-grid.blog-section {
    display: block;
    -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-grid.blog-container.container-fluid {
    padding-right: 0;
    max-width: 370px;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1.hero-heading {
    letter-spacing: 4px;
    font-size: 30px;
  }

  h1.h1 {
    font-size: 30px;
  }

  h1.blog-heading {
    font-size: 26px;
  }

  h4.skills-heading {
    font-size: 26px;
  }

  p.paragraph.header-paragraph {
    letter-spacing: 6px;
  }

  p.paragraph.block-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  p.paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  /* Interaction Elements */

  a.link-button.btn.btn-outline-primary {
    font-size: 18px;
  }

  div.responsive-picture.blog-image {
    max-height: 207px;
  }

  .container-grid.blog-section {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    background-attachment: scroll, fixed;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
}

@media screen and (min-width: 992px) {
  .container-grid.blog-container.container-fluid {
    max-width: 400px;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h1.blog-heading {
    font-size: 28px;
  }

  h4.skills-heading {
    color: #35a1cf;
  }

  p.paragraph.header-paragraph {
    padding-top: 22px;
    color: #f2f2f2;
    font-size: 24px;
  }

  p.paragraph.footer-paragraph {
    color: #616161;
  }

  /* Interaction Elements */

  a.link-button.btn.btn-outline-primary {
    margin-bottom: 0;
    border-color: rgba(110, 110, 110, .55);
  }

  .container-grid.information-section {
    margin-right: auto;
    margin-left: auto;
  }

  .container-grid.blog-section {
    background-color: rgba(0, 0, 0, .75);
  }

  div.responsive-picture.blog-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .container-grid.grid-container {
    background-attachment: fixed;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, repeat;

    background-blend-mode: normal, normal;
  }
}