/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
	z-index: 1;
}

/* visual styles */
body{
    margin:0;
    font-size:28px;
    line-height:100px;
	color:#ffffff;
    text-align:center;
}
section {
	background:#9ed100;
}
.not-fullscreen {
    height:50%;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #fff !important;
    font-family: "Asap","Arial","Helvetica",sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
    text-rendering: optimizelegibility;
}
.social-network {
    text-align: center;
}
.social-network a {
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-size: 22px;
    height: 30px;
    margin: 0 3px;
    padding: 5px;
    transition: all 0.2s linear 0s;
    width: 30px;
}

.social-network a i {
    display: block;
    position: relative;
}
.google-plus-color {
    background-color: #d34836;
}
.github-color {
    background-color: #333;
}
.facebook-color {
    background-color: #3b5998;
}
.twitter-color {
    background-color: #00aced;
}
.pinterest-color {
    background-color: #cb2027;
}
.github-color {
    background-color: #333;
}


.masthead::before {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-animation-name: masthead;
    -moz-animation-name: masthead;
    -ms-animation-name: masthead;
    -o-animation-name: masthead;
    animation-name: masthead;
    -webkit-animation-duration: 80s;
    -moz-animation-duration: 80s;
    -ms-animation-duration: 80s;
    -o-animation-duration: 80s;
    animation-duration: 80s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: url("images/tile-bg-head.png") repeat fixed 0 0 #26bcb5;
    animation-fill-mode: both;
}

/* Firefox */
@-moz-keyframes masthead {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -50% -100%;
    }
    100% {
        background-position: -100% -200%;
    }
}

/* Safari and Chrome */
@-webkit-keyframes masthead {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -50% -100%;
    }
    100% {
        background-position: -100% -200%;
    }
}


@keyframes masthead {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -50% -100%;
    }
    100% {
        background-position: -100% -200%;
    }
}

.masthead .wrapper-head {
    position: relative;
    z-index: 2;
}

.flat-nav {
    margin-bottom: 0;
    border-bottom: 0 none;
    background-color: #fff;
}

.flat-header {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}

.flat-header-fixed-top {
    padding-top: 120px;
}

.flat-masthead,
.flat-header {
    position: relative;
    margin-bottom: 20px;
    color: #fafafa;
    background-color: #6f5499;
    background-image: linear-gradient(to bottom, #563d7c 0px, #6f5499 100%);
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
