/* @import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400;600;700&family=Open+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Pacifico&family=Redacted+Script&family=Roboto:wght@400;700&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Bad+Script&family=Cormorant+Garamond:wght@300;400;700&family=Ysabeau:ital,wght@0,200;0,400;1,600&display=swap");

:root {
  /*
  --script-font: "Pacifico";
  --paragraph-font:  "Roboto";
  --header-font:"Open Sans";
  --header2-font: "Alkatra";
  --redacted-font:"Redacted Script";
  */

  --script-font: "Bad Script", cursive;
  --paragraph-font: "Cormorant Garamond", serif;
  --header-font: "Ysabeau", sans-serif;

  --icon-color: #091f46;
}

body,
html {
  margin: 0;
  position: relative;
  font-size: 100%;
  color: #000000;
  font-family: var(--paragraph-font);
}

p,
div,
a,
body,
.paragraph-font {
  font-family: var(--paragraph-font);
  font-size: 1.2rem;
}

.script-font {
  font-family: var(--script-font);
  text-shadow: 2px 0px #000000;
  line-height: 0.9 !important;
}

.header-font,
h1,
h2,
h3 {
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 2.4rem;
}

h4,
h5,
h6 {
  font-family: var(--header-font);
}

.paragraph-font-bold {
  font-family: var(--paragraph-font);
  font-weight: 700;
}

img,
svg {
  object-fit: cover;
  object-position: bottom;
}

a {
  /*  text-decoration: none; */
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  font-weight: bold;
  color: #000000;
}
.navbar a {
  color: #ffffff;
  font-weight: 400;
}

.dropdown-menu a {
  color: #000000;
}

.whitelinks a {
  color: #ffffff;
}

.textalignleft {
  text-align: left;
}

.textaligncenter {
  text-align: center;
}

.negative50 {
  margin-top: -50px;
}

.negative100 {
  margin-top: -100px;
}

.negative150 {
  margin-top: -150px;
}

.topnegative150{
position:relative;
top:-150px;
}

.topnegative100{
  position:relative;
  top:-150px;
  }

  .topnegative50{
    position:relative;
    top:-150px;
    }

.only-mobile {
  display: none;
}

.entry-footer .edit-link {
  display: none;
}
.custom-logo {
  max-width: 40vw;
  /* max-height: 8.7vw; */
  width: 8vw;
  min-width: 150px;
}

.mainheader .container {
  max-width: 80%;
}

@media(max-width:1450px){
  .mainheader .container {
    max-width: 90%;
    gap:40px;
  }
}

@media(max-width:1250px){
  .mainheader .container {
    max-width: 95%;
  }
}

.mainheader .navbar {
  background-color: #1338be;
}

#headernavbar {
  justify-content: center;
}

.dropdown-item,
.nav-link {
  font-family: var(--header-font);
  font-size: 20px;
}

.headerspacer {
  height: max(137px, 6.9vw);
}

.page .site-content.container {
  padding: 0 !important;
  margin: 0 !important ;
  max-width: 100%;
}

.ssbf-btn {
  background-color: #fbad18 !important;
  border-color: #fbad18 !important;
  border-radius: 0;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #000000;
}

.ssbf-btn a {
  text-transform: uppercase;

  color: #000000;
}

.ssbf-btn:hover,
.ssbf-btn a:hover {
  color: #ffffff;
}

#footerlogo {
  width: 150px;
}

#footer-wrapper #greybar {
  background-color: #c4c4c4;
  padding: 1px 20px 20px;
}

#footer-wrapper .copy {
  font-size: 14px;
  margin: 10px 0;
}

.cb-carousel .imagetext {
  font-family: var(--script-font);
  font-weight: 600;
}

.join-us .leftpane #title {
  font-family: var(--script-font); 
}

.join-us .ssbf-btn {
  font-size: 1.2rem;
  padding: 7px !important;
}

.join-us .rightpane #title {
  font-size: 1.5rem;
}

.top-button {
  background-color: #fbad18;
  border-style: none;
}

.top-button:hover {
  background-color: #fbad18;
  border-style: none;
}

@media (max-width: 900px) {
  p {
    padding: 0 15px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }

  .wp-block-columns {
    margin-bottom: 0;
  }
  .hide-on-mobile {
    display: none;
  }
  .only-mobile {
    display: inherit;
  }
}
