*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0, 0);
  margin: 0;
  padding: 0;
}

@at-root {
  @-ms-viewport {
    width: device-width;
  }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;
  text-rendering:optimizelegibility;
  -webkit-font-smoothing:antialiased;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.45;
  color: #323232;
  text-align: left;
  background-color: #000000;
  overflow: hidden;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;
   font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

b, strong {
  font-weight: bolder;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}


label {
  display: inline-block;
  margin-bottom: 1rem;
}

button {
  border-radius: 0;
}

/*Credit: https://github.com/suitcss/base/*/
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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 {
  padding: 0;
  border-style: none;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}


input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
a {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.lang-c {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 99;
  font-size: 12px;
}
.lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lang a {
  margin-left: 5px;
}
.lang a:after {
  content: '\007C';
  display: inline-block;
  margin-left:5px;
  position: relative;
  top: -1px;
}
.lang a:last-child:after {
  display: none;
}
.logo-c {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed !important;
  z-index: 99;
  width: 100%;
  -webkit-animation: logoani 2s 2.7s cubic-bezier(0.22, 0.44, 0, 1);
  animation: logoani 2s 2.7s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.logo-c img {
  width: 80px;
  height: 80px;
}
@-webkit-keyframes logoani {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoani {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  -webkit-animation: 1s ease;
  animation: 1s ease;
  text-align: center;
  color: #ffffff;
}
.centered {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-flow: column;

}
@media (max-width: 768px) {
  .centered {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) AND (max-width: 823px) {
  .container-welcome.centered {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
  }
}
@media (min-width: 824px) and (max-width: 1024px) {
  .centered {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*.einmalig .content-title {
  -webkit-animation: magic 3s 1s cubic-bezier(0.22, 0.44, 0, 1);
  animation: magic 3s 1s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  line-height: 1.2;
}*/
.credit {
  position: absolute;
  bottom: 50px;
  right: -40px;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 9px;
}
h2.content-title {
  font-weight: normal;
  font-size: 30px;
  transform:translateY(-100%);
}
p.welcome {
  margin-bottom: 0.5rem;
}
.content-title {
  position: relative;
}
.trenner {
  background-color: #ffffff;
  height: 1px;
  position: relative;
  /*left: -10px;
  right: -10px;
  bottom: -25px;*/
  -webkit-animation:showline 1.7s 1s cubic-bezier(0.22, 0.44, 0, 1);
  animation:showline 1.7s 1s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*@media (max-width: 320px) {
  .trenner {
    bottom: -15px;
  }
}
@media (min-width: 321px) and (max-width: 414px) {
  .trenner {
    bottom: -17px;
  }
}*/
/*.einmalig .welcome {
  margin-bottom: 0.5rem;
}*/

.einmalig .welcome, .einmalig .welcome-sub {
  font-weight: bold;
  text-shadow: 0 0 30px rgba(0,0,0,.66);
}
.einmalig .welcome {
  -webkit-animation: magictext 2s 2.7s cubic-bezier(0.22, 0.44, 0, 1);
  animation: magictext 2s 2.7s cubic-bezier(0.22, 0.44, 0, 1);
    -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.einmalig .welcome-sub {
  -webkit-animation: magictext 2s 3.7s cubic-bezier(0.22, 0.44, 0, 1);
  animation: magictext 2s 3.7s cubic-bezier(0.22, 0.44, 0, 1);
    -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 414px) {
  .einmalig .welcome, .einmalig .welcome-sub {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (min-width: 415px) AND (max-width: 767px) {
  .einmalig .welcome, .einmalig .welcome-sub {
    font-size: 36px;
  }
}
@media (min-width: 768px) AND (max-width: 1024px) {
  .einmalig .welcome, .einmalig .welcome-sub {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .einmalig .welcome, .einmalig .welcome-sub {
      font-size: 48px;
  }
}
/*@media (max-width: 320px)  {
  @-webkit-keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding:0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-size: 10px;
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      padding:0;
      animation-delay: 10s;
      font-size: 15px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 14px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
      padding:0 10px;
    }
  }
  @keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding:0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-size: 10px;
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      padding:0;
      animation-delay: 10s;
      font-size: 15px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 14px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
      padding:0 10px;
    }
  }
}
@media (min-width: 321px) and (max-width: 414px)  {
  @-webkit-keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding:0;
      font-size: 18px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: normal;
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      padding:0;
      animation-delay: 10s;
      font-size: 18px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 16px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
      padding:0 10px;
    }
  }
  @keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding:0;
      font-size: 18px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: normal;
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      padding:0;
      animation-delay: 10s;
      font-size: 18px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 16px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
      padding:0 10px;
    }
  }
}
@media (min-width: 415px) AND (max-width: 823px) {
  @-webkit-keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding:0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: bold;
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      padding:0;
      animation-delay: 10s;
      font-size: 28px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: bold;
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 20px;
      padding: 0 20px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
      color:red !important;
      background-color: pink;
    }
  }
  @keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding:0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: bold;
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      padding:0;
      animation-delay: 10s;
      font-size: 28px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: bold;
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 20px;
      padding: 0 20px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
    }
  }
}

@media (min-width: 824px) AND (max-width: 1024px) {
  @-webkit-keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding: 0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      padding: 0;
      animation-delay: 10s;
      font-size: 36px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 30px;
      padding: 0 20px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
    }
  }
  @keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding: 0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      animation-delay: 10s;
      padding: 0;
      font-size: 36px;
      text-shadow: 0 0 15px rgba(255,255,255,1);
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 30px;
      padding: 0 20px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
    }
  }
}
@media (min-width: 1025px) {
  @-webkit-keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding:0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: bold;
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      animation-delay: 10s;
      font-size: 48px;
      padding:0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: bold;
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 30px;
      padding: 0 30px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
    }
  }
  @keyframes magic {
    from {
      -webkit-transform: translate3d(0, 33%, 0);
      transform: translate3d(0, 33%, 0);
      opacity:0;
      padding:0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: bold;
    }
    33%, 66% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      animation-delay: 10s;
      font-size: 48px;
      padding:0;
      text-shadow: 0 0 15px rgba(255,255,255,1);
      font-weight: bold;
    }
    100% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      font-size: 30px;
      padding: 0 30px;
      text-shadow: none;
      font-weight: normal;
      text-shadow: 0 0 30px rgba(0,0,0,.66);
    }
  }
}*/
@media (max-width: 768px) {
  @-webkit-keyframes showline {
    from {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes showline {
    from {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
}
@media (min-width: 768px) {
  @-webkit-keyframes showline {
    from {
      width: 0;
    }
    100% {
      width: 600px;
    }
  }
  @keyframes showline {
    from {
      width: 0;
    }
    100% {
      width: 600px;
    }
  }
}
@-webkit-keyframes magictext {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes magictext {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hide {
  display: none;
}

.section-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.section{
    background-size: cover;
    background-position: center center;
  }
.section:nth-child(1){
  background-image: url('../img/coding-asia-welcome.jpg');
    z-index: 10;
}
.section:nth-child(2){
  background-image: url('../img/coding-asia-hcn.jpg');
    z-index: 9;
}
.section:nth-child(3){
  background-image: url('../img/coding-asia-work.jpg');
    z-index: 8;
}
.section:nth-child(4){
  background-image: url('../img/holo-lens2.jpg');
    z-index: 7;
}
.section:nth-child(5){
  background-image: url('../img/coding-asia-awesome.jpg');
    z-index: 6;
}
.quad {
  width: 300px;
  height: 300px;
  display: flex;
  flex-flow: column;
  background-color: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  padding: 26px;
}
.quad p:last-child {
  margin-bottom: 0;
}
h3.content-title {
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  width: 100%;
}
h4.content-title {
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  width: 100%;
}

p.content-subtitle {
  font-size: 14px;
  width: 100%;
}
.content-link {
  text-decoration: underline;
}
.last h3.content-title {
  font-size: 50px;
  max-width: 100%;
  color: #fff;
  text-shadow: 0 0 30px rgba(0,0,0,0.33);
}
.last .quad {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
@media (max-width: 480px) {
  .section:nth-child(4) {
    background-position: -96vw center;
  }
}
@media (max-width: 568px) and (orientation: landscape) {
  .quad {
    width: 300px;
    height: 300px;
  }
  h3.content-title {
    font-size: 16px;
  }
  p.content-subtitle {
    font-size: 12px;
  }
}
@media (width:768px) and (orientation: portrait) {
.section:nth-child(4) {
    background-position: -72vw center;
  }

}
@media (min-width:768px) and (orientation: portrait) {
  /*.einmalig .welcome {
    margin-bottom: 0;
  }*/
  .quad {
    width: 448px;
    height: 448px;
  }
  h3.content-title {
    font-size: 36px;
  }
  h4.content-title {
    font-size: 24px;
  }
  p.content-subtitle {
    font-size: 22px;
  }
  .last p.content-subtitle{
    font-size: 18px
  }
  .logo-c img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width:824px) {
  /*.einmalig .welcome {
    margin-bottom: 0;
  }*/
  .quad {
    width: 448px;
    height: 448px;
  }
  h3.content-title {
    font-size: 36px;
  }
  h4.content-title {
    font-size: 26px;
  }
  .last p.content-subtitle{
    font-size: 18px
  }
  .last .quad {
    padding: 20px;
  }
  p.content-subtitle {
    font-size: 22px;
  }
  .logo-c img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width:1024px) {
  .last h3.content-title {
    font-size: 60px;
  }
}
@media (min-width:1280px) {
  .logo-c img {
    width: 124px;
    height: 124px;
  }
  .section:nth-child(4) {
    background-position: center center;
  }
}
@media (min-width:1600px) {
  .logo-c img {
    width: 150px;
    height: 150px;
  }
  .quad {
    width: 548px;
    height: 548px;
    padding: 50px;
  }
  .section:nth-child(4) {
    background-position: center center;
  }
  h4.content-title {
    font-size: 30px;
  }
  .last p.content-subtitle{
    font-size: 22px
  }
  .last .quad {
    padding: 34px;
  }
}
@media (min-height:1024px) { 
  .last h3.content-title {
    margin-bottom: 3rem;
  }
}
.active .quad {
  -webkit-animation: fadeInUp 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  animation: fadeInUp 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .last h3.content-title, .active .last .quad {
  -webkit-animation: fadeInUp 2.4s .5s cubic-bezier(0.22, 0.44, 0, 1);
  animation: fadeInUp 2.4s .5s cubic-bezier(0.22, 0.44, 0, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.next {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 50px;
  opacity: 0.75;
  -webkit-transform: scaleY(0.75);
     -moz-transform: scaleY(0.75);
      -ms-transform: scaleY(0.75);
       -o-transform: scaleY(0.75);
          transform: scaleY(0.75);
}
.einmalig .next {
  -webkit-animation-name: showup;
  animation-name: showup;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes showup {
  from {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
@keyframes showup {
  from {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
.totop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 1;

}
.totop a {
  font-size: 70px;
  -webkit-transform: scaleY(0.75);
     -moz-transform: scaleY(0.75);
      -ms-transform: scaleY(0.75);
       -o-transform: scaleY(0.75);
          transform: scaleY(0.75);
  display: block;

}