* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body, html {
    height: 100%;
    width: 100%;
}

body {
    background: #000 url("../img/tarot/bg.jpg") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'OpenSans', sans-serif;
    padding: 0;
    margin: 0;
    width: auto;
}

h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 33px;
    text-shadow: 2px 2px #90007f;
    color: #fff;


}
h2 {
    font-family: 'Fondamento', cursive;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px #000;
}
h3 {
    font-family: 'Fondamento', cursive;
    font-size: 14px;
    color: gainsboro;
}

/*Modal*/

#modalPin {
    display: none;
    z-index: 9999;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 30vh;
    right: 0;
    left: 0;
}

.modal-content2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #550c59;
    border-radius: 20px;
    margin: 0 auto;
    width: 500px;
    right: 0;
    left: 0;
    top: 40vh;
}

#ingresapin {
    text-align: center;
    padding: 0 5px;
    margin-top: 20px;
    color: aliceblue;
}

#cel {
    border-radius: 6px;
    height: 100px;
    margin: 0 auto;
    padding: 25px 10px 25px 10px;
    text-align: center;
    font-size: 10px;
    width: 35%;
}

.form-control {
    margin-bottom: 20px;
}

/*Wrapper*/
.wrapper {
    display: block;
    margin: 0 auto;
    color: aliceblue;
    padding-top: 10px;
    max-width: 950px;
    text-align: center;
    font-size: .7em;
    width: 100%;
}


/*Top Content Section*/

div h1 {
    text-align: center;
    margin-top: 20px;
}

div h2 {
    text-align: center;
}

.div-card {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 20px 0 20px;
    margin-top: 10px;
}

.card {
    margin: 10px 20px 0 20px;
    width:150px;
    height: 211px;
}

.cardbg {
    margin: 10px 20px 0 20px;
    width:150px;
    height: 211px;
}

.cardb {
    margin: 10px 20px 0 20px;
    z-index: 1;
}

legend {
    font-family: 'Fondamento', cursive;
    font-size: 15px;
    color: gainsboro;
}

input {
    font-family: 'Fondamento', cursive;
    font-size: 14px;
    color: #90007f;
}

.card:hover {
    content: url("../img/tarot/tarot_card_cl.png");
}

.form-control {
    margin-bottom: 20px 10px;
}

#field {
    margin-top: 20px;
    margin-left: 10%;
}

.field-group {
    color: #90007f;
 }

.checkbox {
    color: aliceblue;
}

.btn {
    margin: 0 auto;
}

.btn-group {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.btn-primary {
    background-color: #90007f;
    background-image: none;
}

.btn-primary:active, .btn-primary.active {
    background-color: #9698a4;
}

#tabs {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

#zodiac {
   text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*Row*/

.row {
}

/*Card Descriptions*/

.descCard {
    text-align: center;
    color: #90007f;
    font-family: 'Fondamento', cursive;
    display: block;
    width: 50vh;
    margin: 10px auto;
    font-size: 15px;
    background-color: #000000;
    border-radius: 10px;
    padding: 10px 10px;
}

/*Footer*/

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #000;
}
footer p {
    border: none;
    background: none;
    color: #9698a4;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    margin: 0 auto;
    padding: 1px 30px 1px 30px;
}

#footer {
    margin-top: 30px;
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -160px;
}
.page-wrap:after {
    content: "";
    display: block;
}
.site-footer, .page-wrap:after {
    height: 50px;
}



