*{
    font-family: 'Oxygen', sans-serif;
}

header{
    background: url("img/Parallax_Blurred.png");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-attachment: fixed; 
    background-position: center; 
}
.comp-bg{
    background-color: #7A90CC !important;
}
.comp-fg
{
    color: #7A90CC !important;
}
.left-less{
    margin-left: 25%;
}
.right-less{
    margin-right: 25%;
}
.sidenav-overlay{
    background-color: rgba(187, 187, 187, .5) !important;
}
.content
{
    /*
    background: #7a90cc;
    background: -moz-linear-gradient(top, #7a90cc 1%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #7a90cc 1%,#ffffff 100%);
    background: linear-gradient(to bottom, #7a90cc 1%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a90cc', endColorstr='#ffffff',GradientType=0 );
    */

    background: #7a90cc; 
    background: -moz-linear-gradient(top, #7a90cc 8%, #ffffff 150%);
    background: -webkit-linear-gradient(top, #7a90cc 8%,#ffffff 150%);
    background: linear-gradient(to bottom, #7a90cc 8%,#ffffff 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a90cc', endColorstr='#ffffff',GradientType=0 ); 

}
.Title-Pos
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Title{
    font-size: 500%;
    text-align: center;
    color: white;
    font-weight: 300;
}
h1{
    margin-top: 0 !important;
}
.Scroller-Pos
{
    position: absolute;
    bottom: 8px;
    right: 50%;
}
.text
{
    text-align: center;
    color: white;
    font-weight: 300;
}
.v-spacer
{
    padding-top: 10em;
}
.v-spacer-alt-s
{
    margin-top: 5em;
}
.v-spacer-s
{
    padding-top: 5em;
}
.title-s
{
    font-size: 300%;
    text-align: center;
    color: white;
    font-weight: 300;
}
i{
    color: white;
}
.oscilliator
{
    width: 100%;
}
.img-width{
    width: 100% !important;
}
.v-spacer-alt
{
    margin-top: 10em;
}
.footer-copyright
{
    background-color: #BBBBBB !important;
}
.margin-fix
{
    margin-bottom: 0;
}
.title-s-s
{
    font-size: 100%;
    text-align: center;
    color: white;
    font-weight: 300;
}
.title-s-m
{
    text-align: center;
    color: white;
    font-weight: 300;
}
.v-spacer-l
{
    margin-top: 25em;
}
.v-spacer-m
{
    padding-top: 8em;
}
.v-spacer-padd-m
{
    padding-top: 1em;
}
@media screen and (max-width: 670px){
    header{
        min-height: 100vh;
    }
    .v-spacer-l
    {
        margin-top:15em;
    }
    .v-spacer-s
    {
        padding-top: 2em;
    }
    .v-spacer-rel
    {
        padding-top: 2em;
    }
    .text
    {
        text-align: center;
        
    }
    .title-s-s{
        font-size: 150%;
        font-weight: 400;
    }
    .title-s-m
{
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 150%;
}
}
.lighten
{
    color: #979fe6;
}
a:focus {
    outline: none;
  }


.nav-wrapper a{
    width: 5em;
}