#main-content-center {
    background: rgba(114, 114, 114, 0.83);
}

h6 {
    font-size: 10px !important;
    font-family: 'Life Savers', Times, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.content-body, .content-foot {
    font-size: 15px !important;
}

.tool-content, #tool-content-container {
    display: none !important;
}

.mob-tool-content {
    display: inline !important;
}

.mob-tool-container > .col-6 > .btn-dark-green{
    height: 45px;
}

.for-desktop {
    display: none !important;
}


.bg {
    background: url('/images/the-cauldron-reduced.jpg') no-repeat center center fixed !important;

    max-height: 100%;
    max-width: 100%;
}

/*Medium breakpoint*/
@media (min-width: 768px) {
    .tool-content, #tool-content-container {
        display: inline !important;
    }

    .for-desktop {
        display: flex !important;
    }

    .mob-tool-content {
        display: none !important;
    }
}
