html, body {
  background-color: transparent !important;
  background-image: url(/wp-content/themes/bootscore-child/assets/img/Fasteners-seamless-1.jpg);
}

body{
  font-size: 22px !important;
}


body {
    font-family: 'Open Sans', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

b, strong {
  font-weight: bolder;
  font-size: 24px;
}

#nav-main .container .navbar-brand{
  display: body;
  padding-left: 10%;
  padding-right: 10%;
}

footer{
  font-family: 'Open Sans', sans-serif;
}

footer.bootscore-footer{

  background-color: rgba(255, 255, 255, 0.5);

}

footer .bootscore-footer-info{
  font-size: 16px;
  color: black;
  font-family: 'Open Sans', sans-serif;
}

body small, body .small {
  font-size: 1em !important;
}


figure.footer-logo{
  max-width: 40%;
}

#content .content-area main {
  background-color: rgba(255, 255, 255, 0.90);
  margin: 60px 0%;
  padding: 30px 60px;
  margin-bottom: -120px;
  z-index: 10;
  position: relative;
  padding-bottom: 0;
}

body figure.davenport-b{

  margin: 0 0 0.3rem !important;
  padding: 0 !important;
  display: block !important;
}

.davenport-b img{
  width: 85% !important;
  height: auto;

}

.top-left-text{
  padding-top: 20px;
}

.site-main h2{
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bolder;
}

.davenport-model-b img{
  margin-top: -40px;
}


.full-width{
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}


.full-width-block{

  margin-left: -60px !important;
  margin-right: -60px !important;
  background-color: white;
  padding: 60px 60px 60px 60px;
  padding-bottom: 80px;
}

.why-choose-us{
  margin: 0 80px;
}


.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* allows stacking on small screens */
  gap: 2rem;
  padding: 1rem 0;
}

.contact-section .wp-block-column {
  display: block;
  align-items: center;
  gap: 1rem;
  white-space: nowrap; /* <- prevent line break */
  text-align: center;
}

.contact-section figure.wp-block-image {
  margin: 0;
  flex-shrink: 0; /* don't let icon shrink */
  display: inline-block;
}

.contact-section h2,
.contact-section .email-text,
.contact-section .phone-text 
{
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap; /* <- prevent wrapping */
  position: relative;
  display: inline-block;

}

.contact-section h2{
  margin: 0;
  padding: 0;
  top:-31px;
  font-size: 36px !important;
}

.contact-section .email-text a,
.contact-section .phone-text a
{
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

.contact-section img {
  
  width: 98px !important;
}

.why-choose-us-outer{
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-section{
  background-color: white;
  margin-top: -70px;
  padding-bottom: 30px;
}


body .site-content #cmplz-document{
  max-width: inherit !important;

  padding-bottom: 50px;
}


@media  (max-width: 400px) {
}

@media (min-width: 401px) and (max-width: 767px) {
}

@media all and (max-width: 767px){

  body .header-actions{
    display: none !important;
  }

  #nav-main .container .navbar-brand {
    padding-left: 0%;
    padding-right: 0%;
    margin: 0;
  }
  #content .content-area main {
    margin: 24px 0%;
    padding: 10px 24px;
  }

  .site-main h2 {
    font-size: 21px;
  }
  body {
    font-size: 16px !important;
  }

  b, strong {
    font-size: 18px;
  }
  .full-width-block {
    margin-left: -24px !important;
    margin-right: -24px !important;
    padding: 20px;
  }
  .why-choose-us {
    margin: 0 0px;
  }
  .contact-section h2 {
    font-size: 22px !important;
  }
  .contact-section img {
    width: 50px !important;
  }
  .contact-section h2 {
    top: -12px;
  }
  .contact-section {
    margin-top: -25px;
    padding-bottom: 15px;
    display: block !important;
    margin-bottom: -10px;
  }
  figure.footer-logo {
    max-width: 90%;
  }
  footer .bootscore-footer-columns{
    display: none;
  }

  footer .bootscore-footer-info {
    font-weight: 600;
  }
  .profile-image img{

  }

  .profile-image {
    display: inline-block;
    background: white;
    padding: 10px 10px 30px; /* extra bottom padding for polaroid look */
    border: 1px solid #ccc;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    width: fit-content;
    margin: 2rem auto;
    text-align: center;
    transition: transform 0.3s ease;
    max-width: 65%;
  }

  .profile-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /* Optional: tilt effect for realism */
  .profile-image:hover {
    transform: rotate(-1deg) scale(1.01);
  }

  .profile-image-outer{
    text-align: center;
  }

}

@media screen and (min-width: 768px){
}

@media all and (max-width: 991px){
}

@media (min-width: 992px){
}

@media (min-width: 768px) and (max-width: 991px) {

  body .header-actions{
    display: none !important;
  }

  #nav-main .container .navbar-brand {
    padding-left: 0%;
    padding-right: 0%;
    margin: 0;
  }


  content .content-area main {
    margin: 24px 0%;
    padding: 10px 24px;
  }

  .site-main h2 {
    font-size: 21px;
  }
  body {
    font-size: 16px !important;
  }

  b, strong {
    font-size: 18px;
  }
  .full-width-block {
    margin-left: -24px !important;
    margin-right: -24px !important;
    padding: 20px;
  }
  .why-choose-us {
    margin: 0 0px;
  }
  .contact-section h2 {
    font-size: 22px !important;
  }
  .contact-section img {
    width: 50px !important;
  }
  .contact-section h2 {
    top: -12px;
  }
  .contact-section {
    margin-top: -25px;
    padding-bottom: 15px;
    display: block !important;
    margin-bottom: -10px;
  }
  #content .content-area main {
    margin: 26px 0%;
    padding: 18px 24px;
    margin-bottom: -69px;
    z-index: 10;
    position: relative;
    padding-bottom: 0;
  }
  figure.footer-logo {
    max-width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  body .header-actions{
    display: none !important;
  }

  #nav-main .container .navbar-brand {
    padding-left: 0%;
    padding-right: 0%;
    margin: 0;
  }
  #content .content-area main {
    margin: 34px 0%;
    padding: 16px 34px;
    margin-bottom: -120px;
    padding-bottom: 0;
  }
  .full-width-block {
    margin-left: -34px !important;
    margin-right: -34px !important;
    background-color: white;
    padding: 30px 10px;
    padding-bottom: 80px;
  }

  body {
    font-size: 18px !important;
  }
  .contact-section h2 {
    font-size: 29px !important;
  }
  .contact-section img {
    width: 68px !important;
  }
  .contact-section h2 {
    top: -18px;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) and (max-width: 1299px){
}


@media (min-width: 1300px) and (max-width: 1499px){
}


@media (min-width: 1500px){
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1420px;
  }
}


@media (min-width: 1600px){
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1520px;
  }
}


@media (min-width: 1700px){
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1620px;
  }
}


@media (min-width: 1920px) and (max-width: 2499px){

  .profile-image {
    display: inline-block;
    background: white;
    padding: 10px 10px 30px; /* extra bottom padding for polaroid look */
    border: 1px solid #ccc;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    width: fit-content;
    margin: 2rem auto;
    text-align: center;
    transition: transform 0.3s ease;
    max-width: 65%;
  }

  .profile-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /* Optional: tilt effect for realism */
  .profile-image:hover {
    transform: rotate(-1deg) scale(1.01);
  }

  .profile-image-outer{
    text-align: center;
  }

}
