@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url('https://fonts.googleapis.com/css?family=Lekton:700');
@import url('https://fonts.googleapis.com/css?family=Arvo:400');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');

@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono');


*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    background-color: #3a3a3a;
    margin: 0;
    box-sizing: border-box;

}

h1 {
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-family: 'lekton', sans-serif;
    letter-spacing: 0.03em;
    margin-top: 1px;
    font-size: 2.1em;
    color: #FA7268;
    line-height: 175%;

}

.hoe {
    position: absolute;
    text-align: left;
}

#spin {
    color: #FA7268;
}

#spin:after {
    content: "";
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        content: "industrious";
    }

    10% {
        content: "creating value";
    }

    20% {
        content: "indepedent";
    }

    30% {
        content: "contriving";
    }

    40% {
        content: "dreamers";
    }

    50% {
        content: "  ch\00ED c";
    }

    60% {
        content: "nimble";
    }

    70% {
        content: "worldly";
    }

    80% {
        content: "experienced";
    }

    90% {
        content: "like minded";
    }
    99% {
        content: "industrious";
    }
}

p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #999999;
    margin-bottom: 30px;
    font-size: 14px;
}

p a {
    color: #FA7268;
    text-decoration: none;
    outline: none;
    background-position: center;
}

.container {
    position: relative;
    margin: 80px;
    background-color: #3a3a3a;
    width: calc(100% - 160px);
    height: calc(100% - 160px);
    padding-top: 15%;
    
    overflow: visible;
}

/* glitch elem must have absolute position */
.glitch-img {
    position: absolute;
    display: block;
    width: 100%;
height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: auto;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 1;
    background-clip: content-box;
}


/* --------------------------------------------------------------*/

/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}


/* --------------------------------------------------------------*/

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 0.5em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

label {
    color: #3a3a3a;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0 0 0.5em 0;
}

/* --------------------------------------------------------------*/

/* Icons */

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;

}

ul.icons li {
    display: inline-block;
    padding: 0 0.7em 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li .icon:before {
    font-size: 1.25em;
}

ul.icons li a {
    color: inherit;
}

/* --------------------------------------------------------------*/


/* Footer */

footer {
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    bottom: 1.5%;
    color: rgba(255, 255, 255, 0.5);
    left: 4em;
    width: 100%;
    opacity: 0.75;
    position: absolute;
    z-index: 2;
}

#footer .head {
    font-family: 'Arvo', serif;
    color: #1a1a1a;

    width: 12em;
    font-size: 2em;
    list-style: none;
    font-stretch: expanded;

    letter-spacing: 0.02em;
    text-shadow: 0px 0px 6px #f2f2f2;
    padding-bottom: 40%;
    padding-left: 50%;
    padding-right: 50%;
    display: inline-block;
    display:



}

#footer .icons {
    margin: 0 0 0.5em 0;
}

#footer .copyright {
    font-family: 'Inconsolata', 'monospace';
    font-size: 1.15em;
    list-style: none;
    font-stretch: expanded;
    padding: 0;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 1px #737373;

}

#footer .copyright li {

    display: inline-block;
    line-height: 1em;
    margin: 0 0 0 0.75em;
    padding: 0 0 0 0.75em;
}

#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .copyright a {
    color: #000000;
}

#footer:hover {
    opacity: 1;
}

#footer > :last-child {
    margin-bottom: 0;
}

@media (max-height:800px){
	footer { position: relative; 
             width: 200%;
    }
    
}
 


/* --------------------------------------------------------------*/

