﻿
body {
    background-color: dimgrey;
    color: #34762F;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in-image {
    animation: fadeIn 5s;
}


.imgSpot {
    height: 350px;
    width: 466px;
    background-color: black;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
}

.imgS {
    height: 350px;
    width: 466px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 25px;
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
    background-image: url('https://t2ga.selectmyrewardsnow.com/images/blanksmall.jpg');
}

.imgX {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.divTop {
    margin-top: 200px;
    color: white;
    margin-left: 50px;
    margin-right: 50px;
    -webkit-text-stroke: 1px black;
    background-color: black;
    opacity: 10%;
}

.bigg {
    position: fixed;
    top: 0;
    left: 0;
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}


.backimage {
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.floatBorder {
    /*    border-radius: 25px;*/
    margin-left: auto;
    margin-right: auto;

/*    margin-left: 50px;*/


    margin-top: 50px;
    z-index: 256;
    max-width: 600px;
    padding: 25px;
    /*    margin-top: 20px;*/
    /*  margin-right: 50px;*/
    text-align: center;
    border-color: white;
    border-style: solid;
    border-width: 20px;
    background-color: #EFEFEF;
}

.floatBorderRight {
    border-radius: 25px;
    margin-top: 200px;
    z-index: 256;
    max-width: 500px;
    padding: 25px;
    /*    left: 0;
    right: 0;*/
    /*    margin-top: 20px;*/
    /*  margin-left: 25px;*/

    text-align: center;
    border-color: black;
    border-style: none;
    border-width: thin;
    background-color: #ffffff;
}

.floatCenterBorder {
    border-radius: 25px;
    z-index: 256;
    max-width: 500px;
    padding: 25px;
    left: 0;
    right: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-color: black;
    border-style: solid;
    border-width: thin;
    background-color: #ffffff;
}

.txtEntry {
    padding: 15px;
    /*    border-radius: 5px;*/
    background-color: #ffffff;
    color: #89899F;
    border-style: solid;
    border-width: 1px;
    border-color: #89899F;
}

    .txtEntry:focus {
        background-color: #ffffff;
    }


.cmdButtonOutline {
    padding: 10px;
    border-width: 1px;
    border-color: #34762F;
    background-color: white;
    color: #34762F;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    width: 300px;
}

    .cmdButtonOutline:hover {
        background-color: #34762F;
        color: #ffffff;
    }


.cmdButtonReg {
    padding: 10px;
    border-width: 1px;
    border-color: #34762F;
    background-color: #34762F;
    color: white;
    border-radius: 5px;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    width: 300px;
}

    .cmdButtonReg:hover {
        background-color: #418E3B;
        color: #ffffff;
    }

.cmdButtonRegDisabled {
    padding: 10px;
    border-width: 1px;
    border-color: #34762F;
    background-color: dimgray;
    color: white;
    border-radius: 5px;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    width: 300px;
}
   

@media screen and (max-width:600px) {
    .textEntry{
        padding:5px;
    }
    .cmdButtonOutline {
        padding: 5px;
        width: 200px;
        font-size: 14px;
    }

    .cmdButtonReg {
        padding: 5px;
        width: 200px;
        font-size: 14px;
    }
    .imgSpot {
        height: 200px;
        width: 266px;
        border-radius: 10px;
    }

    body {
        background-color: #ffffff;
    }

    .imgS {
        height: 200px;
        width: 266px;
        border-radius: 10px;
    }

    .destList {
        border-style: none;
        font-size: 20px;
    }

    .divTop {
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        font-family: 'Trebuchet MS';
        font-weight: bold;
    }

    .floatBorder {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 50px;
        border-width: 10px;
        /*        border-radius:0px;*/
    }

    .floatCenterBorder {
        border: none;
        padding: 5px;
    }

    .floatCenter {
        padding: 5px;
    }
}
