/*
 * 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{
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin:0 0 25px;
}
p{
	margin:0 0 25px;
	font-size:16px;
}
ul,ol{
	margin-bottom:35px;
}

.aligncenter{
	text-align:center;
}
.topnav {
    font-size: 14px; 
}

.navbar-default .navbar-nav>.highlight>a, .navbar-default .navbar-nav>.highlight>a:focus, .navbar-default .navbar-nav>.highlight>a:hover {
    color: #fff;
    background-color: #e6772e;
}
.navbar-brand {
    height: auto !important;
}
.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-size: cover !important;
}

.intro-header.home {
    background: url(../img/home-hero.jpg) no-repeat center center;
}

.intro-header.websites {
    background: url(../img/websites-hero.jpg) no-repeat center center;
}

.intro-header.seo-program {
    background: url(../img/seo-hero.jpg) no-repeat center center;
}

.intro-header.social-media-program {
    background: url(../img/social-media-hero.jpg) no-repeat center center;
}

.intro-header.online-advertising {
    background: url(../img/online-advertising-hero.jpg) no-repeat center center;
}

.intro-message {
    position: relative;
    padding-top: 35%;
    padding-bottom: 15%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
    letter-spacing:2px;
    text-transform:uppercase;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    margin:10px 0 25px;
    font-weight:300;
    letter-spacing:2px;
}

.get-started-link{
	display:inline-block;
	padding:10px 15px;
	color:#fff;
	background:#e6772e;
	margin:0 10px 0 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.get-started-link:hover{
	background:#fff;
	text-decoration:None;
}

.signup-now-btn{
	display:inline-block;
	padding:15px 25px;
	color:#fff;
	background:#e6772e;
	margin:15px 0 0 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	font-size:18px;
}

.signup-now-btn:hover{
	color:#e6772e;
	background:#fff;
	text-decoration:None;
}

.learn-more-link{
	color:#fff;
	margin:0 0 0 10px;
}

.learn-more-link:hover{
	color:#e6772e;
}

/* bottom logos
************************/
.bottom-logos{
	text-align:center;
}

.bottom-logos img{
	margin:25px 0;
	max-width:100%;
}

/* forms
************************/
input[type=text], input[type=url], input[type=email], input[type=tel] {
	width:90%;
}

textarea{
	width:100%;
	height:200px;
}

.gsf-online-dom-title{
	padding:0 0 3px !important;
	font-weight:bold;
	margin:0 0 5px !important;
	display:block;
	border-bottom:solid 1px #ccc;
	width:90%;
}
@media(min-width:1200px) {
	.navbar-nav>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
	
@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;
}

.content-section-inner {
    padding: 100px 0 50px;
}

.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-gradient-bg.jpg) no-repeat center center;
    background-size: cover;
}

#getstarted {
    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;
    letter-spacing:2px;
    text-transform:uppercase;
}

.banner h3 {
    margin: 10px 0 0 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em;
    font-weight:300;
    letter-spacing:2px;
    text-transform:uppercase;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

.footer-copyright {
	padding-top: 15px !important;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
    
   
	.navbar-toggle {
	    display: block;
	 }
	 
	
	.navbar-header {
	    float: none;
	}
	
	.navbar-collapse.collapse {
    display: none!important;
	}
	
	.collapse.in {
    display: block!important;
	}
	
	.navbar-right {
    float:none!important;
    display:block;
    width:auto;
	}
	
	.navbar-nav>li {
    float: none;
    display
	}

}

@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;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

#submitted-alert {
	margin: 0;
	border-radius: 0;
	border: 0;
	font-size:16px;
	text-align:center;
}