/*
 * 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 {
    font-size: 14px; 
}

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

.link {
	line-height: 1.5;
	
}

ul li .points {
    margin-bottom: 25px;
}

ul .points {
    list-style: none;
    margin-left: 0;
    padding-left: 25px;
    position: relative;
}

li .points :before {
    content: '✓';
    color: #F17F33;
    position: absolute;
    left: 0;
}

.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: 20px;
}

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

.sub-heading {
    margin-bottom: 20px;
	font-size: 15px;
    font-weight: 400;
}

.inner-section-a {
    background-color: #f8f8f8;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
	border-left: 0px solid #e7e7e7;
    border-right: 0px solid #e7e7e7;	
}
.inner-section-b {
    background-color: #fff;
    border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
	border-left: 0px solid #e7e7e7;
    border-right: 0px solid #e7e7e7;
}
.img-responsive {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 10px 0px;
  
}

.banner_main {
    padding: 50px;
	color: #f8f8f8;
    background: url(../img/bck_02.png) no-repeat center center;
    background-size: cover;
}

.banner {
    padding: 50px;
    color: #f8f8f8;
    background: url(../img/bck_02.png) no-repeat center center;
    background-size: cover;
}

.banner h1 {
    position:relative; 
	top:35px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner_main h1 {
    position:relative; 
	top:35px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner_main 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;
    }

	 .banner_main 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: #f1f1f1;
}

p.copyright {
    margin: 15px 0 0;
}