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

body, html {
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.2em;
    font-weight: 200;
    line-height: 2em;
    height: 100%;
}

@media only screen and (max-width: 480px) {
    body {
        line-height: 1.5em;
        font-size: 1.1em;
    }
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
}

a {
    color: #c897c4;
}

a:hover {
    color: #997096;
}

nav li:hover {
    background-color: rgba(200, 151, 196, 0.5);
    color: #FFF;
}

.logo-container {
    border-top: 10px solid #c897c4;
    padding-top: 1em;
    margin-bottom: 2em;
}

.row-logo hr {
    border-color: #6d6f71;
}

.navbar-default {
    background-color: #FFF;
    border-radius: 0px;
    border: 0;
}

#navbar {
    display: table !important;
    margin: 0 auto;
}
.circle {
    /* make it responsive */
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    /* div height to be the same as width*/
    padding-top: 100%;

    /* make it a circle */
    border-radius: 50%;

    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;

    /* it makes the clue thing, takes smaller dimension to fill div */
    background-size: cover;

    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -50%;
    border: 4px solid #CCC;
    background-color: #FFF;
}

.btn-primary {
    background-color: #c897c4;
    border: #997096 2px solid;
}

.btn-primary:hover {
    background-color: #997096;
}

hr {
    border-top: 1px solid #DDD;
}

hr.pink {
    border-top: 2px solid #c897c4;
}

.band-pink table {
    border-radius: 5px;
}

.band-pink input[type=text], .band-pink .contact-row input[type=email], .band-pink .contact-row input[type=tel], .band-pink .contact-row textarea, .band-pink table tr {
    background-color: rgb(156, 118, 152);
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 1.1em;
    padding: 1em;
    line-height: 1.5em;
}

.band-pink table tr a {
    color: #FFF;
}

#card-element {
    background-color: #FFF;
    padding: 2em 1em;
    border: 1px #9C7698 solid;
    border-radius: 5px;
}

.band-pink input[type=submit], .band-pink .btn-primary {
    border: 2px solid #FFF;
    background-color: white;
    color: #997096;
    text-decoration: none;
}

.band-pink input[type=submit]:hover, .band-pink .btn-primary:hover {
    background-color: #c987c4;
    color: #FFF;
}

.footer {
    margin-top: 1em;
    padding: 1em;
    background-color: #333;
    color: #dddddd;
}

.footer a {
    color: #FFF;
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
}

.btn-lg {
    font-size: 1em;
}

.banded {
    padding: 2em;
}

.banded:nth-of-type(n+1) {
    margin: 2em 0 0;
}

.band-pink {
    background-color: #c897c4;
    color: #FFF;
}

.band-pink h1 {
    font-weight: normal;
}

.band-pink a {
    color: #FFF;
    text-decoration: underline;
}

.band-pink a:hover {
    text-decoration: none;
    color: #EEE;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(200, 151, 196, 0.2);
}

.table a {
    color: #997096;
}

.table-striped > tbody > tr:hover {
    background-color: rgba(200, 151, 196, 0.2);
}

@media only screen and (max-width: 480px) {
    .table {
        font-size: 0.8em;
    }
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

@media only screen and (max-width: 480px) {
    input[type=checkbox].css-checkbox + label.css-label {
        font-size: 0.8em;
    }

    .banded {
        padding: 2em 0;
    }
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 33px;
    height: 30px;
    display: block;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -30px;
}

label.css-label {
    background-image: url('/img/checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.alert-fixed {
    position: fixed;
    z-index: 1060;
    top: 15px;
    left: 15px;
    right: 15px;
    max-width: 1060px;
    margin: 0 auto;
    -webkit-box-shadow: 0 50px 150px rgba(0, 0, 0, .5);
    box-shadow: 0 50px 150px rgba(0, 0, 0, .5);
    -webkit-transition: -webkit-transform .2s ease-out, -webkit-box-shadow .2s linear;
    transition: transform .2s ease-out, box-shadow .2s linear
}

.alert-fixed-hidden {
    -webkit-transform: translateY(-125%);
    -ms-transform: translateY(-125%);
    transform: translateY(-125%);
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:768px) {
    table.checkout-table, .checkout-table td, .checkout-table tr, .checkout-table tbody  {
        display: block;
    }

    .checkout-table thead {
        display: none;
    }
}

.navbar-nav > li > a.btn-primary, .navbar-nav > li > a.btn-primary:hover {
    color: #FFF;
}

.bg-white {
    background-color: #FFF;
}

.band-red {
    background-color: darkred;
    color: #FFF;
}

.band-red .btn-primary {
    background-color: indianred;
    border: 2px solid mediumvioletred;
    text-decoration: none;
}

.band-red a {
    color: #FFF;
    text-decoration: underline;
}