@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {font-family: 'Montserrat', sans-serif; color: #fff; background-color: #3f332a;}

.box {background-color: rgba(255,255,255,.35);}
.box h2 {text-shadow: 0 1px 2px rgba(0,0,0,.8);}
.box .code-box ul li, .box .code-box ul li a {color: #0e0e0e;}
.box form input, .box form select {color: #003748; background-color: #d8f2f9;}


.box .digital-choice-container .choice {background-color: rgba(255, 255, 255, .25);}
.box .digital-choice-container .choice .panel-heading:hover, .box .digital-choice-container .choice .panel-heading:not(.collapsed) {background-color: rgba(255,255,255, .25);}
.box .digital-choice-container .choice .panel-heading h3 i.fa {background-color: #57cde2;}
.box .digital-choice-container .choice .panel-heading h3 {text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.box .digital-choice-container .choice .panel-heading a {color: #fff;}
.box .digital-choice-container .choice .panel-body {background-color: rgba(0,0,0,.5);}
.box .digital-choice-container .choice .panel-body .choice-hidden-info a {color: #fff;}


.box .actions a {color: #333; background-color: rgba(255,255,255,.4);}
.box .actions a:hover {background-color: rgba(255,255,255,.8);}

.footer a {color: #ccc;}
.footer a:hover {color: #fff;}
.footer li {border-right-color: #eee;}




.background {background-image: url(../images/digitalchoice/bg.jpg); background-repeat: no-repeat; background-color: #3f332a;}
#logo{padding: 25px 0px 25px 0px;background: rgba(0, 0, 0, 0.5); margin-bottom: 35px;}
.logo-container{padding: 0px;}
.box form input, .box form select{background: white;}
.box form button.btn-default{background: #038ece; color: white; border: none; }
.box form button.btn-default:hover{background: #0076ad; color: white; border: none; }

.box .code-box {background: white;}
.box .digital-choice-container .choice .panel-heading h3 i.fa {background-color: #038ece;}


.more-info a {color: white; text-decoration: underline;}
.fine-print a {color: white; text-decoration: underline;}
.legal-print a{color: white; text-decoration: underline;}

body{
   background-image:#3f270e;
}


.background {
    background-image: url(../images/coffee/bg.jpg);
    background-repeat: no-repeat;
    background-color: #3f270e;
}

#logo{
    padding: 60px 0px 20px 0px;
    background:none;
}

.box{
    background-color: rgba(0,0,0, 0.7);
    border: solid 2px rgba(247, 221, 194, .55);
    color:#fff;
}

.box form input, .box form select {
    color: #003748;
    background-color: rgba(255,255,255, 0.85);
    box-shadow:none;
}

.box form button.btn-default {
    color: white;
    background-color: rgba(221, 174, 123, 1);
    border:none;
}

.box form button.btn-default:hover {
    background-color: rgba(182, 138, 90, 1);
}

.footer a{
     color:rgba(255, 255, 255, .75);
}

.footer a:hover{
     color:rgba(255, 255, 255, 1);
}

.footer li {
    border-right-color: rgba(255, 255, 255, .75);
}

.box .digital-choice-container .choice .panel-heading a {
    color: #fff;
    text-shadow: none;
}

.box a{
    color:white;
}

.box .digital-choice-container .choice .panel-body .btn-default{
    margin-top: 15px;
    height: 40px;
    line-height: 26px;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color:#333;
}

.fine-print{
    color:#fff;
}

.box form .btn-default {
    color: white;
    background-color: rgba(221, 174, 123, 1);
    font-size: 22px;
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 15px;
    font-weight: 700;
    border:none;
}

.box form .btn-default:hover {
    background-color: rgba(182, 138, 90, 1);
}