@import "yeti.bootstrap.min.css";
@import "https://fonts.googleapis.com/css2?family=Cabin+Sketch&display=swap";

::-moz-selection {
    color: #fefefe;
    background-color: #008cba;
}

::selection {
    color: #fefefe;
    background-color: #008cba;
}

#navbarColor01 {
    padding-left: 2em;
}

.call {
    font-size: 1.4em;
    color: #fefefe;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Cabin Sketch', cursive !important;
}

nav {
    border-bottom:  #fefefe solid 2px;
    font-family: 'Cabin Sketch', cursive !important;
}

#contactPic {
    border-radius: 50%;
    margin: auto;
}

.kids {
    max-width: 200px;
    max-height: 200px;
    padding: 10px;
}

body {
    border-bottom: 5px solid #008cba;
    background-color: #fefefe;
}

p {
    line-height: 161%;
}

.text-muted.subtext {
    font-size: .66em;
}