body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

p, a {
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 36px;
    text-decoration: none;
    color: black;
}

canvas{
    cursor: url('../img/big-wig.cur'), default;
    width: 100%;
    height: 100%;
}

#control-box {
    visibility: hidden;
    position: absolute;
    width: 100%;
    border-bottom: 4px solid black;
}

.wrapper-center p {
    font-size: 13px;
}
.slider {
    width: 50px;
}

@media screen and (min-width: 500px) {
    .wrapper-center p {
        font-size: 16px;
    }
    .slider {
        width: 70px;
    }
}

@media screen and (min-width: 700px) {
    .wrapper-center p {
        font-size: 20px;
    }
    .slider {
        width: 100px;
    }
}

@media screen and (min-width: 956px) {
    .wrapper-center p {
        font-size: 28px;
    }
    .slider {
        width: 150px;
    }
}

@media screen and (min-width: 1124px) {
    .wrapper-center p {
        font-size: 36px;
    }
    .slider {
        width: 200px;
    }
}

.wrapper-center {
    padding: 10px 0;
    display: inline-block;
    margin-left: 50px;
}

.wrapper-center p, .wrapper-center > div {
    float: left;
    padding-right: 30px;
}

.wrapper-center p {
    cursor: default;
}

input, #undo, #clear, #save {
    cursor: pointer;
}

#save-container {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

#undo:hover, #clear:hover, #save-container a:hover {
    color: red;
}

#undo:active, #clear:active, #save-container a:active {
    color: black;
}

#undo {
    padding-right: 0;
}

#instructions {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

#instructions p {
    text-align: center;
    color: black;
}

#draw-off {
    display: none;
}

input[type=checkbox] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../img/unchecked_box.png');
    position: relative;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

input[type="checkbox"]:checked{
    background-image: url('../img/checked_box.png');
}

.ui-corner-all {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.ui-widget-content {
    border: none !important;
    background-color: black !important;
}

.ui-slider-horizontal {
    height: 3px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 2px solid black !important;
    background: white !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.6em !important;
}

.ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    cursor: pointer !important;
    /*height: 20px !important;*/
}


.sp-replacer {
    border: solid 1px black !important;
    background: white !important;
}

.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: red !important;
}

.sp-container {
    background-color: white !important;
    border: solid 1px black !important;
}

.sp-cancel {
    color: black !important;
}

.sp-container button, .sp-container button:active, .sp-choose {
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    text-shadow: none !important;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font-family: Arial !important;
}
