/*Imported Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Raleway";
}

main {
  margin-bottom: 50px;
}

header {
  background-color: #3884cc;
  margin: 0;
  width: 100vw;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
}

header #header-top #header-top-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: auto;
  padding-bottom: 15px;
}

header #header-top #header-top-left .btn-call-us {
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
  font-family: "Raleway";
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 5px;
  -webkit-box-shadow: 5px 5px 5px darkblue;
  box-shadow: 5px 5px 5px darkblue;
}

header #header-top #header-top-left .btn-call-us a {
  color: #3884cc;
  font-weight: bold;
  text-decoration: none;
}

header #header-top #header-top-left .btn-call-us:active {
  background-color: lightskyblue;
  border: 1px solid white;
}

header #header-top #header-top-left .btn-call-us:active a:active {
  color: white !important;
}

header #header-top #header-top-left p {
  font-family: "Raleway";
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 5px 0px 5px;
  text-align: center;
  margin: 0;
}

header #header-top #header-top-left a {
  color: white;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  background-color: white;
  border-bottom: 2px solid #3884cc;
}

nav #mobile-nav-menu-button {
  margin-bottom: -10px;
  padding: 0;
  width: 48px;
  height: 48px;
}

nav .nav-menu {
  clear: both;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 101;
  list-style-type: none;
  padding: 0px 0px 15px 15px;
  margin: 0;
}

nav .nav-menu .nav-menu-item {
  padding: 5px 0px;
}

nav .nav-menu .nav-menu-item a {
  font-family: "Raleway";
  color: #3884cc;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}

nav .nav-menu .nav-menu-item-hidden {
  display: none;
}

nav .nav-menu #menu-btn-call-us {
  background-color: white;
  border: 1px solid #3884cc;
  border-radius: 5px;
  font-family: "Raleway";
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 5px;
}

nav .nav-menu #menu-btn-call-us a {
  font-weight: bold;
  color: #3884cc;
  text-decoration: none;
}

nav .nav-menu #menu-btn-call-us a:active {
  color: white !important;
}

nav #nav-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav #nav-bglogo {
  width: 25%;
  height: 100%;
  max-width: 250px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (min-width: 700px) {
  header {
    width: auto;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  nav #nav-container {
    width: 10;
  }
  nav #mobile-nav-menu-button {
    display: none;
  }
  nav .nav-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  nav .nav-menu .nav-menu-item {
    padding: 10px;
  }
  nav .nav-menu #nav-menu-item-call-us {
    display: none;
  }
  nav .nav-menu .nav-menu-item:hover {
    background-color: #3884cc;
  }
  nav .nav-menu .nav-menu-item:hover a {
    color: white;
  }
  nav .nav-menu .nav-menu-item-hidden {
    display: block;
  }
  nav .nav-menu #menu-btn-call-us {
    display: none;
  }
  nav #nav-bglogo {
    display: block;
    width: 130px;
  }
  nav #nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 1300px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.greet .greet-img-container {
  width: 100%;
}

.greet .greet-img-container img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 450px;
  padding-top: 50px;
}

.greet h1,
.greet h2,
.greet h3 {
  font-family: "Raleway";
  text-align: center;
  padding: 0;
  margin: 0;
}

.greet video {
  display: none;
}

.desktop {
  display: none;
}

@media screen and (min-width: 700px) {
  .greet {
    width: auto;
    height: auto;
    background-color: #e9e9e9;
  }
  .greet .greet-img-container {
    max-width: 100%;
    margin: auto;
  }
  .greet .greet-img-container img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 650px;
  }
  .greet .greet-img-container video {
    display: block;
    margin: auto;
    width: 100%;
    height: 570px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 1px 1px 10px gray;
    box-shadow: 1px 1px 10px gray;
    margin-bottom: -50px;
  }
  .greet h1,
  .greet h2,
  .greet h3 {
    font-family: "Raleway";
    text-align: center;
  }
  .greet h1 {
    position: relative;
    bottom: 285px;
    font-size: 3rem;
    color: white;
  }
  .greet #mainpage-bglogo {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: unset;
  }
  .whatsapp {
    display: none;
  }
}

.social-links-container {
  padding: 150px 0px;
  width: 100vw;
}

.social-links-container h2 {
  text-align: center;
  font-family: "Raleway";
}

.social-links-container .social-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-links-container .social-links li {
  margin: 0;
}

.social-links-container .social-links img {
  padding: 5px;
  width: 90%;
  max-width: 150px;
}

.landing-page-picture-background {
  width: 100%;
  margin: 0;
  padding: 0;
}

.landing-page-picture-background .landing-page-picture {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.landing-page-picture-background .landing-page-picture img {
  width: 100%;
  height: 100%;
}

.landing-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 650px;
  width: 100vw;
  background-image: url("../assets/images/landing_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.landing-image .landingcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 25px;
}

.landing-image .landingcontent #contact-us-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 400px) {
  .landing-image .landingcontent h1 {
    font-size: 50px;
  }
}

.landing-image h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 48pt;
  color: white;
  text-shadow: 1px 1px 5px black;
  padding: 20px;
}

.landing-image p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 24pt;
  color: white;
  text-shadow: 1px 1px 5px black;
}

.landing-image .underline {
  text-decoration: underline;
}

.landing-image #contact-us-btn {
  margin-top: 10px;
  font-size: 20pt;
  padding: 20px;
  color: white;
  background-color: #3884cc;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 5px gray;
  box-shadow: 5px 5px 5px gray;
}

.landing-image #contact-us-btn a {
  color: white;
  text-decoration: none;
}

.bottom-index-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80vw;
}

.bottom-index-page iframe {
  padding: 25px;
}

.bottom-index-page address {
  text-align: center;
  font-size: 18pt;
  font-family: "Raleway";
  font-style: normal;
}

.content-container {
  width: 90vw;
  margin: 25px auto;
}

.content-container h2 {
  font-family: "Raleway";
  text-align: center;
  margin: 10px 0px;
  padding: 10px 10px;
}

.content-container p {
  padding: 10px 20px;
  text-align: center;
  font-family: "Raleway";
  line-height: 1.6rem;
}

#guarantee_container {
  width: auto;
  height: auto;
  color: white;
  background-color: #3884cc;
  padding: 25px 0px;
  margin: 0;
}

.custom-hr {
  width: 25%;
  color: #3884cc;
}

footer {
  width: auto;
  padding: 25px;
  text-align: center;
  background-color: black;
  color: white;
  font-family: "Raleway";
  line-height: 1.6rem;
  font-size: 0.8rem;
}

/*Contact Form*/
#ff-title-root {
  font-size: 20pt;
  margin-bottom: 12px;
  font-family: "Raleway" !important;
  text-align: center;
}

#ff-editwidget {
  display: none;
}

a.ff-powered-img img {
  display: none;
}

.ff-editwidget .material-icons {
  display: none !important;
}

#ff-submit-root {
  background-color: #3884cc;
  color: white;
}

/*contact page*/
.contact-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page-left-side {
  margin-top: 35px;
  font-family: "Raleway";
  font-size: 16pt;
  line-height: 24pt;
}

.contact-page-left-side iframe {
  width: 90vw;
  max-width: 500px;
}

/* court page */
.page-info-left h1,
.page-info-left h2,
.page-info-left h3 {
  font-size: 20pt;
  text-align: left;
  padding-left: 25px;
}

.page-info-left p {
  text-align: left;
  padding-left: 25px;
  line-height: 25px;
}

.court-page-contact-form {
  padding: 10px;
  padding-top: 35px;
}

.court-page-contact-form h1,
.court-page-contact-form h2,
.court-page-contact-form h3,
.court-page-contact-form p {
  font-family: "Raleway";
}

.page-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#court_info_heading {
  text-align: center;
  margin: 50px 0px;
}

.court-contact-information {
  margin: auto;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.court-contact-information h1,
.court-contact-information h2,
.court-contact-information h3,
.court-contact-information p {
  text-align: left;
}

.court-contact-information .court-information-left {
  margin: 10px 20px;
  width: 40%;
}

.court-contact-information .court-information-right {
  margin: 10px 20px;
}

.court-contact-information .court-information-right iframe {
  width: 90vw;
  max-width: 500px;
}

@media screen and (max-width: 1000px) {
  .page-info-left {
    width: 90%;
  }
  .court-page-contact-form {
    width: 90%;
  }
}

@media screen and (max-width: 1076px) {
  .court-contact-information .court-information-left {
    width: 100%;
  }
}

.customhr {
  width: 75%;
  color: #3884cc;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottom-index-page-right .bottom-index-page-right-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0px;
}

.bottom-index-page-right .bottom-index-page-right-top-container img {
  padding: 10px;
  width: 100px;
}
/*# sourceMappingURL=index.css.map */
