/**
 * Referenced often
 */

/** Mobile */
@media only screen and (max-width: 767px) {

}

/** Tablet */
@media only screen and (max-width: 991px) {

}

/** Desktop */
@media only screen and (min-width: 767px) {

}

.width100 {
    width: 100%;
}

.height100 {
    height: 100%;
}

.textCenter {
    text-align: center;
}

.textShadow {
    text-shadow: 2px 2px 5px black;
}

.boxShadow {
    box-shadow: 2px 2px 5px black;
}

.noWrap {
    white-space: nowrap;
}

.bigCheck {
    height: 24px;
    width: 24px;
    margin-top: 5px;
}

.hoverPoint:hover {
    cursor: pointer;
}

.round {
    border-radius: 25px;
}

.verticalTop {
    vertical-align: top;
}

.pad20 {
    padding: 20px;
}



/**
 * Baseplate
 */
html {
    scroll-behavior: smooth;
}

body {
    background: whitesmoke;
}

p, li, a, button, div, span, .btn {
    font-size: 20px;
}

a:hover {
    text-decoration: none;
}

footer {
    text-align: center !important;
    padding-top: 50px;
    background: lightslategray;
    width: 100%;
    min-height: 300px;
}

footer .vibrantWebDesign > a {
    font-weight: bold;
    color: white;
}

footer .vibrantWebDesign > a:hover {
    color: deeppink;
}

footer .row {
    min-height: 300px;
}

.modal-header {
    border-bottom: 0 none;
}

.modal-footer {
    border-top: 0 none;
}


.pack5Yellow {
    color: #F8CE00;
}
.pack5YellowBg {
    background-color: #F8CE00;
}

.pack5White {
    color: white !important;
}
.pack5WhiteBg {
    background-color: white;
}

.pack5Orange {
    color: orangered;
}
.pack5OrangeBg {
    background-color: orangered;
}
.pack5OrangeButton {
    color: white !important;
    border: 1px solid orangered;
    background-color: orangered;
    font-size: 1.3em;
}
.pack5OrangeButton:hover, .pack5OrangeButton:active, .pack5OrangeButton:focus {
    border: 1px solid orangered !important;
    background-color: #e53e00 !important;
}

.nav-link, .navbar-brand {
    font-weight: bold;
    color: #F8CE00;
}
.nav-link:hover, .navbar-brand:hover {
    color: yellow;
}


.pack5Blue {
    color: #003F87;
}
.pack5BlueBg {
    background-color: #003F87;
}

.pack5TanBg {
    background-color: wheat;
}

.width100 {
    width: 100%;
}

.textCenter {
    text-align: center !important;
}

.textLeft {
    text-align: left !important;
}

.textRight {
    text-align: right !important;
}

p, a, span, div, button {
    font-size: 22px;
}

.pack5YellowHover:hover {
    color: yellow;
}

.lucky {
    font-family: 'Luckiest Guy', cursive;
}

.active {
    border-bottom: 3px solid orangered;
    /*text-decoration: underline !important;*/
    color: orangered !important;
}

.lighter {
    font-weight: lighter;
}

.modal-content {
    color: white;
    background: #0466BC !important;
}