body {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: 'Oswald', sans-serif; }

.animate {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes pulse {
  0%, 4%, 8%, 22%, 26%, 30% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  2%, 24% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); }

  6%, 28% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015); } }

@keyframes pulse {
  0%, 4%, 8%, 22%, 26%, 30% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  2%, 24% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); }

  6%, 28% {
    -webkit-transform: scale(1.015);
    transform: scale(1.015); } }

#logo {
  z-index: 10; }
    #logo #me {
    background-color: #fff;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms; }
#start {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  #start #me {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms; }
  #start .bubble {
    position: absolute;
    padding: 15px;
    margin: 1em 0 3em;
    border: 1px solid #181819;
    color: #181819;
    background: #ebedf4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    margin-left: 30px;
    margin-top: -160px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
    opacity: 0;
    display: block; }
    #start .bubble.animated {
      opacity: 1; }
  #start .bubble.mobile {
    display: none; }
  #start .bubble:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 19px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #181819 transparent;
    display: block;
    width: 0; }
  #start .bubble:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 20px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #ebedf4 transparent;
    display: block;
    width: 0; }
  #start .bubble.gone, #start .bubble.flipinX.gone {
    opacity: 0 !important; }

#start.active #me {
  opacity: 0; }

#start:before {
  content: '';
  width: 198px;
  height: 198px;
  border-radius: 0%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -99px;
  margin-left: -99px;
  z-index: 0;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  opacity: 1; }

#start.active:before {
  margin-top: 0;
  margin-left: 0;
  width: 170%;
  height: 170%;
  top: -35%;
  left: -35%;
  opacity: 1; }
#home {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, top 1s ease-out;
  -moz-transition: opacity 1s ease-out, top 1s ease-out;
  -ms-transition: opacity 1s ease-out, top 1s ease-out;
  /* IE10 is actually unprefixed */
  -o-transition: opacity 1s ease-out, top 1s ease-out;
  transition: opacity 1s ease-out, top 1s ease-out;
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 0;
  color: black; }
  #home #me-small {
    width: 150px;
    height: 150px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms; }
  #home.active {
    opacity: 1;
    top: 50%;
    z-index: 999; }
  #home h1 {
    color: black; }
  #home p {
    color: black;
    font-weight: lighter;
    font-size: 18px;
    margin-bottom: 30px; }
    #home p a {
      color: black;
      text-decoration: underline; }
      #home p a:hover {
        text-decoration: none; }
    #home a.nostyle {
      text-decoration: none; }
  #home p.small {
    font-size: 13px;
    margin-top: 10px; }
  #home p.red {
    color: red;
  }
  #home a.social.codelab42 {
    background-color: white;
    height: 60px;
    width: 60px;
    margin-top: -7px;
  }
  #home a.social.codelab42 img {
    width: 60px;
    height: 60px;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease; }
    #home a.social.codelab42:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25); }
  #home a.social {
    border: 1px solid block;
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    background-color: black;
    color: white;
    margin: 0 6px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }
    #home a.social:after {
      display: inline-block;
      font-family: FontAwesome; }
    #home a.social:active, #home a.social:focus {
      color: white;
      background-color: black;
      border-color: black; }
    #home a.social:hover {
      background-color: transparent;
      color: black; }

#instagram {
  text-align: center;
}
  #instagram iframe {
    width:1248px;
    height:1248px;
    border:none;
    overflow:visible; }
  #instagram p {
    color: white;
    font-weight: lighter;
    font-size: 18px;
    margin-bottom: 30px; }
    #instagram p a {
      color: white;
      text-decoration: underline; }
      #instagram p a:hover {
        text-decoration: none; }
  #instagram p.small {
    font-size: 13px;
    margin-top: 10px; }
  #instagram a.social.codelab42 {
    background-color: white;
    width: 60px;
    height: 60px; }
  #instagram a.social.codelab42 img {
    width: 60px;
    height: 60px;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease; }
    #instagram a.social.codelab42:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25); }
  #instagram a.social {
    border: 1px solid block;
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    background-color: white;
    color: black;
    margin: 0 6px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }
    #instagram a.social:after {
      display: inline-block;
      font-family: FontAwesome; }
    #instagram a.social:active, #home a.social:focus {
      color: white;
      background-color: black;
      border-color: black; }
    #instagram a.social:hover {
      background-color: black;
      color: white; }
#loxone img {
    background-color: #fff;
    width: 350px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
#menu {
  height: 60px;
}
ul.menu {
  position: absolute;
  left: 50%;
  margin-left: -190px;
}
  ul.menu li{
    float: left;
  }
#footer {
  display: block;
  font-weight: lighter;
  font-size: 13px;
  opacity: 1;
  width: 100%;
  position: absolute;
  text-align: center;
  color: black;
  z-index: 999;
  right: 0;
  bottom: 20px;
  left: 0;}
  #footer a {
    color: black;
  }
  #footer ul {
    margin-left: -125px;
  }
  #footer li {
    margin-right: 2px;
  }

.clearfix {
    overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (max-width: 640px) {
  #start .bubble {
    left: 50%;
    top: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    margin-top: -160px; }
  #start .bubble.full {
    display: none; }
  #start .bubble.mobile {
    display: block; }
 }
