﻿/* Hero styles
----------------2020---------------------------------- */

/* JUMBOTRON STYLE HERE */
.jumbotron {
    /*background: linear-gradient( rgba(0, 0, 250, 0.25), rgba(125, 250, 250, 0.45) ), url(../images/keith-fox-hTmjoFkRHas-unsplash.jpg);*/
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    color: white !important;
    height: 70vh;
    background-size: cover;
    background-position: center;
    align-content: center;
}

.inner-container {
    text-align: center;
}

    .inner-container h1 {
        font-weight: 400;
    }

    .inner-container h5 {
        margin-bottom: 1.5rem;
    }
/* Form styles
----------------2020---------------------------------- */
.purjosh-form-header {
    border: 1px solid #bfb39c;
    background-color: #e6e6fa;
    /*border-bottom-width: 0px;*/
}
.purjosh-form-container {
    border: 1px solid #bfb39c;
}
.purjosh-form-footer {
    border: 1px solid #bfb39c;
    border-top-width: 0px;
}
.purjosh-form-header-label {
    margin-left: 10px;
    margin-top: 5px;
    font-weight: 600;
}
.purjosh-guidelines {
    margin-left: 10px;
    padding: 10px;
    width: 100%;
}
.purjosh-guidelines ul {
    margin-left: 20px;
    line-height: 1.4em;
}
.purjosh-guideline-pic {
    margin-right: 20px;
    border: 1px solid #e6e6fa;
}
.purjosh-guideline {
    width: 250px;
    float: left;
}
.purjosh-section-heading {
    border: 1px solid #bfb39c;
    background-color: #f7f9ff;
    border-top-width: 0px;
}
.purjosh-message-text-blur {
    color: transparent;
    text-shadow: 0 0 8px #565656;
}

/*Font awesome icon*/
.fa {
    font-size: 30px;
}

.fas {
    font-size: 30px;
}

.far {
    font-size: 30px;
}
/*.card-img-top {
    max-width: 100%;
    height: 15vw;
    object-fit: cover;
}*/
/* Plans */
.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.visa {
    background-image: url(http://i.imgur.com/lXzJ1eB.png);
}

.mastercard {
    background-image: url(http://i.imgur.com/SJbRQF7.png);
}

.cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

    .drinkcard-cc:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }