/*
	Psychic Sam
	Sassy CSS

	Written with love from Eli @ SB7 Mobile <3

	Compiled to /public/css/styles.css
	^ DO NOT EDIT THIS FILE DIRECTLY
*/
@font-face {
  font-family: "FuturaCondensedMedium";
  src: url(../fonts/Futura-CondensedMedium.ttf);
}
.font-black {
  color: black;
}

a {
  color: #491C4E;
}

.btn-primary {
  background: #DBB63A;
  background: linear-gradient(#DCCE81, #DBB63A);
  color: black;
  border: none;
  border-radius: 5px;
}

.btn-primary:hover {
  background: #A68429;
  background: linear-gradient(#DBB63A, #A68429);
  color: black;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: url(../img/background-home.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

.main-section {
  color: black;
  min-height: calc(100% - 103px);
}

.panel:first-of-type {
  margin-top: 21px;
}

.panel-body h3 {
  margin-top: 0px;
}

.navbar {
  margin-bottom: 0px;
}

#navbar-img {
  height: 50px;
}

#natal .panel-body {
  text-align: center;
}
#natal .panel-body img {
  margin: auto;
}

#home {
  min-height: calc(100% - 103px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/background-home.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home h1 {
  font-family: FuturaCondensedMedium;
  font-size: 4em;
  color: white;
}
#home h3 {
  color: white;
}
#home a {
  margin-top: 1em;
}
#home div {
  text-align: center;
}

#login {
  min-height: calc(100% - 103px);
}

#register {
  min-height: calc(100% - 103px);
}

#horoscope {
  min-height: calc(100% - 103px);
  color: black;
}
#horoscope .panel-default {
  border: none;
}
#horoscope .panel-heading {
  display: flex;
  align-items: center;
  background: url(../img/titlebg.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  border: none;
}
#horoscope i {
  margin-right: 0.5em;
}
#horoscope .horoscope-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5em 0;
}
#horoscope .horoscope-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#horoscope .register-reminder {
  color: #DBB63A;
}

#contact {
  min-height: calc(100% - 103px);
}

#payment-failed {
  min-height: calc(100% - 103px);
  color: black;
}

#footer {
  background: #222;
  padding: 1em 0;
}
#footer ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
#footer ul li {
  margin-right: 1em;
  color: white;
  display: inline;
}
#footer ul li a {
  color: white;
}

#terms a {
  color: #DBB63A;
}
#terms a:hover {
  color: #A68429;
}

#compatibility img.perfect-matches {
  margin-bottom: 20px;
}

.modal .modal-title,
.modal .modal-body {
  color: #000;
}
.modal .modal-title {
  font-weight: 400;
}
.modal .modal-body .form-group::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .modal .modal-body .form-control {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=styles.css.map */
