/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 10px;
  color: #000000;
  font-family: 'Roboto', sans-serif;font-weight: 300;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 1rem;background: #fff;
}


.top-row{background-color: #59179B;color: #fff;padding: 5px 0px;}
.navbar{background-color: #fff;}
.navbar-collapse{flex-grow: 0;}
.nav-link{color: #000;font-weight: 500;font-size: 1.1rem;padding: 0.5rem 1rem;}
.nav-item{padding-right: 20px;}
.carousel-caption{position: relative;left: 0;right: auto;}
.home-banner {
    background-repeat: no-repeat;
    background-position: right top;
    height: 574px;
    background-size: 790px;
    background-color: #f5f5f5;
    background-image: url(https://www.thewritersforhire.com/wp-content/uploads/2024/09/contact_page_team_collage.jpg);
}
.home-banner-head {
    color: #59179B;
    font-size: 70px;
    font-weight: 800;
    margin-top: 40px;
}

.home-banner-phone{width: 100%;margin-top: 30px;margin-bottom: 30px;float: left;}

.home-banner-phone a {
    background-color: #FCB900;
    padding: 20px 50px;
    text-decoration: none;
    color: #000;
    font-size: 30px;
    font-weight: 800;
}

.home-banner-certs img {
    width: 400px;
    margin-top: 40px;
}

.center-heading-with-underline {
    text-align: center;
    background-image: url(//www.thewritersforhire.com/wp-content/themes/twfh_theme/images/heading_underline.png);
    font-size: 50px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 30px;
    margin-top: 50px;
    color: #000;
}

.font-rancho {
    font-family: 'Rancho', cursive;
}


.black-bullet-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: left;
    display: grid
;
}

.black-bullet-list li {
    background: url(https://www.thewritersforhire.com/wp-content/themes/twfh_theme/images/black-bullet.png) no-repeat left top;
    padding-top: 0px;
    padding-left: 44px;
    margin-top: 20px;
    font-size: 1.15rem;
    line-height: 1.85rem;
}

.contact-cta{float: left;padding: 10px 20px;background-color: #000;color: #fff;font-weight: 500;font-size: 1.3rem;text-decoration: none;margin-top: 40px;}


.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}

.contact-wrap{background-color: #F5F5F5;padding: 50px 0px;}
.heading-with-underline {
    text-align: center;
    background-image: url(//www.thewritersforhire.com/wp-content/themes/twfh_theme/images/heading_underline.png);
    font-size: 50px;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 30px;
    text-align: left;
    margin-bottom: 30px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}