﻿
.toast-container {
    background: #d9e8e2 !important;
}
.toast {
    --bs-toast-max-width: 900px;
}
@media only screen and (min-width: 768px) {
    .toast {
        max-width: 768px !important;
        width: 768px !important;
        max-width: 100% !important;
        background-image: none;
        box-shadow: 1px 1px 11px 3px rgba(0,0,0,0.2);
    }
        .toast h5, .toast h2, .toast p {
            text-align: center;
        }
}

@media only screen and (min-width: 769px) {
    .toast {
        width: 900px !important;
        max-width: 100% !important;
        background-image: url(/images/tradeshow-image2.png);
        background-repeat: no-repeat;
        background-size: contain;
        box-shadow: 1px 1px 11px 3px rgba(0,0,0,0.2);
    }
        .toast .container {
            width: 900px !important;
            max-width: 100% !important;
        }
        .toast h5, .toast h2, .toast p {
            text-align: right;
        }
}



.toast-header {
    position: relative;
    margin-bottom: -32px;
    z-index: 99;
    background: transparent;
    border-bottom: none !important;
}

.highlighted {
    color: #ffffff;
    background: #213b34;
    padding: 8px 24px;
    font-size: 1.2em;
    display: inline-block;
    font-weight: 900;
}

.toast-body {
    padding: 2em 0;
}

.toast h2 {
    font-family: Termina;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.2em;
}

.toast p {
    font-size: 1.2em;
}

.toast-inner {
    padding: 0 2em;
}

.toast-header .btn-close {
    font-size: 1.3em;
}

/*.toast {
    width: 475px !important;
    max-width: 100% !important;
    background: linear-gradient(to bottom, #006325 0%, #213b34 100%);
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 1px 1px 11px 3px rgba(0,0,0,0.2);
}

.toast-header {
    position: relative;
    margin-bottom: -32px;
    z-index: 99;
    background: transparent;
    border-bottom: none !important;
}

.highlighted {
    color: #ffffff;
    background: #213b34;
    padding: 8px 24px;
    font-size: 1.2em;
    display: inline-block;
    font-weight: 900;
}

.toast-body {
    padding: 2em 0;
}

.toast h2 {
    color: #ffffff;
    font-family: Termina;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.2em;
}

.toast p {
    font-size: 1.2em;
}

.toast-inner {
    padding: 0 3em;
}

.toast-header .btn-close {
    font-size: 1.3em;
}*/
/*.toast-inner h2, .toast-inner p {
        padding: 0 1rem;
    }*/

.toast-btn {
    line-height: 1.2em;
    background: #ffffff;
    padding: 1.3em 1em 0.8em 2em;
    margin-bottom: 1em;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

a.toast-btn {
    text-decoration: none !important;
}

.toast-chev {
    padding: 0.5em 0;
    transition: 0.5s;
}

.toast-btn:hover {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

    .toast-btn:hover .toast-chev {
        padding: 0.5em;
        transition: 0.5s;
    }

.tool-title {
    font-family: "Termina";
    color: #006325;
    font-size: 1.3em;
    font-weight: 600;
}

.toast-btn:hover .tool-title {
    color: #000000;
}

/*.toast .vwht-btn {
    background: #ffffff;
    color: #2c612c;
    font-family: "FSIndustrie-Bold";
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 16px 36px 15px;
    font-size: 1em;
    text-decoration: none;
    transition: 0.5s;
    white-space: nowrap;
}

    .toast .vwht-btn:hover {
        color: #000000;
    }


.tool-desc {
    font-size: 0.8em;
    color: #333333;
}

.toast-footer {
    width: 100%;
    margin: 0;
    padding: 1.5em 2em 0.5em;
    background-image: linear-gradient(#006325, #213B34);
}*/
