html,
body {
  width: 100%;
  margin: 0;
  top: 0;
  background-image: url(pictures/gplaypattern.png);
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 50;
}

a:link {
    text-decoration: none;
    color: #005599;
}

a:visited {
    text-decoration: none;
    color: #005599;
}

a:hover {
    text-decoration: none;
    color: #110088;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 400;
}

@media screen and (max-width: 900px) {
  header h1 {
    font-size: 2em;
  }
}

@media screen and (max-width: 420px) {
  header h1 {
    font-size: 1.75em;
  }
}

main {
  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;
  margin: 0px 50px;
  border: 1px solid #000000;
  background: #ffffffbe;
}

@media screen and (max-width: 888px) {
  main {
    margin: 0px 30px;
  }
}

@media screen and (max-width: 420px) {
  main {
    margin: 0px 0px;
  }
}

@media screen and (min-width: 688px) {
  body {
      max-width: 1200px;
      margin: auto;
      background-position: center center;
  }
}


.info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 888px) {
  .container-lr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container-left {
  margin-top: 25px;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0px solid red;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media screen and (max-width: 888px) {
  .container-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.container-right {
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0px solid red;
}

.container-bottom {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 20px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-box {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-right: 40px;
  margin-left: 0px;
  border: 0px solid red;
}

@media screen and (max-width: 888px) {
  .text-box {
      margin-left: 20px;
      margin-right: 20px;
  }
}


.text-box h1 {
  padding: 0;
  font-weight: 500;
}

.text-box p {
  padding: 0;
  margin: 0;
}

.image-container { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media screen and (max-width: 888px) {
  .image-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#hyperbolicpic {
    width: 382px;
    height: 113px;
  margin: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0px solid red;
}

#profilepic {
    width: 382px;
    height: 255px;
  margin: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0px solid red;
}

@media screen and (max-width: 888px) {
  #profilepic {
      width: 382px;
      height: 255px;
  }
}

@media screen and (max-width: 440px) {
  #profilepic {
      width: 300px;
      height: 200px;
  }
}

@media screen and (max-width: 888px) {
  #hyperbolicpic {
      width: 382px;
      height: 113px;
  }
}

@media screen and (max-width: 440px) {
  #hyperbolicpic {
      width: 300px;
      height: 89px;
  }
}

.contact-box-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0px solid red;
}

@media screen and (max-width: 888px) {
  .contact-box-desktop {
    display: none;
  }
}

.contact-box-tabletandsmartphone {
  justify-content: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0px solid red;
}

@media screen and (max-width: 888px) {
  .contact-box-tabletandsmartphone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contactbox {
  margin: 0px 20px;
}

.contactbox h1 {
    font-size: 2em;
    font-weight: 500;
}

.contactbox a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  border: 2px solid black;
  border-radius: 10px;
  padding: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contactbox a:hover {
  background: #000000;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contactboxsocial {
  align-items: center;
  justify-content: center;
  margin: 20px 20px;
}

.contactboxsocial h1 {
  font-size: 1em;
}

footer {
  position: relative;
}

footer p {
  font-size: 16px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
