.colorz a{
    color: goldenrod;
    font-size: 20px;
}
.BodyBackground {
    background: url("../images/BGIMAGE.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    padding-top: 50px;

    min-height: 650px;
    /* background: rgba(203,96,179,1);
    background: -moz-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,96,179,1)), color-stop(53%, rgba(168,0,119,1)), color-stop(98%, rgba(193,70,161,1)), color-stop(100%, rgba(219,54,164,1)));
    background: -webkit-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    background: -o-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    background: -ms-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    background: linear-gradient(to right, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=1 ); */
}
.HomeBackground {
    background: url("../images/BG1122.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    padding-top: 50px;

    min-height: 650px;
    /* background: rgba(203,96,179,1);
    background: -moz-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,96,179,1)), color-stop(53%, rgba(168,0,119,1)), color-stop(98%, rgba(193,70,161,1)), color-stop(100%, rgba(219,54,164,1)));
    background: -webkit-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    background: -o-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    background: -ms-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    background: linear-gradient(to right, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 53%, rgba(193,70,161,1) 98%, rgba(219,54,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=1 ); */
}
.navbar{
    background-color:white !important;
}


.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 300;
    height: 40px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.card {
    background-color: white;
    
    margin: 0 auto 25px;
    margin-top: 5px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
   
    opacity: 0.95;

}
.card1 {
    background-color: turquoise;
    
    margin: 0 auto 25px;
    margin-top: 5px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
   
    opacity: 0.95;

}

@media (min-width:300px) {
    .card {
        position: relative;
        /* 'fixed' will work also. */
        max-width: 700px;
        /* Your required width here. */
        width: 100%;
   
    }
}

hr {
    border-top: 2px solid #eee;
}

.custombtn {
    color: #40E0D0;
    font-size: 20px;
    font-size: 1.25em;
    /* background-color: lightgreen; */
    background-color: white;
    font-weight: 300;
    height: 40px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.afterbuttontext {
    margin-top: 50px;
}

.custombtn>span.glyphicon {
    color: white;
    font-size: 17px;
    padding-top: 2px;
}

.formFields {
    margin-top: 30px;
}

.formFields>div {
    margin-bottom: 30px;
}

.formButtons>div {
    margin-top: 25px;
    margin-bottom: 30px;
}

@media (max-width:450px) {
    div.formFields>.col-xs-4 {
        width: 100%;
    }
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn {
    font-weight: 300;
    height: 40px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
#btn1 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
   
    background-color: #58D68D;
    
    font-weight: 600;
    color: white;
    height: 40px;
    width: 100px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
.countdownCon
{
    position:absolute;
    text-align:center;
   
}
.holtimewrap
{
    background-color: white;
    background-attachment: fixed;
    min-height: 150px;
    opacity: 0.9;
}
.styles
{
    font-size: 30px;
    color: goldenrod;
}
.spac
{
    margin-top: 20%;
}
.headstyl
{
    color: goldenrod;
    font-size: 80px;
    font-family: 'Great Vibes', cursive;
}
.mohead
{
    color: goldenrod;
    font-size: 50px;
    font-family: 'Great Vibes', cursive;
}
.timestyle
{
    font-size: 60px;
    font-family: 'Great Vibes', cursive;

}

.holwrap
{
    background-color: white;
    background-attachment: fixed;
    opacity: 0.9;
}
.poemsty
{
    text-align: center;
    color: #0e6d81;
    font-size: 30px;
    font-family: 'Great Vibes', cursive;
}


