@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);


@media screen and (max-width: 1500px) {
    .header {
        background-size: auto; } }
.header .h1 {
    margin: 10px 0 20px;
    font-size: 2.5em;
    text-align: center;
    color: #fff;
    text-shadow: #000 0px 2px 4px; }

.head-wrap {
    margin: 30px auto 30px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center; }

.tagline {
    display: block;
    padding: 20px 0 0;
    opacity: 0;
    color: #fff;
    font-weight: 600;
    text-shadow: #000 0px 1px 3px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.shift-text {
    margin: 80px auto 110px; }
.shift-text .text-body {
    height: 120px; }
.shift-text .tagline {
    opacity: 0.9; }

/* text editor styles */
.text-editor-wrap {
    display: block;
    color: white;
    margin: auto;
    max-width: 530px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 15px;
    clear: both;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.title-bar {
    padding: 5px 0;
    font-family: "Lucida Grande", sans-serif;
    font-size: 0.75em;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top, #e8e8e8, #bcbbbc);
    background-image: -moz-linear-gradient(top, #e8e8e8, #bcbbbc);
    background-image: linear-gradient(top, #e8e8e8, #bcbbbc);
    box-shadow: inset rgba(255, 255, 255, 0.7) 0px 1px 1px;
    border-bottom: #6a6a6a 1px solid; }

.text-body {
    height: 250px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px;
    color: green;
    text-shadow: #000 0px 1px 0px;
    font-family: "M+2m";
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }


.note {
    text-align: center; }

.inline-code {
    padding: 2px 5px;
    background: #eee;
    border: #CCC 1px solid;
    border-radius: 4px;
    text-align: center;}

.thanks {
    font-family: "Lobster";
    font-size: 1.0em;
    padding: 20px 5px;
    background: #eee;
    border: #CCC 1px solid;
    border-radius: 4px;
    text-align: center;}


hr {
    margin: 20px 0;
    border: 0;
    border-bottom: #fff 1px solid;
    border-top: #f0f0f0 1px solid; }

pre {
    margin: 0 auto 20px;
    padding: 20px;
    color: #444;
    font-family: "Consolas", "Courier New", "Courier";
    font-weight: 500;
    background: #fff;
    border: #EEE 1px solid;
    border-radius: 10px;
    overflow: auto; }

.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite; }

@-keyframes blink {
0% {
    opacity: 1; }

50% {
    opacity: 0; }

100% {
    opacity: 1; } }
@-webkit-keyframes blink {
    0% {
        opacity: 1; }

    50% {
        opacity: 0; }

    100% {
        opacity: 1; } }
@-moz-keyframes blink {
    0% {
        opacity: 1; }

    50% {
        opacity: 0; }

    100% {
        opacity: 1; } }
@-ms-keyframes blink {
    0% {
        opacity: 1; }

    50% {
        opacity: 0; }

    100% {
        opacity: 1; } }
@-o-keyframes blink {
    0% {
        opacity: 1; }

    50% {
        opacity: 0; }

    100% {
        opacity: 1; } }
.btn-wrap {
    display: block;
    margin: 0 auto 1em;
    clear: both;
    text-align: center; }

.btn {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top; }
@media screen and (max-width: 500px) {
    .btn {
        display: block; } }
.btn > a {
    display: block;
    position: relative;
    padding: 0.8em 1.75em 0.7em;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    background-color: #3479b4;
    border-radius: 4px;
    z-index: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
.btn > a:hover {
    background-color: #4f92cc; }
.btn p {
    line-height: 1em; }
.btn p a {
    color: #333; }
.btn p a:hover {
    color: #CCC; }
