body {
    background-color: #f5f1cb;
    color: white;
    font-family: Lato;
}

.footnote {
    color: white;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.indexdogpic {
    background: url(joe-caione-qO-PIF84Vxg-unsplash-edited1.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

html {
    height: 100%;
}

.navbar {
    background-color: #572422;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-nav>.active a {
    background-color: #913d3a !important;
}

#content1 {
    text-align: center;
    padding-top: 25%;
    height: 100vh;
    color: white;
    /*text-shadow is: offset x (shadow in x direction), offset-y (shadow in y direction), blur-radius, and color*/
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.6),
        0px 8px 13px rgba(0, 0, 0, 0.3),
        0px 18px 23px rgba(0, 0, 0, 0.3);
}

#content1>h2 {
    font-size: 3em;
    font-weight: 700;
}

#content2 {
    text-align: left;
    padding-top: 10%;
    color: #05113d;
    padding-bottom: 6%;
    padding-left: 3rem;
    padding-right: 3rem;
}

#content2 p,
ul,
li {
    color: black;
}

#content2 .pad-bottom {
    padding-bottom: 3rem;
}

#content2 h1 {}

.padtopandbot {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.margtopandbot {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.space-around {
    display: flex;
    justify-content: space-around;
}

h1 {
    font-weight: 700;
    font-size: 6rem;

}

hr {
    width: 60%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.shadow {
    outline: none !important;
    background-color: #1e4bbd !important;
    color: white !important;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
        0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
    border-color: transparent !important;
    text-shadow: none;
}

@media only screen and (max-width: 768px) {
    b {
        font-size: 20px;
    }
}

@media only screen and (max-width: 320px) {
    b {
        font-size: 10px;
    }
}