/* General Demo Style
 *  * Most likely you don't have to include this css too.
 *   */

body, html { font-size: 100%;   padding: 0; margin: 0;}

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

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    background-color: #f7f7f7;
}

.bgplot{
    pointer-events:none;
}

.m-toggle{
    position: absolute;
    right: 10px;
    top: 10px;
    padding-top: 10px;
    height: 60px;
    width: 60px;
    /*
    border: 2px solid #3c4f6d;
    border-radius:5px;
    */
    cursor: pointer; 
    z-index: 500;
}
.m-bar{
    pointer-events:none;
    width: 25px;
    margin-left:15px;
    margin-top:6px;
    height: 3px;
    /*
    background-color: #3c4f6d;
    */

    /*background-color: #000;*/
    background-color: #1f1f1f;
}

.top-border{
    position:static;
    top: 0px;
    left: 0px;
    padding:0px;
    /*
    background-color: #3c4f6d;
    */
    background-color: #1f1f1f;
    width: 100%;
    height: 5px;
    min-height: 5px;
}

.top-border:after{
    content:"";
}

.ns-container {
    /*width: 1450px;*/
    max-width: 1450px;
    padding: 20px;
    margin: auto;
    margin-top: 5%;
}

.subcontainer {
    position:relative;
    z-index: 20;
    width: 700px;
    /*border: 1px solid #3c4f6d;*/
    margin: auto;
    /*height: 500px;*/
}

.logo{
    position: relative;
    /*top: 20px;*/
    margin-top: 20px;

    border-bottom: 1px solid #3c4f6d;

    width: 660px;
    height: 250px;
    margin-bottom: 5px;
}

.logo-text {
    font-family: helvetica;
    position: absolute; 
    bottom: 20px;
    right: 0px;
}

.logo-text h1,
.logo-text h2
{
    font-family: "HelveticaNeue-UltraLight";
    margin: 0px;
    padding:0px;
    line-height: 0.85;
    font-size: 70px;
    font-weight: 100;
}

.logo-text h2{
    font-family: "HelveticaNeue-Light";
    font-weight: 400;
}

.novem-sub{
    font-family: "HelveticaNeue-Medium";
    color:black;
}


.logo-animation {
    position:absolute;
    /*border: 1px solid red;*/
    /*
    width: 80px;
    height: 100px;
    bottom: 20px;
    right: 310px;
     */
width: 80px;
height: 100px;
top: 35px;
right: 15px;
}

.quote { 
padding-top: 0px;
padding-bottom: 60px;
min-height: 18px;
}

h3 {
    /*
    font-family: "HelveticaNeue-Light";
*/
    font-family: "HelveticaNeue-UltraLight";
    font-weight: 200;
}

a {
    font-family: "HelveticaNeue-Light";
    text-decoration:none;
}

.quote > p{ 
font-family: "HelveticaNeue-Light";
margin: auto;
text-align: center;
color: #000;
font-weight: 100;
}

@font-face {
font-family: 'HelveticaNeue-UltraLight';
src: url('font/HelveticaNeue-UltraLight.eot'); /* IE9 Compat Modes */
src: url('font/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/HelveticaNeue-UltraLight.woff') format('woff'), /* Modern Browsers */
url('font/HelveticaNeue-UltraLight.ttf')  format('truetype'), /* Safari, Android, iOS */
url('font/HelveticaNeue-UltraLight.svg#9453ea8da727d260bcdbfa605bdbb5d2') format('svg'); /* Legacy iOS */
font-style:   normal;
font-weight:  100;
}



@font-face {
font-family: 'HelveticaNeue-Medium';
src: url('font/HelveticaNeue-Medium.eot'); /* IE9 Compat Modes */
src: url('font/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/HelveticaNeue-Medium.woff') format('woff'), /* Modern Browsers */
url('font/HelveticaNeue-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
url('font/HelveticaNeue-Medium.svg#d7af0fd9278f330eed98b60dddea7bd6') format('svg'); /* Legacy iOS */ 
font-style:   normal;
font-weight:  400;
}

@font-face {
font-family: 'HelveticaNeue-Light';
src: url('font/HelveticaNeue-Light.eot'); /* IE9 Compat Modes */
src: url('font/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/HelveticaNeue-Light.woff') format('woff'), /* Modern Browsers */
url('font/HelveticaNeue-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
url('font/HelveticaNeue-Light.svg#7384ecabcada72f0e077cd45d8e1c705') format('svg'); /* Legacy iOS */      
font-style:   normal;
font-weight:  200;
}

