html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visuallyHidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-size: 125%;
}

body {
  font-family: 'opensans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3px;
  line-height: 24px;
}

h1,
h2,
h2 {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  text-transform: uppercase;
}

h1 {
  letter-spacing: 0.9px;
}

h3 {
  text-transform: uppercase;
}

ul {
  list-style-type: none;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: black;
}

.wrapper {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}

nav li {
  font-size: 0.7rem;
  letter-spacing: 0.3px;
}

.blog {
  background: url("../images/blog-1.jpeg");
  height: 100vh;
  background-size: cover;
  background-position: center;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  text-transform: uppercase;
}

nav ul li {
  display: inline;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}

.home {
  background-image: url("../images/home-1.jpeg");
  background-size: cover;
  background-position: center;
  height: 90vh;
}

.homeBranding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c3dab7;
  height: 65vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homeBranding .flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.homeBranding .imageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homeBranding img {
  height: 200px;
}

.stamp img {
  height: 165px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.homeBranding .textContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 30px;
}

.branding,
.design {
  padding: 0 100px;
}

.homeTurnstile {
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homeTurnstile .flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
}

.homeTurnstile img {
  border-radius: 50%;
}

.homeTurnstile .textContainer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.homeIcons {
  background-image: url("../images/home-4.jpeg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 80vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: 100%;
}

.homeIcons .flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 80%;
}

.iconsContainer i {
  padding: 1rem;
}

.iconsContainer h3 {
  margin: 0;
}

.iconFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 155px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeIcon i {
  font-size: 2rem;
}

.iconFeature .textContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homeTeam .flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.teamTitle {
  text-align: center;
  margin: 20px;
}

.theTeamImages {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.theTeamImages .textContainer {
  width: 50%;
  padding: 20px;
  margin: 10px;
  background-color: lightgrey;
}

.theTeamImages .imgContainer {
  margin: 10px;
  width: 15vw;
}

.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  margin: 10px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeDropline {
  height: 80vh;
}

.homeDropline .flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.droplineLeft {
  background-color: #c3dab7;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.droplineLeft .textContainer {
  text-align: center;
  width: 50%;
}

.button {
  display: inline-block;
  background-color: #f6f6f6;
  padding: 20px;
  text-align: center;
  font-size: 0.7rem;
}

.droplineRight {
  background-image: url("../images/home-10.jpeg");
  width: 50%;
}

h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.85rem;
  letter-spacing: 0.9px;
}

.article {
  margin-top: 55px;
}

.articleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blogheader {
  background: url("../images/blog-1.jpeg");
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.authorImage img {
  border-radius: 50%;
  height: 65px;
  margin-right: 20px;
}

.headline h1 {
  margin: 20px;
  text-align: center;
}

.headline a {
  color: grey;
}

.facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid black;
  padding: 35px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.authorImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

th {
  text-align: left;
  text-transform: uppercase;
  font-family: 'montserrat', sans-serif;
}

td:last-of-type {
  padding-right: 0px;
}

td {
  padding-right: 80px;
}

span {
  font-weight: bold;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share li {
  display: inline;
}

.relatedHeadline {
  padding: 40px 0;
}

.relatedImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.readComment .textContainer {
  margin-left: 35px;
}

.readHeadline {
  padding: 30px 0;
}

.readComment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
}

.postHeadline {
  padding: 40px 0;
  border-bottom: 1px solid lightgray;
}

.personalInfoForm {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

input {
  margin-right: 2vw;
  padding-right: 11vw;
  border-bottom: 1px transparent lightgray;
}

input {
  border: hidden;
}

.postContainer {
  padding-bottom: 100px;
}

textarea {
  resize: none;
  width: 75vw;
  border-color: transparent;
  border-bottom: 1px solid grey;
  margin-bottom: 40px;
}

input:focus,
input:active,
textarea:active,
textarea:focus {
  outline: none;
  border-color: transparent;
  border-bottom: 1px solid grey;
}

button {
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  border-color: transparent;
  border-bottom: 1px solid grey;
  background-color: white;
  line-height: 24px;
  letter-spacing: 0.7px;
}

.contactDetailsIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.headerImage {
  background-image: url("../images/contact-1.jpeg");
  background-size: cover;
  background-position: center;
  height: 30vh;
}

.contactHeadline {
  margin-top: -70px;
}

.contactHeadline h1 {
  margin: 15px 0;
}

.contactDetails {
  margin: 50px 0;
}

.contactDetails h3 {
  text-transform: uppercase;
}

.contactDetailsIcons {
  margin: 50px 0;
}

.contactDetailsIcons i {
  font-size: 2rem;
}

.contactGetinTouch {
  margin: 100px 0;
}

footer {
  background: #333333;
  color: white;
}

.footerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 90px 0;
}

footer a {
  color: white;
}

footer h3 {
  text-transform: uppercase;
  font-weight: normal;
}

.footerRecent {
  margin: 0 30px;
}

.footerRecent ul {
  list-style-type: disc;
}

.footerRecent h3 {
  text-align: center;
}

.footerSubscribe h3,
.footerSubscribe p,
.footerSubscribe form {
  text-align: right;
}

.footerSubscribe input {
  text-indent: 1rem;
  height: 40px;
  margin: 0;
}

.footerSubscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerSubscribe i {
  background-color: #C3DAB7;
  color: black;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerContact i {
  padding-right: 1vw;
}

footer .logo {
  text-transform: uppercase;
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid grey;
}

@media (max-width: 1200px) {
  .iconsContainer .flexContainer {
    width: 100%;
  }
}

@media (max-width: 768px) {
  nav ul li {
    display: block;
  }
}

@media (max-width: 480px) {
  nav {
    height: 70vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .homeTurnstile {
    height: 100vh;
  }
  .homeBranding {
    height: 120vh;
  }
  .homeIcons {
    height: 300vh;
  }
  .iconFeature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 80px;
    text-align: center;
  }
  .homeIcons .flexContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .homeTeam .theTeamImages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .homeBranding .textContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .screen a {
    color: white;
  }
  .blog .logo {
    color: white;
  }
  .homeTeam .imgContainer {
    width: 100%;
  }
  .homeDropline {
    height: 150vh;
  }
  .droplineLeft {
    width: 100%;
  }
  .droplineRight {
    width: 0;
  }
  .article h1 {
    line-height: 40px;
  }
  .author table {
    display: table;
  }
  .relatedImages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theTeamImages .textContainer {
    width: 100%;
  }
  .contactDetailsIcons {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  table {
    display: none;
  }
  .footerContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    text-align: left;
  }
  .footerSubscribe p,
  .footerSubscribe h3 {
    text-align: left;
  }
}
