/* BlueDog CSS */

.browserupgrade {
    font-size: 3rem;
    color: rgb(193,40,40);
}

.navbar {
  border-radius: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background-image: url('/img/dog-bone.png');
    background-position: top center;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Indie Flower', cursive;
    color: rgb(193,40,40);
    margin-bottom: 2rem;
}

header {
    margin: .5rem auto 2rem auto;
    font-family: 'Indie Flower', cursive;
}


header .social a {
    color: rgb(210,210,210);
    transition: color 0.85s ease;
}

header .social a:hover {
    color: rgb(193,40,40);
}

header h1 {
    text-align: center;
    font-size: 4rem;
}

header h1 a {
    color: rgb(70,88,156);
    transition: color 0.85s ease;
}

header h1 a:hover {
    color: rgb(193,40,40);
    text-decoration: none;
}

nav {
    border-bottom: 0.05rem solid rgb(210,210,210);
    font-family: 'Indie Flower', cursive;
    font-size: 1.3rem;
    border-radius: 0;
}

nav ul {
    text-align: center;
}

nav .nav-item {
    width: 100%;
}

nav li.nav-item:last-child {
    border-bottom: none;
}

nav .nav-item, nav .nav-item+.nav-item, nav .nav-link+.nav-link {
    margin-left: 0;
    margin-bottom: 0.5rem;
}

nav a.navbar-brand {
    float: right;
    font-family: 'Indie Flower', cursive;
    font-size: 1.6rem;
    color: rgba(70,88,156,1)!important;
}

nav a.nav-link {
    color: rgb(50,50,50)!important;
    margin: auto 1.1rem;
    transition: color 0.85s ease;
}

nav a.nav-link:hover {
    color: rgb(193,40,40)!important;
}

nav .social span {
    padding: 0 0 0 0.5rem;
    font-family: 'iconic-md';
    font-size: 1.4rem;
}

nav .social a {
  color: rgb(210,210,210);
  transition: color 0.85s ease;
}

nav .social a:hover {
    color: rgb(193,40,40);
}

.col-sm-12 {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
}

img {
    width: 100%;
    margin: 0;
    padding: 0.3rem 0;
    border-top: 0.05rem solid rgb(210,210,210);
    border-bottom: 0.05rem solid rgb(210,210,210);
}

img.nobrdr {
    border: none;
}

small.imgcap {
  font-family: 'Roboto Mono';
  font-size: .7rem;
  color: rgb(210,210,210);
  text-align: right;
}

.statistic {
    font-family: 'Roboto Mono';
}

.content h1 {
    position: relative;
    left: -0.5rem;
    padding-left: 0.5rem;
    /*border-left: 0.05rem solid rgb(210,210,210);*/
}

.content h2 {
    position: relative;
    left: -0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 0.05rem solid rgb(210,210,210);
}

.content h3 {
    color: rgb(70,88,156);
    padding-left: 0.5rem;
    /*border-left: 0.05rem solid rgb(210,210,210);*/
}

.content h3 {
    margin-bottom: .3rem;
}

.content a h3 {
    transition: color 0.85s ease;
}

.content a:hover h3 {
    color: rgb(193,40,40);
    text-decoration: none!important;
}

.content p {
    margin-bottom: 2rem;
}

.video-wrapper {
  padding: 0.3rem 0;
  border-top: 0.05rem solid rgb(210,210,210);
  border-bottom: 0.05rem solid rgb(210,210,210);
}

.video-container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.textblock {
    padding: 1rem 1rem;
    line-height: 1.6rem;
    font-size: 1.1rem;
}

a {
    color: rgb(193,40,40);
    transition: color 0.85s ease;
}

a:hover {
    color: rgb(70,88,156);
    text-decoration: none;
}

.formal {
    font-size: 0.9rem;
    font-family: 'Roboto Mono';
}

footer {
    margin: 2rem 0;
    padding: 1rem 0;
    border-top: 0.05rem solid rgb(210,210,210);
    border-bottom: 0.05rem solid rgb(210,210,210);
    font-size: 0.9rem;
    font-family: 'Roboto Mono';
}

footer .social {
    text-align: left;
    flex-direction: row;
}

footer .social span {
    padding: 1rem 0.5rem 0 1rem;
    font-family: 'iconic-md';
    font-size: 1.6rem;
}

footer .social a {
    color: black;
    transition: color 0.85s ease;
}

footer .social a:hover {
    color: rgb(193,40,40);
    text-decoration: none;
}

footer .bd {
    font-family: 'Indie Flower', cursive;
    font-size: 1.2rem;
    color: rgb(70,89,156);
}

footer a {
    color: black;
    transition: color 0.85s ease;
}

footer a:hover {
    color: rgb(193,40,40);
    text-decoration: none;
}

/* Small devices (landscape phones, 34em and up) */
@media (min-width: 34em) {
    header {
        margin: 1rem auto;
    }

    header .social span {
        padding: 1rem 0rem 0 0.5rem;
        font-size: 1.4rem;
    }

    nav .nav-item {
        width: auto;
        border-bottom: none;
    }

    nav .nav-item, nav .nav-item+.nav-item, nav .nav-link+.nav-link {
        margin-left: 1rem;
        margin-bottom: 0;
    }

    nav a.nav-link.selected {
        /*border-top: 0.05rem solid rgb(210,210,210);*/
        color: rgb(193,40,40)!important;
    }

    div.textblock {
        padding: 1rem 1rem;
        line-height: 1.7rem;
        font-size: 1.1rem;
    }

    footer {
        font-size: 0.9rem;
    }
}

/* Medium devices (tablets, 48em and up) */
@media (min-width: 48em) {
    header {
        margin: 2rem auto 1rem auto;
    }

    header .social span {
        padding: 1rem 0rem 0 0.5rem;
        font-size: 1.1rem;
    }

    nav {
        font-size: 1.1rem;
    }

    nav a.nav-link {
        margin: auto .5rem;
    }

    div.row {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }

    footer .social div {
        text-align: center;
        flex-direction: column;
    }
}

/* Large devices (desktops, 62em and up) */
@media (min-width: 62em) {
    header {
        margin: 3.5rem auto 2rem auto;
    }

    nav {
        font-size: 1.3rem;
    }

    nav.navbar {
        margin-top: 1.8rem;
    }

    nav a.nav-link {
        margin: auto 1.3rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        transition: color 0.85s ease;
    }

    nav a.nav-link:hover {
        color: rgb(193,40,40);
    }

    .content h1 {
        position: relative;
        left: -1.5rem;
        padding-left: 1rem;
    }
}

/* Extra large devices (large desktops, 75em and up) */
@media (min-width: 75em) {
    header .social span {
        padding: 1rem 0 0 .7rem;
        font-size: 1.5rem;
    }

    nav {
        font-size: 1.5rem;
    }

    nav a.nav-link {
        margin: auto 1.5rem;
    }

    div.textblock {
        padding: 1.5rem 2.5rem;
        line-height: 2.1rem;
        font-size: 1.2rem;
    }

    div.list {
        padding: 0.5rem 2.5rem;
    }

    ul {
        line-height: 1.6rem;
    }
}
