html {
  position: relative;
  min-height: 100%;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin-bottom: 85px;
}
footer{
    padding: 20px 0px;
    background-color: #ce0000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
}
.page {
    margin-bottom: 85px;
}
/*p, form, table, ol, ul{
    font-size: 16px;
}*/

.navbar-red {
    background-color: #e02222;
    border-color: #a20b0b;
}
.navbar-red .navbar-nav>li>a {
    color: #efefef;
}
@media (min-width: 768px){
    .navbar {
        border-radius: 0px;
    }
}
.navbar-red .nav>li>a:focus, 
.navbar-red .nav>li>a:hover {
    text-decoration: none;
    background-color: #e02222;
    border-bottom: 2px solid yellow;
    color: #fff;
    padding-bottom: 13px;
}
.navbar-lg{
    padding: 15px 0;
    margin: 0;
}
.navbar-brand{
    max-height: 80px;
    padding: 0;
    margin-top: -80px;
}
.navbar-lg .nav{
    margin-top: 0px;
}
.ticker{
    background-color: #fff;
    padding: 10px 0;
}
.ticker-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.ticker-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.ticker-content {
    padding: 10px 0;
}
.ticker-text{
    font-weight: bold;
    padding-top: 5
}
.ticker .follow-link{
    display: inline-block;
    margin-right: 5px;
}
.text-muted {
    color: #eaeaea;
}

/*  Home page list-style-position: */
.bg-puppy {
    background: linear-gradient( rgba(0,0,0,.5), rgba(0, 0, 0, 0.46) ), url(../img/dog-2785077.jpg);
}
.bg-cat {
    background: linear-gradient( rgba(0,0,0,.5), rgba(0, 0, 0, 0.46) ), url(../img/cat-2783601.jpg);
}
.bg-red{
    background-color: #e02222;
}
.parallax-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}
.parallax-container-lg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 300px 0px;
}
.section{
    text-align: center;
}
.section h1 {
    font-size: 4em;
    font-weight: bolder;
}
.section p {
    font-size: 1.3em;
    padding: 40px 130px;
    line-height: 1.7em;
}
.text-white {
    color: #fff;
    text-shadow: 1px 1px 10px #000000;
    font-size: 1.5em;
}
.carousel-img {
    width: 100%
}
.subtext{
    padding: 15px 0 25px 0;
}

/*   Contact styles   */
.section-history{
    margin: 70px 0 20px 0;
}
.history-block{
    width: 43%;
    clear: both;
    margin: 100px 0;
}
.history-main{
    background-image: url(../img/paw_tracks.png);
    background-repeat: repeat-y;
    background-position: center;
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding: 40px 0;
}
.history-panel-one{
    background-image: url(../img/cat-3000316.jpg);
    background-size: cover;
    background-origin: border-box;
    padding: 0;
    min-height: 100vh;
}
.history-panel-one .content{
    width: 45%;
}
.history-panel-one .content .panel-body {
    padding: 70px 15px 100px 15px;
}
.history-panel-one .content .panel {
    margin-bottom: 0px;
    border-radius: 0px;
}
.panel-red>.panel-heading {
    color: #fff;
    font-size: 1.5em;
    background-color: #e02222;
    font-weight: bolder;
    border-color: #a20b0b;
    text-shadow: 1px 1px 2px #000;
}
.panel-red {
    border-color: #ddd;
}

/*   Contact styles   */
.panel-one{
    padding: 60px 0 100px 0;
}
.panel-two{
    background-color: #fd0003;
    padding: 83px 0;
    background: linear-gradient( rgba(0,0,0,.5), rgba(0, 0, 0, 0.46) ), url(../img/SHELTER15-2.jpg);
    background-size: cover;
}
.panel-two h1,
.panel-two p{
    text-align: center;
    color: #fff;
}
.panel-information{
    padding: 30px;
}

@media only screen and (max-width: 768px) {
    .navbar-brand {
        margin-left: 15px;
    }
}

.navbar-toggle{
    border: 1px solid white;
}
.navbar-toggle .icon-bar{
    background-color: white;
}