/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Some 'global' styles for the basic tags that make up an html page.
    Here is where we decide our default styles before getting more specific.
*/
/* Our theme colors using CSS variables */
:root {
    --theme-primary: #F44336;
    --theme-secondary: #E53935;
    --theme-gray: #777777;
    --theme-dark-gray: #222222;
    --theme-white: white;
}

body {
    overflow-x: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-muted {
    color: var(--theme-gray);
}

.text-primary {
    color: var(--theme-primary);
}

p {
    font-size: 14px;
    line-height: 1.75;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
}

a {
    color: var(--theme-primary);
}

a:hover,
a:focus,
a:active,
a.active {
    color: var(--theme-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

/* Now we start getting more specific

These are some of the Bootstrap classes that help us build quickly,
 if you know how to use them right.

*/

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}

.btn-primary {
    color: white;
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
    font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: white;
    background-color: var(--theme-secondary);
    border-color: var(--theme-secondary);
}

/* What we will use for our signin button */
.btn-xl {
    color: white;
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
    font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    color: var(--theme-white);
    background-color: var(--theme-secondary);
    border-color: var(--theme-secondary);
}

.navbar-custom {
    background-color: var(--theme-dark-gray);
    border-color: transparent;
    height: 100px;
}
.navbar-custom .navbar-brand {
    color: var(--theme-primary);
    font-family: 'Alegreya Sans SC', "Helvetica Neue", Helvetica, Arial, cursive;
    font-weight: bold;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: var(--theme-primary);
}


@media (min-width: 768px) {
    .navbar-custom {
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom .navbar-nav > .active > a {
        border-radius: 3px;
    }
}


/* Now we get most specific and customize each piece / section.

  This is at the bottom of the file so that none of the styles we write get over written.
  CSS is read top -> bottom, so the bottom most styles take priority.


*/
.navbar-user-icon-container {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 50px;
}

.navbar-user-icon-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


/* Our first section is contained in the <header> tag */

/*
We use the :before selector so we can apply
filters to the background image without filtering the content
*/
header:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;
    background-image: url('../img/future-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    width: 100%;
    height: 100%;

    filter: blur(8px);
}

header {
    text-align: center;
    color: var(--theme-white);
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

header .intro-text .intro-heading {
    font-family: 'Alegreya Sans SC', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    header .intro-text .intro-heading {
        font-family: 'Alegreya Sans SC', "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}

/* If you would like to continue adding content sections, here are some basic styles */

section {
    padding: 100px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

/* Contains the copyright and social links */
footer {
    padding: 25px 0;
    text-align: center;
    background: var(--theme-dark-gray);
}

footer span.copyright {
    line-height: 40px;
    color: var(--theme-white);
    font-family: 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    background-color: var(--theme-white);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: var(--theme-dark-gray);
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: var(--theme-primary);
}
