@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300italic,300);

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
}

/* .header {
    width: 100%;
    background-image: url("../img/Long_Fractal_BG-01.jpg");
    background-size: cover;
    height: 120px;
    display: table;
    margin-bottom: 35px;
} */

.header {
    height: 80px;
    width: 100%;
    margin-bottom: 40px;
    position: fixed;
    z-index: 9999;
    display: block;
    
    background: linear-gradient(45deg, #20bb93, #0e75c1, #f8337f, #0e75c1, #20bb93 );
    background-size: 500%;

    -webkit-animation: gradientScroll 20s linear infinite;
    -moz-animation: gradientScroll 20s linear infinite;
    animation: gradientScroll 20s linear infinite;
    
}

@-webkit-keyframes gradientScroll {
    from {background-position: 0%;}
    to {background-position: -250%;}
}
@-moz-keyframes gradientScroll {
    from {background-position: 0%;}
    to {background-position: -250%;}
}
@keyframes gradientScroll {
    from {background-position: 0%;}
    to {background-position: -250%;}
}

.header h1 {
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    padding-top: 18px;
    font-size: 2em;
}

nav {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    margin-top: 30px;
}

nav a {
    text-decoration: none;
    color: #fff;
    margin: 0 0 0 20px;
    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}



nav a:hover, nav a:focus {
    color: #ffde6f;
    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
nav a:visited, nav a:active {
    color: #fff;
}

h2 {
    
}

h2:before {
    display: block; 
    content: " "; 
    margin-top: -100px; 
    height: 100px; 
    visibility: hidden; 
}

h4 {
    font-weight: 700;
    color: #6c6f71;
}

.row {margin-bottom: 60px;}

#top {
    padding-top: 120px;
}

.stepnumber {
    font-weight: 700;
    color: #1993e6;
}

img {
    width: 100%;
    height: auto;
}

.caption {
    font-size: .8em;
    color: #a8abad;
    text-transform: uppercase;
}

p {
    font-family: "Merriweather", Georgia, serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.8em;
}

.highlight {
    font-weight: 400;
    background-color: #f4f5f6;
    padding: 3px 8px;
}

.tip {
    font-size: .8em;
    font-style: italic;
    color: #a8abad;
}

.footer {
    position: absolute;
    width: 100%;
    background-color: #2f3234;
    color: #f6f8f8;
}

.footer h3 {color: #f6f8f8;}

.substeps {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #e6198d;
}

.logoDIV {
    margin-top: 30px;
}

.logoSVG {
    fill: #fff;
}

.copyright {
    font-size: .7em;
    color: #aaa;
    line-height: 6em;
}