/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
    font-family: 'Michroma', sans-serif;
}

.full {
  background: url(Images/bg_1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}

p {
    color: #fff;
}

a {
    color: #fff;
}

.fa-circle {
    color: #077209;
    margin: 0 3px;
}

.fa-facebook-official {
    color: #3b5998
}

.large {
    margin-bottom: 25px;
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 20px;
    }

    .large {
        font-size: 15px;
    }

    .building {
        position: absolute;
        bottom: 50px;
    }

    .fa-circle {
        display: none;
    }
}