﻿@font-face {
    font-family: "Google";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/google/GoogleSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Google";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/google/GoogleSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Google";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/google/GoogleSans-Bold.ttf") format("truetype");
}

* {
    font-family: 'Google', sans-serif;
    font-weight: 100;
}

body {
    font-family: Google;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    background-color: #ededed;
}

.navbar-inverse {
    background-color: #02182a;
    border-color: #02182a;
}

nav#mainheader li a {
    color: #fff;
}

nav#mainheader {
    border-bottom: 1px solid #f04906;
}

#cookie-bar {
    position: relative;
    text-align: center;
    height: 30px;
    width: 100%;
    z-index: 1;
    padding-top: 100px;
    margin-bottom: -30px;
}


canvas.particles-js-canvas-el {
    
    margin-top: -500px;
}

.padded {
    padding-bottom: 100px;
    padding-top: 100px;
}

.navbar-secondary {
    margin: 0;
    border: 0;
    top: 79px;
    border-radius: 0;
   
    z-index: 1;
    background: transparent;
}


.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

footer {
    position: absolute;
    
    margin: auto;
    width: 100%;
}

.btn-primary, .dropdown-toggle.btn-primary {
    background-color: #ef4806;
}

    .btn-primary:hover, .dropdown-toggle.btn-primary:hover {
        background-color: #b13200;
    }
