/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #171717;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

.bgwrapper {
    display: block;
    background: url('../img/anni_background.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    opacity: .8;
}

.container-fluid {
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,1), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,1), rgba(0,0,0,0));
    background-image: linear-gradient(bottom,rgba(0,0,0,1), rgba(0,0,0,0));
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    display: flex;
    align-items: flex-end;
}

.container {
    margin: 0 auto;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.footer .container-fluid {
    min-height: 0;
    display: block;
    background: rgba(0,0,0,1);
}

.footer .container {
    font-size: .8em;
    opacity: .2;
    margin: 2em auto;
    padding: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

.footer .container:hover {
    opacity: .8;
}

.footer h4 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0.3em 0;
}

.btn {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}

::selection {
  background: #FFFFFF; /* WebKit/Blink Browsers */
  color: #171717;    
}
::-moz-selection {
  background: #FFFFFF; /* Gecko Browsers */
  color: #171717;
}

h1, h2 {
    font-weight: 900;
}

h1 {
    font-size: 7em;
    margin-bottom: 0;
    padding-bottom: 0;
}

h2 {
    font-size: 3em;
}
h3 {
    font-size: 1.5em;
    margin-top: -0.3em;
    padding-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 800px) { 
    h1 {
        font-size: 5em;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    h3 {
        font-size: 1em;
        margin-top: -0.3em;
        padding-top: 0;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .container {
        margin: 25vh auto 0 auto;
    }
    .footer .container {
        margin: 0;
    }
}

p {
    font-size: 1.1em;
}

.btn-lg {
    border-radius: 50px;
    padding: 0.5em 1.3em 0.4em 1em;
}

.btn h2 {
    margin: 0;
    font-size: 2em;
}
.btn h3 {
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 -0.2em 2.5em;
}

.btn > span {
    font-weight: 700;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 0 0 0 -2.5em;
    text-align: left;
    opacity: .7;
}

.row {
    margin-bottom: 2.5em;
}