﻿@media only screen and (min-width: 768px) {
    .LearnMore {
        background-color: #3E5E6F;
        color: white;
        border-bottom: 10px solid #F39662;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        max-width: 370px;
        margin-top: -30px;
    }

    a:hover .LearnMore {
        background-color: #808080;
        color: white;
        border-bottom: 10px solid #cccccc;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        max-width: 370px;
        margin-top: -30px;
        text-decoration: none !important;
    }

    .swapoutimage {
        display: none;
    }

    .swapinimage {
        display: normal;
    }
}

@media only screen and (min-width: 390px) and (max-width: 767px) {
    .LearnMore {
        background-color: #3E5E6F;
        color: white;
        border-bottom: 10px solid #F39662;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        margin-top: -30px;
    }

    a:hover .LearnMore {
        background-color: #808080;
        color: white;
        border-bottom: 10px solid #cccccc;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        margin-top: -30px;
        text-decoration: none !important;
    }

    .swapoutimage {
        display: normal;
    }

    .swapinimage {
        display: none;
    }
}

@media only screen and (min-width: 200px) and (max-width: 389px) {
    .LearnMore {
        background-color: #3E5E6F;
        color: white;
        border-bottom: 10px solid #F39662;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        max-width: 370px;
        margin-top: -30px;
    }

    a:hover .LearnMore {
        background-color: #808080;
        color: white;
        border-bottom: 10px solid #cccccc;
        padding: 20px;
        text-align: center;
        font-weight: bolder;
        font-size: 18px;
        margin: 0px;
        max-width: 370px;
        margin-top: -30px;
        text-decoration: none !important;
    }

    .swapoutimage {
        display: none;
    }

    .swapinimage {
        display: normal;
    }
}
