@font-face {
  font-family: "Freestyle Script";
  font-style: normal;
  font-weight: normal;
  src: local("Freestyle Script Regular"), url("../fonts/FREESCPT.woff") format("woff");
  font-family: "Dancing Script", cursive;
  font-family: "Oleo Script", cursive;
}
body {
  background: url("/assets/img/dark-star-background.jpg");
  color: #ffffff;
  font: 14pt "Palatino", "Palatino Linotype", "Georgia", "Times New Roman", serif;
}

.center {
  text-align: center;
}

h2 {
  font-family: "Dancing Script", serif;
}

.container {
  overflow: hidden;
}

header .right-links p {
  margin-top: 0px;
  margin-bottom: 0px;
}

header p.business-since {
  font-style: italic;
  color: #565656;
  text-align: right;
  font-size: 14px;
}

header p.phone, header p.phone a {
  font-size: 22px;
  color: #FFFFFF;
}

header .right-links p.register-advisor {
  margin-bottom: 1em;
}

header .row.head {
  background: url("/assets/img/header-bg.jpg") no-repeat;
  background-size: cover;
}

header .row.head {
  background-position-x: right;
}

@media (min-width: 576px) and (max-width: 992px) {
  header .row.head {
    background-size: initial;
  }
}
.hide {
  display: none;
}

.nav-item {
  margin: 0 4px;
  padding: 0 8px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

a {
  color: #2b599a;
  text-decoration: none;
}

.nav-link {
  color: white;
  text-shadow: 0px 2px 3px #3e1c58;
  text-align: center;
}

.nav-item.active, .nav-item:hover {
  border-radius: 7px;
  background-color: #234578;
  color: #FFFFFF;
}

.astro-img img {
  width: 450px;
}

@media (max-width: 576px) {
  .nav-link {
    text-align: center;
  }
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

/* Image object fit */
.fit-contain {
  object-fit: contain;
}

.fit-scale-down {
  object-fit: scale-down;
}

.fit-fill {
  object-fit: fill;
}

/* Buttons */
.btn.common {
  color: #FFFFFF;
  padding: 8px 15px;
  background-color: #0d6efd;
  margin: 10px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 4px;
  margin-right: 8px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.semi-transparent {
  background: rgba(123, 165, 214, 0.48) none repeat center top;
}

.dark-gradient {
  background: linear-gradient(#234578 0%, #3675c7);
}

/* Yellow italic text */
.emphasis {
  font-style: italic;
  font-weight: bold;
  color: #fff823;
}

h3 a {
  color: #fff823;
}

h3 a:hover {
  color: #fff823;
}

.light-gradient {
  background: linear-gradient(#5a8bcd, #93b0d2), #93b0d2;
}

.advisor-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.advisor-block p {
  font-size: 75%;
}

.advisor-block, .gradient {
  background: #234578;
  background: -moz-linear-gradient(top, #234578 1%, #3675c7 100%);
  background: -webkit-linear-gradient(top, #234578 1%, #3675c7 100%);
  background: linear-gradient(to bottom, #234578 1%, #3675c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#234578", endColorstr="#3675c7",GradientType=0 );
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5em;
}

.advisor-block {
  flex: 0 0 375px;
  /*    min-height: 230px;
      height:248px;*/
  margin: 10px;
  padding-bottom: 4px;
}

.advisor-block h3 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
}

.advisor-block .advisor-image {
  border-radius: 5px;
}

.advisor-block .description {
  color: #efefef;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

.advisor-block .btn {
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 18px;
  text-decoration: none;
}

.advisor-block .btn.call-back {
  padding: 5px 10px;
}
.advisor-block .btn.busy {
  color: #FFFFFF;
  padding: 5px 40px;
}
a .busy:hover {
  background: #f12939;
}
.busy {
  background: #e13030;
}

.call-now {
  background: #73db63;
}

.call-now:hover {
  background: #7de56e;
  text-decoration: none;
}

.chat-back, .call-back {
  background: #f0ee6c;
}

.chat-back:hover, .call-back:hover {
  background: #e0de63;
}

.center-img-container {
  display: flex;
  align-items: center;
}

.center-img-container img {
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(244, 244, 255, 0.8);
}

.advisor-block a, .advisor-block a:link, .advisor-block a:hover, .advisor-block a:visited {
  color: #FFFFFF;
  font-size: 14px;
}

.question {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0;
}

.answer {
  font-family: sans-serif;
  font-size: 1em;
  color: #efefef;
}

.help-page a {
  color: yellow;
}

.help-page h2 {
  text-decoration: underline;
  font-size: 2.7em;
}

.sy-slide > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

.overlay {
  width: 100%;
  margin: 0 auto 1em auto;
}

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