html {
    scroll-behavior: smooth;
}

body {

    margin: 0;
    padding: 0;
}

a, p, span, label, input, textarea {
    font-size: 16px !important;
    font-family: 'Rubik', sans-serif !important;
}

h1, h2, h3 {
    font-family: 'Rubik', sans-serif !important;
}

nav a {
    color: white !important;
}

button:focus {
    outline: none !important;
    border: 1px solid white !important;
    box-shadow: none !important;
}

input:focus, textarea:focus {
    outline: none !important;
    border: 1px solid #F83A3C !important;
    box-shadow: none !important;
}

.active {
    /**text-decoration: underline #F83A3C;*/
    border-bottom: 2px solid #F83A3C;
}

.smoke {
    color: whitesmoke !important;
}
.smokeBg {
    background: whitesmoke !important;
}

.width100 {
    width: 100%;
}

.pad40 {
    padding: 40px;
}

.textCenter {
    text-align: center;
}

.chicksCharcoal {
    color: #222222 !important;
}
.chicksCharcoalBg {
    background: #222222 !important;
}

.chicksYellow {
    color: #FFFF40;
}

.chicksYellowBg {
    background: #FFFF40 !important;
}

.chicksRed {
    color: #F83A3C !important;
}

.chicksRedBg {
    background: #F83A3C !important;
}

.chicksWhite {
    color: white !important;
}

.chicksWhiteBg {
    background: white;
}

.chicksGray {
    color: gray;
}

.textShadow {
    text-shadow: 2px 2px 5px black;
}

.boxShadow {
    box-shadow: 2px 2px 5px black;
}

.redButton {
    border-radius: 5px;
    color: white;
    background: #F83A3C;
    border: none;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
}

.chalkboardBg {
    background: url('/web/images/chalkboard.jpg');
    background-repeat: repeat;
    background-size: 1000px;
}

a:hover {
    color: yellow !important;
    text-decoration: none !important;
    cursor: pointer;
}

.marker {
    font-family: 'Permanent Marker', cursive !important;
}

.photoBorder {
    border: 2px solid white;
}

/** Mobile */
@media only screen and (max-width: 767px) {

    #quickLinksColumn {
        padding-left: 16px !important;
    }
}