﻿/* Move down content */
body {
    padding-top: 10px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


.btn-primary {
    color: #fff;
    background-color: #4b8596;
    border-color: #CCC;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #4b8596;
        border-color: #CCC;
    }

.btn-outline-primary {
    background-color: #4b8596;
    color: white;
    border-color: #4b8596;
}

    .btn-outline-primary:hover {
        background-color: white;
        color: #4b8596;
    }


.parentLink {
    color: unset;
    text-decoration: none;
}

    .parentLink:hover {
        color: #4b8596;
    }

.btn-edit {
    margin-top: -4px;
    font-size: 10px;
}

    .h1, h2, .h3, .h4, h5 {
        font-family: 'Bebas Neue';
        letter-spacing: 2px;
        font-weight: normal;
    }

.header{
    font-weight: bold;
}
.smoll {
    padding: .25rem .5rem;
    font-size: .625rem;
}

.smoll2 {
    padding: .25rem .5rem;
    font-size: .80rem;
}

.min200 {
    min-width: 200px;
}

a { color: #000; }
a:hover {color: #000; }

.bold { font-weight: bold; }
a.underlinehover {
    text-decoration: none;
}
a:hover.underlinehover{ text-decoration: underline; }
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
