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

body {
    margin:0px !important; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    padding:0px !important;
    padding-top:50px !important;
    margin-bottom:150px !important;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background: url('../images/webbackground0002.jpg') no-repeat center 25% scroll;
    padding: 100px 0;
    box-shadow:none;
    margin:none;
}

.image-bg-fixed-height {
	background: url('../images/webbackground0002.jpg') no-repeat center 25% scroll;
    height: 700px;
    box-shadow:none;
    margin:none;
    padding:none;
}

/*
.image-bg-fluid-height {
	background: url('../images/old-man.jpg') no-repeat center 25% scroll;
    padding: 100px 0;
    box-shadow:none;
    margin:none;
}

.image-bg-fixed-height {
	background: url('../images/old-man.jpg') no-repeat center 25% scroll;
    height: 450px;
    box-shadow:none;
    margin:none;
    padding:none;
}
*/


.dots{
      position: relative;
      padding:none;
      margin:none;
}


.header-text{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:42px;
    color:#fff;
    position:relative;
}

.image-text{
    top:115px;
}

.clear-button{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:24px;
    padding:10px;
    border:1px #fff solid;
    color:#fff;
    position:relative;
    position:relative;
    top:25px;
    padding-left:15px;
    padding-right:15px;
}
.clear-button:hover{
color:#fff;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}
