/* line 17, sass/style.scss */
body, html {
  width: 100%;
  height: 97%;
}

/* line 21, sass/style.scss */
body {
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: #eee;
  overflow-y: scroll;
}

/* line 26, sass/style.scss */
body, h1, p {
  /*font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 35, sass/style.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  top: 25%;
  -webkit-transition: top 0.6s cubic-bezier(0, 0.39, 0.54, 1);
  -moz-transition: top 0.6s cubic-bezier(0, 0.39, 0.54, 1);
  -ms-transition: top 0.6s cubic-bezier(0, 0.39, 0.54, 1);
  -o-transition: top 0.6s cubic-bezier(0, 0.39, 0.54, 1);
  transition: top 0.6s cubic-bezier(0, 0.39, 0.54, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 59, sass/style.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 64, sass/style.scss */
h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

/* line 71, sass/style.scss */
p {
  margin: 0 0 10px;
}

/* line 75, sass/style.scss */
a {
  color: #679b08;
  text-decoration: none;
}

/*custom**********/
/* line 81, sass/style.scss */
.btn {
  background-color: #679b08;
  border: 1px solid #679b08;
  color: #eee;
  display: inline-block;
  margin: 0;
  outline: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 2px;
}
.link-to-blog{
  background-color: transparent;
  color: #679b08;
}

/* line 95, sass/style.scss */
.btn:hover {
  opacity: 0.9;
}
.link-to-blog:hover{
  text-decoration: underline;
}

/* line 99, sass/style.scss */
#msg {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

/* line 111, sass/style.scss */
hr {
  max-width: 0;
  -webkit-transition: max-width 0.8s;
  -moz-transition: max-width 0.8s;
  -ms-transition: max-width 0.8s;
  -o-transition: max-width 0.8s;
  transition: max-width 0.8s;
}

/* line 120, sass/style.scss */
.container #label-container {
  max-height: 42px;
}

/* line 124, sass/style.scss */
#chk {
  display: none;
}

/* line 129, sass/style.scss */
.chk-checked
 {
  top: 0;
}
/* line 135, sass/style.scss */
.chk-checked #msg {
  opacity: 1;
  max-height: 80%;
  overflow: visible;
}
/* line 141, sass/style.scss */
.chk-checked #label-container {
  overflow: hidden;
  max-height: 0;
  -moz-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
/* line 147, sass/style.scss */
.chk-checked hr {
  max-width: 100%;
}

.form-elems-cont{
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}

/* line 164, sass/style.scss */
.input-cont {
  display: block;
  padding: 0;
  outline: 0;
  border-width: 0;
  position: relative;
  width: 300px;
  margin: 6px 0;
}
/* line 172, sass/style.scss */
.input-cont * {
  box-sizing: border-box;
}
/* line 176, sass/style.scss */
.input-cont img {
  position: absolute;
  left: -25px;
  top: 3px;
}
/* line 181, sass/style.scss */
.input-cont input {
  vertical-align: middle;
}
/* line 185, sass/style.scss */
.input-cont textarea {
  resize: none;
}
/* line 189, sass/style.scss */
.input-cont input, .input-cont textarea {
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  border: solid 1px dimgray;
  border-radius: 0;
  padding: 5px 5px 8px 5px;
  outline: none;
  margin-top: -3px;
}
#submit-btn{
  margin: 15px auto;
  min-width: 100px;
}

/* line 215, sass/style.scss */
.space-fill {
  display: inline-block;
  width: 20px;
}

/* -------------------  */
/* Logo styling         */
/* -------------------  */
/* line 225, sass/style.scss */
#logo-container {
  height: 70px;
}
/* line 229, sass/style.scss */
#logo-container * {
  -moz-transition: width 0.4s, height 0.4s, border-width 0.4s, right 0.4s, opacity 0.2s;
  -o-transition: width 0.4s, height 0.4s, border-width 0.4s, right 0.4s, opacity 0.2s;
  -webkit-transition: width 0.4s, height 0.4s, border-width 0.4s, right 0.4s, opacity 0.2s;
  transition: width 0.4s, height 0.4s, border-width 0.4s, right 0.4s, opacity 0.2s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 241, sass/style.scss */
#logo-container .frame {
  position: relative;
  margin: auto;
  border: 1px solid black;
  line-height: 45px;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
/* line 253, sass/style.scss */
#logo-container .code-snippet {
  opacity: 1;
}
/* line 257, sass/style.scss */
#logo-container .code-cursor {
  color: gray;
  opacity: 0.7;
  text-decoration: blink;
}
/* line 264, sass/style.scss */
#logo-container .window-buttons {
  display: none;
  position: absolute;
  top: 1px;
  line-height: 0;
  text-align: left;
}
/* line 271, sass/style.scss */
#logo-container .round-button {
  height: 4px;
  display: inline-block;
  margin: 1px;
}
/* line 280, sass/style.scss */
#logo-container .frame-support .line {
  background-color: black;
}
/* line 283, sass/style.scss */
#logo-container .line.short {
  width: 0;
  height: 0;
  margin: auto;
}
/* line 288, sass/style.scss */
#logo-container .line.long {
  width: 0;
  height: 0;
  margin: auto;
}
/* line 296, sass/style.scss */
#logo-container.transitioning .code-snippet {
  opacity: 0;
}
/* line 306, sass/style.scss */
#logo-container.desktop .window-buttons {
  display: block;
}
/* line 309, sass/style.scss */
#logo-container.desktop .frame {
  width: 78px;
  height: 47px;
  font-size: 16px;
}
/* line 315, sass/style.scss */
#logo-container.desktop .line.short {
  width: 20px;
  height: 2px;
  margin: 1px auto;
}
/* line 320, sass/style.scss */
#logo-container.desktop .line.long {
  width: 70px;
  height: 1px;
  margin: auto;
}
/* line 328, sass/style.scss */
#logo-container.tablet .frame {
  width: 45px;
  height: 62px;
  font-size: 13px;
  border-left-width: 2px;
  border-right-width: 2px;
}
/* line 337, sass/style.scss */
#logo-container.mobile .frame {
  width: 28px;
  height: 58px;
  font-size: 8px;
}
/* line 348, sass/style.scss */
#logo-container.mac .frame {
  border-radius: 5px;
}
/* line 352, sass/style.scss */
#logo-container.mac .line.short {
  border-radius: 50%;
}
/* line 355, sass/style.scss */
#logo-container.mac .line.long {
  width: 30px;
}
/* line 359, sass/style.scss */
#logo-container.mac .window-buttons {
  right: 56px;
}
/* line 362, sass/style.scss */
#logo-container.mac .round-button {
  border-radius: 100px;
  width: 4px;
}
/* line 366, sass/style.scss */
#logo-container.mac .round-button.first {
  background-color: orangered;
}
/* line 369, sass/style.scss */
#logo-container.mac .round-button.second {
  background-color: orange;
}
/* line 372, sass/style.scss */
#logo-container.mac .round-button.third {
  background-color: #679b08;
}
/* line 379, sass/style.scss */
#logo-container.windows .frame {
  border-radius: 0px;
}
/* line 382, sass/style.scss */
#logo-container.windows .window-buttons {
  right: 2px;
}
/* line 385, sass/style.scss */
#logo-container.windows .round-button {
  border-radius: 0;
  width: 6px;
}
/* line 389, sass/style.scss */
#logo-container.windows .round-button.first {
  background-color: gray;
}
/* line 392, sass/style.scss */
#logo-container.windows .round-button.second {
  background-color: gray;
}
/* line 395, sass/style.scss */
#logo-container.windows .round-button.third {
  background-color: red;
}
/* line 403, sass/style.scss */
#logo-container.ios .window-buttons {
  right: 0px;
  display: block;
}
/* line 407, sass/style.scss */
#logo-container.ios .window-buttons .round-button {
  height: 4px;
  border: 1px solid #679b08;
  vertical-align: middle;
}
/* line 412, sass/style.scss */
#logo-container.ios .window-buttons .round-button.first {
  width: 7px;
  margin-right: 0;
  background-color: #679b08;
  border-radius: 1px 0 0 1px;
}
/* line 419, sass/style.scss */
#logo-container.ios .window-buttons .round-button.second {
  width: 5px;
  margin: 1px 0;
  background-color: transparent;
  border-radius: 0 1px 1px 0;
}
/* line 425, sass/style.scss */
#logo-container.ios .window-buttons .round-button.third {
  border: 0;
  margin-left: 0;
  height: 2px;
  width: 1px;
  background-color: #679b08;
}
/* line 435, sass/style.scss */
#logo-container.ios .frame {
  border-radius: 5px;
  border-top-width: 5px;
  border-bottom-width: 8px;
}
/* line 440, sass/style.scss */
#logo-container.ios .frame:after {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid gray;
  background-color: white;
  border-radius: 50px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -2px;
}

/* ----------------------------------*/
/* Animkation keyframes */
/* line 465, sass/style.scss */
.blink {
  -moz-animation: blink 1.2s infinite;
  -webkit-animation: blink 1.2s infinite;
  animation: blink 1.2s infinite;
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 489, sass/style.scss */
#copyright-info {
  font-size: 11px;
  position: relative;
  text-align: center;
  margin-top: 40%;
  margin-bottom: 30px;
}


#content-container{
  opacity: 1;

  -webkit-transition: all 6s;
  -moz-transition: all 6s;
  -ms-transition: all 6s;
  -o-transition: all 6s;
  transition: all 6s;
}


/***
#content-container.initial-invisible{
  opacity: 0.2;
}
***/