
body {
    margin-top: 5px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

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

.image-bg-fluid-height {
    background: url("Banner.jpg") no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fixed-height {
    background: url("Banner.jpg") no-repeat center center scroll;
    height: 450px;
}

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

.myButton {
    background-color:#f25c5c;
    -moz-border-radius:14px;
    -webkit-border-radius:14px;
    border-radius:14px;
    border:1px solid #f25c5c;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    padding:9px 40px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ff476c;
    display: table;
    margin-left: auto;
    margin-right: auto;

}
.myButton:hover {
    background-color:#f25c5c;
}
.myButton:active {
    position:relative;
    top:1px;
}
