body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Source Sans Pro';
}

.btn-xl {
    padding: 1.25rem 2.5rem;
}

.content-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-section-heading h2 {
    font-size: 22px;
}

.content-section-heading h3 {
    font-size: 20px;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

p{
    text-align:justify;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

.masthead {
    min-height: 200px;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ebebeb;
    background: -webkit-gradient(linear, top, bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2))), url("../img/bg-pepper.jpg");
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/bg-pepper.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-shadow: -3px 3px 8px rgba(0,0,0,0.3);
}

.masthead h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
  .masthead h1 {
    font-size: 50px;
  }
}

footer.footer {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #222222;
}
footer p span{
    font-size: 15px;
    display: inline-block;
    min-width: 150px;
}
.logo-footer{
    max-width: 370px;
    float: left;
    margin-top: -30px;
}
a {
  color: #A70002;
}

a:hover, a:focus, a:active {
  color: #6D0001;
}

.bg-red{
background: #800004;
background: -moz-linear-gradient(45deg, #800004 0%, #a70003 25%, #cf1922 50%, #a70003 75%, #800004 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #800004), color-stop(25%, #a70003), color-stop(50%, #cf1922), color-stop(75%, #a70003), color-stop(100%, #800004));
background: -webkit-linear-gradient(45deg, #800004 0%, #a70003 25%, #cf1922 50%, #a70003 75%, #800004 100%);
background: -o-linear-gradient(45deg, #800004 0%, #a70003 25%, #cf1922 50%, #a70003 75%, #800004 100%);
background: -ms-linear-gradient(45deg, #800004 0%, #a70003 25%, #cf1922 50%, #a70003 75%, #800004 100%);
background: linear-gradient(45deg, #800004 0%, #a70003 25%, #cf1922 50%, #a70003 75%, #800004 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800004', endColorstr='#800004', GradientType=1 );
    color: #ffffff;
}

.btn-primary {
  background-color: #A70002 !important;
  border-color: #A70002 !important;
  color: #fff !important;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #6D0001 !important;
  border-color: #6D0001 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #A70002 !important;
}

.text-primary {
  color: #ffffff !important;
}