/* PoplarStd */
@font-face {
  font-family: "PoplarStd";
  src: url("../fonts/PoplarStd.eot"), url("../fonts/PoplarStd.eot?#iefix") format("embedded-opentype"), url("../fonts/PoplarStd.woff2") format("woff2"), url("../fonts/PoplarStd.woff") format("woff"), url("../fonts/PoplarStd.ttf") format("truetype"), url("../fonts/PoplarStd.svg#Roboto") format("svg"); /* Legacy iOS */
}
h2, h3, h4, h5, h6, a, span {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
}

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, span::selection, a::selection, blockquote::selection {
  color: #FFFFFF;
  background: #222222;
}

h1 {
  font-size: 70px;
  font-family: "Satisfy", cursive;
  letter-spacing: 1px;
}

h2 {
  font-size: 30px;
  padding-bottom: 30px;
}

h3 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
}

@media all and (min-width: 576px) {
  h1 {
    font-size: 90px;
  }
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 120px;
  }
}
/* PoplarStd */
@font-face {
  font-family: "PoplarStd";
  src: url("../fonts/PoplarStd.eot"), url("../fonts/PoplarStd.eot?#iefix") format("embedded-opentype"), url("../fonts/PoplarStd.woff2") format("woff2"), url("../fonts/PoplarStd.woff") format("woff"), url("../fonts/PoplarStd.ttf") format("truetype"), url("../fonts/PoplarStd.svg#Roboto") format("svg"); /* Legacy iOS */
}
h2, h3, h4, h5, h6, a, span {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
}

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, span::selection, a::selection, blockquote::selection {
  color: #FFFFFF;
  background: #222222;
}

h1 {
  font-size: 70px;
  font-family: "Satisfy", cursive;
  letter-spacing: 1px;
}

h2 {
  font-size: 30px;
  padding-bottom: 30px;
}

h3 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
}

@media all and (min-width: 576px) {
  h1 {
    font-size: 90px;
  }
}
@media all and (min-width: 768px) {
  h1 {
    font-size: 120px;
  }
}
body {
  background: #000000;
  color: #fdfdfd;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 26px;
  overflow-x: hidden;
  vertical-align: baseline;
}

img {
  object-fit: cover;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

p {
  color: #fdfdfd;
  font-size: 16px;
  line-height: 24px;
}

.btn {
  background-color: #2d2d2d;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  padding: 6px 12px 3px;
  text-transform: uppercase;
  text-align: center;
}
.btn:hover {
  background-color: #403f3f;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}

button:focus {
  outline: none !important;
}

.section-title {
  padding-left: 0;
  text-align: center;
}

#block-mai5-theme-local-tasks {
  background: #FFFFFF;
  z-index: 9;
}

.toolbar-horizontal header#main-menu {
  top: 118px;
}
.toolbar-horizontal header#main-menu.sticky {
  top: 78px;
}

@media all and (max-width: 991px) {
  .sticky .container,
  .main-menu-area .container {
    max-width: 100%;
    padding: 0;
  }
}

header#main-menu {
  background-color: #00000080;
  height: auto;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
header#main-menu.sticky {
  padding: 0;
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
}
header#main-menu.sticky .site-navigation {
  background: #222222;
}
header#main-menu.sticky .site-navigation .region-navigation {
  display: inline-block;
  width: 100%;
}
header#main-menu.header-white .site-navigation {
  margin-top: 0;
}

.section-header-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section-header-wrapper .background-image {
  position: absolute;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 0;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-header-wrapper .background-image img {
  width: 100%;
  height: auto;
}
.section-header-wrapper .container {
  display: flex;
  height: 100%;
}
.section-header-wrapper .container .row {
  align-content: center;
  justify-content: center;
  flex: 1;
}
.section-header-wrapper .container .row .banner-caption {
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
@media all and (min-width: 1200px) {
  .section-header-wrapper {
    height: 700px;
  }
}
@media all and (max-width: 1199px) {
  .section-header-wrapper {
    height: 660px;
  }
}
@media all and (max-width: 991px) {
  .section-header-wrapper {
    height: 380px;
  }
}
@media all and (max-width: 575px) {
  .section-header-wrapper {
    height: 250px;
  }
}

.section-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 700px;
  width: 100%;
  padding: 0;
}
.section-wrapper .background-image {
  position: absolute;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 0;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-wrapper .background-image img {
  width: auto;
  height: 100%;
}
@media all and (min-width: 992px) {
  .section-wrapper .background-image img {
    width: 100%;
    height: auto;
  }
}

.section-wrapper-blackish {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-wrapper-blackish:after {
  background-color: #00000080;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.section-wrapper-blackish .background-image {
  position: absolute;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 0;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-wrapper-blackish .background-image img {
  width: auto;
  height: 100%;
}
@media all and (min-width: 992px) {
  .section-wrapper-blackish .background-image img {
    width: 100%;
    height: auto;
  }
}
.section-wrapper-blackish .container {
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .section-wrapper-blackish .container {
    padding: 80px 0;
  }
}

footer.dark-wrapper {
  background: #000000;
  color: #FFFFFF;
}
footer.dark-wrapper p,
footer.dark-wrapper a {
  color: #FFFFFF;
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
}
footer.dark-wrapper p:hover,
footer.dark-wrapper a:hover {
  color: #929294;
  text-decoration: none;
  transition: 0.6s;
}
footer.dark-wrapper span > a {
  color: #FFFFFF;
  font-size: 14px;
}
footer.dark-wrapper span > a:hover {
  text-decoration: none;
}
footer.dark-wrapper .sub-footer {
  display: table;
  width: 100%;
}
footer.dark-wrapper .sub-footer .inner {
  padding: 40px 10px;
}
footer.dark-wrapper .sub-footer .inner .block-addtoany-block a span {
  height: 30px !important;
  width: 30px !important;
}
@media all and (min-width: 320px) {
  footer.dark-wrapper .sub-footer .inner {
    padding: 40px;
  }
}
@media all and (min-width: 576px) {
  footer.dark-wrapper .sub-footer .inner .block-addtoany-block a span {
    height: 50px !important;
    width: 50px !important;
  }
}

.user-page .block-local-tasks-block {
  display: none;
}
.user-page .user-login,
.user-page .user-pass {
  padding: 37px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.user-page .user-login .container h2,
.user-page .user-pass .container h2 {
  color: #000000;
  text-align: center;
}
.user-page .user-login label,
.user-page .user-pass label {
  color: #FFFFFF;
}
.user-page .user-login input[type=text],
.user-page .user-login input[type=password],
.user-page .user-pass input[type=text],
.user-page .user-pass input[type=password] {
  padding: 6px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  color: #000000;
}
.user-page .user-login .form-actions-wrapper,
.user-page .user-pass .form-actions-wrapper {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.user-page .user-pass #edit-actions {
  width: 100%;
}
.user-page .profile .form-item {
  color: #FFFFFF;
}

.page-not-found .section-title {
  margin-top: 80px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-not-found .section-title h1,
.page-not-found .section-title h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.page-not-found .section-title h2 {
  line-height: 19px;
  padding-left: 8px;
}
.page-not-found .page-not-found-text p {
  font-size: 12px;
  margin-bottom: 0;
}
.page-not-found .page-not-found-text a {
  background: #000000;
}
@media all and (min-width: 768px) {
  .page-not-found .section-title {
    flex-direction: column;
  }
  .page-not-found .section-title h1 {
    font-size: 50px;
  }
  .page-not-found .section-title h2 {
    font-size: 35px;
    line-height: normal;
    padding-left: 0;
  }
  .page-not-found .page-not-found-text p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .page-not-found .page-not-found-text a {
    background: #000000;
  }
}

dialog:open {
  opacity: 1;
  transform: scaleY(1);
}

dialog {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  height: fit-content;
  opacity: 0;
  position: fixed;
  transform: scaleY(0);
  transition: all 0.7s allow-discrete;
  padding: 30px;
  text-align: center;
  width: fit-content;
}
dialog.full-width {
  aspect-ratio: 3/4;
  width: 70%;
}
dialog img {
  max-width: 600px;
  width: 100% !important;
}
dialog .ours-image-dialog-close svg {
  background: transparent;
  border: none;
  color: #929294;
  cursor: pointer;
  font-size: 26px !important;
  margin: 0;
  padding: 0 !important;
  position: absolute;
  right: 3px;
  top: 3px;
}
dialog .ours-image-dialog-close svg:hover {
  color: #bf1717;
}

/* Needs to be after the previous dialog:open rule to take effect,
    as the specificity is the same */
@starting-style {
  dialog:open {
    opacity: 0;
    transform: scaleY(0);
  }
}
dialog::backdrop {
  background-color: transparent;
  transition: all 0.7s allow-discrete;
}

dialog:open::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

/* This starting-style rule cannot be nested inside the above selector
because the nesting selector cannot represent pseudo-elements. */
@starting-style {
  dialog:open::backdrop {
    background-color: transparent;
  }
}
.navbar {
  border-radius: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar .navbar-nav .nav-link {
  color: #FFFFFF;
  letter-spacing: 0.6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 10px;
}
.navbar .navbar-nav .nav-link:hover {
  color: #929294;
  transition: 0.6s;
}
@media all and (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding: 25px 8px;
  }
}
.navbar .region-logo {
  margin-left: 8px;
}
.navbar .region-logo .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar .region-logo .navbar-brand img {
  width: 100px;
}
@media all and (min-width: 992px) {
  .navbar .region-logo {
    margin-right: 1rem;
  }
  .navbar .region-logo .navbar-brand img {
    width: auto;
  }
}
.navbar .navbar-toggler {
  border: 1px solid #FFFFFF;
  margin-right: 20px;
}
.navbar .navbar-toggler:hover {
  cursor: pointer;
}
.navbar .navbar-toggler .fa-bars {
  color: #FFFFFF;
}
.navbar .social-header {
  padding-left: 16px;
  padding-top: 0;
}
.navbar .social-header svg {
  color: #FFFFFF;
  padding: 0 5px;
}
.navbar .social-header svg:hover {
  color: #929294;
  transition: 0.6s;
}
@media all and (min-width: 992px) {
  .navbar .social-header {
    padding-left: 55px;
  }
}

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