html {
    background-color: #a5907f;
}
body {
    background-color: #a5907f;
    width: 100%;
    font-family: "Comic Sans MS", "Chalkboard SE", "Comic Neue", sans-serif;
}
header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #a5907f;
}
.dynamic-height {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin-top: -10px;
}
.logo-image {
    width: 80%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Comic Sans MS", "Chalkboard SE", "Comic Neue", sans-serif;
}
.navbar-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
li {
    width: auto;
    text-align: center;
    list-style: none;
}
li a {
    border: 2px white solid;
    color: white;
    font-size: 15px;
    border-radius: 10px;
    min-width: 140px;
    height: 24px;
    text-align: center;
    line-height:20px !important;
    margin-left: 3px;
    margin-right: 3px;
}
.cairn-brindle {
    width: 100%;
    padding: 20px;
    min-height: 64px;
    background-color: #452820;
    color: white;
    border: 2px black solid;
    position: relative;
    padding-left: 40px;
}
.cairn-cream {
    width: 100%;
    padding: 20px;
    min-height: 64px;
    background-color: #ffe7d1;
    color: black;
    border: 2px black solid;
}
.cairn-dark-brindle {
    width: 100%;
    padding: 20px;
    min-height: 64px;
    background-color: #24231f;
    color: white;
    border: 2px black solid;
}
.cairn-grey {
    width: 100%;
    padding: 20px;
    min-height: 64px;
    background-color: #7b7a78;
    color: white;
    border: 2px black solid;
}
.cairn-light-brindle {
    width: 100%;
    padding: 20px;
    min-height: 64px;
    background-color: #655146;
    color: white;
    border: 2px black solid;
}
.cairn-red {
    width: 100%;
    margin-bottom: 20px;
    min-height: 64px;
    background-color: #f1b47d;
    color: white;
    border: 2px black solid;
}
.side-dog-left {
    height: 90%;
    max-height: 150px;
    position: absolute;
    top: 5%;
    left: -1.5%;
}
.side-dog-left-large {
    height: 90%;
    max-height: 150px;
    position: absolute;
    top: 10%;
    left: -4%;
}
.side-dog-right {
    height: 90%;
    max-height: 150px;
    position: absolute;
    top: 5%;
    right: -1.5%;
}
.side-dog-right-large {
    height: 90%;
    max-height: 150px;
    position: absolute;
    top: 10%;
    right: -3%;
}
.cairn-outline {
    -webkit-filter: drop-shadow(1px 1px 0 #a5907f)
                    drop-shadow(-1px -1px 0 #a5907f);
    filter: drop-shadow(1px 1px 0 #a5907f) 
            drop-shadow(-1px -1px 0 #a5907f);
}
.box {
    position: relative;
    padding: 5px 4% 5px 4%;
    margin-bottom: 20px;
    font-family: "Comic Sans MS", "Chalkboard SE", "Comic Neue", sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.title-box {
    height: 100%;
    max-height: 50px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: "Comic Sans MS", "Chalkboard SE", "Comic Neue", sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.box-text {
    margin-left: 5%;
    margin-right: 5%;
}
.link-list {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
.links-list img {
    margin-left: 5px;
    margin-right: 5px;
}
.frmSearch {
    border: 1px solid #a8d4b1;
    background-color: #c6f7d0;
    margin: 2px 0px;
    padding: 40px;
    border-radius: 4px;
}
#sire-list, #dam-list {
    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 190px;
    position: absolute;
}
#sire-list li, #dam-list li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
}
#sire-list li:hover, #dam-list li:hover {
    background: #ece3d2;
    cursor: pointer;
}
#search-box1, #search-box2 {
    padding: 10px;
    border: #a8d4b1 1px solid;
    border-radius:4px;
}
tr:nth-child(even) { background: #FFF; }
tr:nth-child(odd) { background: #F1B47D; }

#moreinfo {
    width: 80%;
}
.modal-dialog {
    width: 80%;
    margin: 20px auto;
}