/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    background: transparent !important;
    font-size: 18px;
    border: none;
    
}
.navbar-right a{
    color:#fff !important;
    font-size:18px !important;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
}
.btn-default:hover {
    color: #fff !important;
    background-color: #78d635 !important;
    border-color: #78d635;
}
.fa-fw:hover{
    color:#fff;
}
.fa-fw{
    color:#78d635 !important;
}

.navbar-right li a:hover{
    color:#000;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat top center;
    background-size: cover;
}
.banner-div{
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    background: url(../img/intro-bg2.jpg) no-repeat top center;
    background-size: cover;
}
.intro-message {
    position: relative;
    padding:50px 15px; 
}

.heading {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 4em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    color:#fff;
    margin:0 !important;
    font-size: 20px;
}
.navbar-default .navbar-brand {
    color: #78d635 !important;
    font-size: 16px;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .heading{
        padding: 10px 0 0;
        font-size:30px;
    }
    .margin-div h2 a{
        
    }
    .intro-message{
        padding:50px 0;
    }
}
@media(max-width:480px) {
    .heading{
        font-size:25px;
    }
    .intro-message > h3 {
        font-size: 18px;
    }
	.heading-top{
		font-size:3em !important;	
	}
	.intro-message {
    padding: 40px 0;
}
	.margin-div h2 a {
    border: none !important;
}
    
}
footer {
    padding: 30px 0;
    background-color: #000;
}

p.copyright {
    color:#fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 17px;
    margin: 15px 0 0;
    text-align: center;
}
.margin-div{
    margin:0 auto;
}
.heading-top{
    color:#78d635;
    font-size:5em;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-style: italic;
    margin:0 !important;
}
margin-div h2{
    
}
.margin-div h2 a{
    text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
    padding: 10px;
    font-size: 25px;
    color: #78d635;
    border: 2px solid #78d635;
}

.margin-div h2 a:hover{
    color:#fff;
    text-decoration:none;   
}
.h1-contact{
    font-size:45px !important;
}
.box-random{
    padding-top: 31px !important;
    padding-bottom: 31px !important;
}
.home-address .fa-1x{
    padding-right: 5px;
}