﻿
@media only screen and (orientation: landscape) {
    /*coupon svg ration 1210/200*/
    /*.coupon-rapper.bottom {
        
        aspect-ratio: 6.05;
    }*/

    .portrait {
        display: none;
    }    
}

@media only screen and (orientation: portrait) {
    /*coupon svg ration 610/200*/
    /*aspect-ratio: 3.05;*/
    /*.coupon-rapper.bottom {
        
        aspect-ratio: 2.45;
    }*/

    .landscape {
        display: none;
    }    
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: auto;
}

.page-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header-stripe, .footer-stripe {
    /*display: flex;
    justify-content: center;*/
    background-color: #28617C;
    /*padding: 20px;*/
    width: 100%;
    height:20%;
}

.coupon-rapper {
    width: 100%;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    /*min-height: 200px;*/
}

    .coupon-rapper.bottom {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .coupon-rapper.bottom svg {
            position: absolute;
            bottom: 0;
            left: 0;
        }

.site-reference {
    text-align: center;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 10px 0;
}

    .site-reference a, .site-reference span {
        color: #FAB303;
    }

.page-content {
    width: 100%;
    flex-grow: 1;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    color: #28617C;
    text-align: center;
    font-family: NeonSans;
    font-weight: bold;
}

i {
    font-size: 3em;
}

.fa-check-circle {
    color: green;
}

.fa-exclamation-circle {
    color: #FAB303;
}

.msg {
    text-align: center;
    color: #28617C;
    font-weight: bold;
    font-size:24px;
}
