﻿.gift-certificate {
    height: 50vh;
    background-image: url(/images/Frontpage2017/BGImages/giftcertificate.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gift-content {
    text-align: right;
}

.gift-header {
    align-self: flex-end;
    text-align: right;
}

.gift-section divider {
    align-self: flex-end;
}

.gift-header-fix {
    overflow: initial;
}

input[type='text'] {
    height: 49px !important;
    font-family: Roboto;
    font-size: 17px;
    display: inline-block;
    height: 30px;
    padding: 5px;
    margin: 0px;
    font-size: 17px;
    line-height: 20px;
    color: #444;
    border: solid 1px #b8b8b8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: end;
}

.gift-error {
    color: red;
    text-align: end;
}

.start-button-page {
    align-self: flex-end;
}

.gift-section {
    margin: 100px 0;
}

.section-image iframe {
    margin: 0 40px;
}

.gift-title-alignment span {
    margin-right: 10px;
}

@media only screen and (max-width: 75em) {

    .gift-title-alignment span {
        margin-right: 0px;
    }

    .gift-content {
        text-align: center;
    }

    .gift-header {
        align-self: center;
        text-align: center;
    }

    .gift-section divider {
        align-self: center;
    }

    .gift-section {
        margin: 60px 40px;
    }

    .subpage-hero-title {
        line-height: 1;
    }

    input[type='text'] {
        /*margin: 0px 40px !important;*/
        text-align: center;
        /*width: 86.66%;*/
    }

    .gift-error {
        color: red;
        text-align: center;
        margin: 0 40px !important;
    }

    .start-button-page {
        align-self: center;
    }
}

@media only screen and (max-width: 40em) {
    .section-image iframe {
        height: 100%;
        min-height: 300px;
    }

    .gift-title-alignment {
        text-align: center;
    }

    .gift-section {
        margin: 60px 0px;
    }

    input[type='text'] {
        margin: 0px 40px !important;
        text-align: center;
        width: 76.66%;
    }
}
