* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  background-color: #242729;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'AG', -apple-system, BlinkMacSystemFont, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

p, span {
  font-size: 14px;
  font-weight: 600;
}

ul, li {
  list-style-type: none;
}

h1 {
  font-size: 25px;
  line-height: 31px;
  margin-top: 50px;
}

h2 {
  font-size: 44px;
  line-height: 50px;
  margin-top: 50px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

.site {
  width: 650px;
  min-width: 320px;
  margin: auto;
  align-content: center;
}

.content {
  padding-bottom: 50px;
  margin: auto 25px;
  position: relative;
}

.indicator {
  font-size: 22px;
}

.indicator:before {
  content: "🌑 ";
}

.me {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 400px;
  margin-top: 25px;
  border: 3px solid #fff;
  background-image: url("../images/me.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  position: absolute;
  top: -1px;
  width: 1px;
  height: 1px;
}

.experience {
  margin-top: 70px;
  width: 100%;
}

.experience h3 {
  margin-bottom: 15px;
}

.experience li {
  margin-bottom: 25px;
}

.experience .time {
  font-size: 14px;
  font-style: italic;
}

.logo {
  float: left;
}

.logo img {
  width: 35px;
  margin: 2px 10px 15px 0;
}

.border-radius-6 {
  border-radius: 6px;
}

.center {
  text-align: center;
}

.image-container {
  padding: 5px;
}

.image-container img {
  height: 200px;
  width: 200px;
}

.contact {
  width: 390px;
  padding-right: 25px;
  line-height: 22px;
}

.ending {
  margin-top: 70px;
  padding-bottom: 25px;
}

.ending a {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
}

.linkedin {
  text-align: right;
}

@media only screen and (max-width: 650px) {
  .site {
    width: 100%;
  }

  .me {
    width: 100%;
    background-position: calc(100% * 0.5) 0px !important;
  }
}

@media only screen and (max-width: 550px) {
  .ending {
    width: 100%;
  }

  .instagram {
    text-align: center;
  }

  .linkedin {
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 400px) {
  .contact {
    width: 100%;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 370px) {
  .ending a {
    width: 45%;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 320px) {
  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .experience small {
    font-size: 13px;
  }
}
