@-moz-viewport { width: device-width; scale: 1; }
@-ms-viewport { width: device-width; scale: 1; }
@-o-viewport { width: device-width; scale: 1; }
@-webkit-viewport { width: device-width; scale: 1; }
@viewport { width: device-width; scale: 1; }

html {
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Fira Sans', sans-serif;
  font-size: 100%;
  line-height: 1.3;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

.me {
  width: 100%;
  padding: 0;
  position: relative;
}

header {
  color: #fff;
  text-align: center;
  margin: 0;
  position: relative;
}

h1 {
  font-size: 3rem;
  text-align: left;
  line-height: 40px;
  margin: 21px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  text-shadow: 1px 2px 6px #000;
}

h2 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-left: 21px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-size: 1rem;
  line-height: 21px;
  margin: 21px;
  font-weight: 300;
  overflow: hidden;
  max-width: 30ch;
}

.icon {
  width: 25%;
  padding: 1em;
  float: left;
}

.icon img {
  display: block;
  width: 100%;
  border: 0;
}


footer a:hover {
  opacity: 0.5;
}


@media only screen and (min-width: 24em) {

  .icon {
    width: 10%;
    padding: 3em;
    float: left;
    background-color: #404c5a;
  }

  p {
    margin-bottom: 0;
    padding-bottom: 5em;
    font-size: 1.0625rem;
    line-height: 24px;
  }

}


@media only screen and (min-width: 35em) {
p {
  float: left;
  overflow: hidden;
  max-width: 60ch;
}

.icon {
  float: right;
  width: 100%;
  padding: 1em;
  background-color: transparent;
}

footer {
position: absolute;
right: 0;
width: 8%;
}

}


@media only screen and (min-width: 50em) {
  body {
    margin: 0;
    background-image: url("../images/header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .me {
  display: none;
  }

  h1 {
    font-size: 2.625rem;
    line-height: 42px;
    margin: 21px;
    margin-bottom: 0;
  }

header {
  min-height: 5em;
}

  p {
    margin-bottom: 0;
    padding-bottom: 5em;
    font-size: 1.1875rem;
    line-height: 29px;
  }

  .icon {
    width: 100%;
    padding: 1em;
    background-color: transparent;
  }

  footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7%;
}

  .image {
    height: 100vh;
    float:left;
    width: 40%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .image2 {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }

main {
}

}
