html {
    min-height: 100%;
    position: relative;
}

body {
    padding: 50px;
    margin-bottom: 40px;
    height: 100%;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    /* color: rgb(241, 234, 209); */
}

a {
    color: rgb(84, 126, 8);
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.footerPad {
    padding-top: 10px;
}

.footerPad1 {
    padding-top: 5px;
}

.contact {
    padding-top: 20px;
}

.imgReview img {
    max-height: 270px;
    max-width: 270px;
}

.navbar-header img {
    max-height: 50px;
    max-width: 50px;
    padding-top: 1px;
}

.footerLogo img {
    max-height: 25px;
    max-width: 25px;
}

h1 {
    text-align: center;
}

#add-order {
    margin-bottom: 10px;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.carousel-caption h1 {
    font-size: 60px;
    /* text-shadow: -1px 0 black, 0 1px black;  */

}

#review2 {
    margin-left: -70px;
}

#contact-submit {
    background-color: rgb(84, 126, 8);
    color: white;
}

#button1 {
    margin-top: 5px;
    padding-top: 12px;
    background-color: rgb(84, 126, 8);
}

#checkoutButton {
    margin-top: 5px;
    padding-top: 12px;
    background-color: rgb(84, 126, 8);
}




/* For Orders */

.order-background {
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: url('../img/3coffeesSmall.jpg') no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover;;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center; */
}


.order-text {
    /* position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center;
    z-index: 1;
}

/* .order-pic {
    width: 100%;
    height: auto;
    transform: rotate(90deg);
} */

.orderHere {
    max-width: 400px;
}

.orderHere ul {
    padding: 0;
}

.orderHere ul li {
    list-style-type: none;
    background: #efefef;
    padding: 10px;
    margin-bottom: 10px;
    color: black;
    max-width: 25em;
}

.orderHere ul li .edit {
    display: none;
}

.orderHere ul li.edit .edit {
    display: initial;
}

.orderHere ul li.edit .noedit {
    display: none;
}


/* Checkout Page */

.checkout-panel {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}


.title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    color: #2e2e2e;
}



.step {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 30px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #efefef;
}

.step:after {
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 22px;
    width: 225px;
    height: 6px;
    content: '';
    background-color: #efefef;
}

.step:before {
    color: #2e2e2e;
    position: absolute;
    top: 40px;
}

.step:last-child:after {
    content: none;
}

.step.active {
    background-color: #f62f5e;
}

.step.active:after {
    background-color: #f62f5e;
}

.step.active:before {
    color: #f62f5e;
}

.step.active+.step {
    background-color: #f62f5e;
}

.step.active+.step:before {
    color: #f62f5e;
}

.step:nth-child(1):before {
    content: 'Delivery';
}

.step:nth-child(2):before {
    right: -40px;
    content: 'Confirmation';
}

.step:nth-child(3):before {
    right: -30px;
    content: 'Payment';
}

.step:nth-child(4):before {
    right: 0;
    content: 'Finish';
}

input[type='radio'] {
    display: inline-block;
}

.input-fields {
    display: flex;
    justify-content: space-between;
}

.input-fields label {
    display: block;
    margin-bottom: 10px;
    color: #b4b4b4;
}

.info {
    font-size: 12px;
    font-weight: 300;
    display: block;
    margin-top: 50px;
    opacity: .5;
    color: #2e2e2e;
}

div[class*='column'] {
    width: 382px;
}

input[type='text'],
input[type='password'] {
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding-right: 40px;
    padding-left: 16px;
    color: rgba(46, 46, 46, .8);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 4px;
    outline: none;
}

input[type='text']:focus,
input[type='password']:focus {
    border-color: rgb(119, 219, 119);
}

/* #date {
    background: url(img/icons_calendar_black.png) no-repeat 95%;
}

#cardholder {
    background: url(img/icons_person_black.png) no-repeat 95%;
}

#cardnumber {
    background: url(img/icons_card_black.png) no-repeat 95%;
}

#verification {
    background: url(img/icons_lock_black.png) no-repeat 95%;
} */

.CVC {
    margin-left: 20px;
}

.small-inputs {
    display: flex;
    margin-top: 20px;
    margin-bottom: 0;
    justify-content: flex-start;
}

.small-inputs div {
    width: 182px;
}



.btn {
    font-size: 16px;
    width: 163px;
    height: 48px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
    border: none;
    border-radius: 23px;
}

.back-btn {
    color: #f62f5e;
    background: #fff;
}

.next-btn {
    color: #fff;
    background: #f62f5e;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    transform: scale(1.1);
}
