﻿.crayon li {
    font-size: large !important;
}

.crayon {
}

.chalkboard a {
    color: white;
}

.chalkboard {
    background-image: url('../images/legacy/chalkboard.jpg');
    position: relative;
    color: white;
}

@media (min-width: 768px) {
    .chair-background {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 4px;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .chair-background {
        display: none;
    }
}

.chalkboard img {
    margin-left: -3px;
}

.chalkboard .row {
}

.imagebutton {
    padding-top: 10px;
}

    .imagebutton > a {
        font-size: large;
    }

    .imagebutton a, .imagebutton a:hover {
        color: rgb(51, 51, 51);
        text-decoration: none;
    }

.button-wrapper {
    max-width: 130px;
    max-height: 130px;
    background-image: url('../images/legacy/woodtable.jpg');
    margin: auto;
}

    .button-wrapper img {
        max-width: 130px;
        max-height: 130px;
        padding: 25px;
    }

        .button-wrapper img:hover {
            opacity: 0.65;
            transition: 0.4s;
        }

    .button-wrapper.button-circle {
        border-radius: 50%;
    }

.logo-wrapper {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}

    .logo-wrapper img {
        max-width: 100px;
        max-height: 100px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }