/*
 * 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-top: 0px; /* 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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.img-center {
	margin: 0 auto;
}

section {
    /* padding: 75px 0; */
}

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

.pb-5, .py-5 {
    padding-bottom: 1rem!important;
}

.pt-5, .py-5 {
    padding-top: 1rem!important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.text-white {
    /* color: #fff!important; */
}
.text-center {
    text-align: center!important;
}
.m-0 {
    margin: 0!important;
}

.responsive {
    width: 100%;
    height: auto;
}

.headerText {
    font-size: 18px;
    text-align: center;
    color: #c00000;
    font-weight: 550;
}
@media(max-width:600px) {
.headerText {
    font-size: 18px;
    text-align: center;
    color: #c00000;
    font-weight: 550;
}
}

.img-res{
    width:90%;
    max-width:800px;
}

.img-title{
    width:90%;
    max-width:800px;
}

/* .img-res { */
    /* position: relative; */
/* } */
/* p.headerText { */
    /* position: absolute; */
    /* top: 50%; */
    /* text-align: center !important; */
    /* width: 100%; */
    /* margin: 0 auto; */
    /* font-weight: 550; */
/* } */

/* @media(max-width:1024px) { */
/* p.headerText { */
    /* top: 250px; */
/* } */
/* } */
