body, td, p, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: subpixel-antialiased;
    /*font-family: 'Fira Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    /*font-family: 'PT Sans', sans-serif;
    font-size: 25px;*/
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    letter-spacing: -2px;
}

label {
    font-size: 23px;
    color: #fff;
}

.page-header {
    border: 0;
}

.btn-primary {
    color: #fff;
    background-color: #c21a81;
    border-color: #c21a81;
    border-radius: 4px;
    height: 50px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 3px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    text-align: center;
}



.input-group-addon {
    padding: 6px 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    font-weight: 500;
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
}

.form-control:focus {
    border-color: #c72c8b;
    /*box-shadow: inset 0 1px 1px rgba(133, 3, 62, 0.075), 0 0 8px rgba(133, 3, 62, 0.6);*/
    box-shadow: none;
}

.form-control-feedback {
    position: absolute;
    top: 8px;
    /* right: 9px; */
    left: 15px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    color: #ccc;
}

.huge {
    font-size: 30px;
}

html, body {
    margin: 0;
    padding: 0;
    background-image: url(../pinkbg.png);
    /*background-repeat: no-repeat;*/
    background-position: top center;
    background-size: cover;
}

.animated {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animatedfast {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.errorMsg
{
    padding:20px; margin:30px; font-family: 'Raleway', sans-serif;letter-spacing: 1px; font-size:18px; background-color:#c21a81; color:black;
    /*padding:10px 30px; margin:30px; font-family: 'Raleway', sans-serif;letter-spacing: 1px; font-size:18px; background-color:#c21a81; color:black !important;*/
}
.WhiteBG
{
    background-color: white;
}

.FieldValidator {
    color:red;
    font-size:28px;
    float: left;
}

.modal-header .close {
    font-size:62px;
    margin-top: -23px;
}
.row {
    margin:0 15px;
    padding:0;
}

#AutoShipTermsModal label {
    color: black !important;
}
.AutoShipDonationDDL {
    width: 360px;
}

/******** Cool Checkboxes *********/

.CheckBoxLarge {
    float: left;
    margin-left: 35px;
}
.CheckBoxLarge input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    margin: -7px 15px;
}
.CheckBoxLarge input[type='checkbox']:checked {
    background: url(../images/tick.jpg);
    background-size: 100%;
}