
* {
  -webkit-touch-callout: none;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
}

/* Clouds of æther. Copyright (c) 2016 by smlsvnssn. Licensed under the MIT license. http://codepen.io/smlsvnssn/pen/pEQJpR */

html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
}

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

body {
  width: 100%;
  height: 100%;
  font-family: 'Sacramento', cursive;
  font-size: 100px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow: hidden;
}

.play {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  opacity: 0.6;
  z-index: 900;
  cursor: pointer;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.child {
  position: absolute;
  text-align: center;
  bottom: 150px;
  left: 50%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.child2 {
  position: absolute;
  text-align: center;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.calm {
  position: absolute;
  text-align: center;
  font-size: 50px;
  top: 385px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#text1 {
   -webkit-transition: all 2300ms linear;
   -moz-transition: all 2300ms linear;
   transition: all 2300ms linear;
}

#logo {
   -webkit-transition: all 2300ms linear;
   -moz-transition: all 2300ms linear;
   transition: all 2300ms linear;
}

svg {
  width: 100%;
  height: 100%;
}




/* my additions */
.tab {
position: fixed;
right: 15px;
top: 0px;
}

#shar {
position: fixed;
right: 10px;
bottom: 10px;
font-size: 14px;
cursor: pointer;
}

.foot {
position: fixed;
font-size: 30px;
color: #A09FA3;
text-align: left;
left: 10px;
bottom: 5px;
}

a {
	outline: none;
	color: #A09FA3;
	text-decoration: none;
}

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

@media screen and (max-height: 700px) {

.child {
display: none;
}

}

@media screen and (max-width: 600px) {

.play {
display: inline;
}

.child {
display: none;
}

}





/* CSS astral loader. Copyright (c) 2016 by Hugo Giraudel. Licensed under the MIT license. http://codepen.io/HugoGiraudel/pen/DKyqx */
.wrapper {
  width: 300px;
  height: 20px;
  background: #2c2c2c;
  border-radius: 30px;
  position: relative;
  top: 130px;
  margin: 0 auto;
  transform: rotate(-90Deg) scale(0.85);
}

.wrapper:before {
  content: "";
  position: absolute;
  background: inherit;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  left: -5px;
  top: 50%;
  margin-top: -17px;
}

.wrapper:after {
  content: "";
  height: 100%;
  width: 10px;
  background: #2c2c2c;
  position: absolute;
  left: 28px;
  top: 0;
}

.loader {
  width: 99%;
  height: 82%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: #404040;
  border-radius: inherit;
  z-index: 100;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.4), inset 0 3px 3px rgba(0, 0, 0, 0.5), inset 0 -5px 5px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.inner {
  width: 0%;
  height: 100%;
  background: #2b8095;
  background: -webkit-linear-gradient(left, #237686, #34476f, #5b426c, #965666, #ba835c, #d0c746);
  background: linear-gradient(to right, #237686, #34476f, #5b426c, #965666, #ba835c, #d0c746);
  animation: loader 100s linear reverse;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 8px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 1px rgba(255, 255, 255, 0.1);
}

.inner:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2b8095;
  background: linear-gradient(#63b5c0, #146a77);
  left: -3px;
  top: 50%;
  margin-top: -15px;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.2), inset 0 -4px 2px rgba(255, 255, 255, 0.1);
}

.inner:before {
  content: "";
  position: absolute;
  height: 100%;
  background: -webkit-linear-gradient(left, #2b8095, rgba(64, 64, 64, 0));
  background: linear-gradient(to right, #2b8095, rgba(64, 64, 64, 0));
  width: 20px;
  top: 0;
  left: 25px;
  z-index: 200;
}

/*
.loader {
  content: "";
  height: 50%;
  width: 95%;
  position: absolute;
  margin-top: -8px;
  position: absolute;
  left: 0;
  border-radius: inherit;
  background: #404040;
  top: 0;
  left: 0;
  z-index: -1;
}

.inner:after {
  content: "";
 	width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  background: inherit;
  top: 50%;
  margin-top: -15px;
}
*/
@keyframes loader {
  100% {
    width: 100%;
  }
}