/* Text Elements */

h1.heading-1 {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 42px;
}

h2.heading-2 {
  font-weight: 600;
  font-size: 32px;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

a.link-text.text-link-1 {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

/* Interaction Elements */

a.link-button.button-link-1 {
  padding: 6px 25px 10px;
  color: #fff;
}

a.link-button span.button-link-text-1 {
  text-decoration: none;
}

/* Layout Elements */

.container.wrapper {
  padding: 170px 0 70px;
  min-height: 100vh;
}

.container.head {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #41133b;
}

.container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  width: 65%;
}

.container.soc {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  width: 35%;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.top {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  height: 50px;
  background-color: #41133b;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-1 {
  padding: 20px;
}

.container.pics {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

div.responsive-picture.log {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 100px;
}

a.social-image.social-icon-1 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  background-color: transparent;
}

div.responsive-picture.picture-1 {
  margin: 20px;
  max-width: 400px;
}

div.responsive-picture.picture-1:hover {
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: scaleX(1.33) scaleY(1.33);
     -moz-transform: scaleX(1.33) scaleY(1.33);
       -o-transform: scaleX(1.33) scaleY(1.33);
          transform: scaleX(1.33) scaleY(1.33);
}

@media screen and (max-width: 53.8125rem) {
  /* Layout Elements */

  .container.menu {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.nav {
    -ms-flex-pack: center;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.soc {
    -ms-flex-pack: center;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.top {
    width: 100%;
  }

  .container.wrapper {
    padding-top: 200px;
  }

  div.responsive-picture.log {
    min-width: 100auto;
  }
}

@media screen and (max-width: 36.1875rem) {
  /* Layout Elements */

  .container.top {
    -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.wrapper {
    padding-top: 300px;
  }

  div.responsive-picture.log {
    padding-bottom: 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 24.125rem) {
  /* Layout Elements */

  .container.wrapper {
    padding-top: 350px;
  }
}