/*---------------------------------------------
--------------------LAYOUT-------------------*/
html {
    scroll-behavior: smooth;
}

body {
  font-family: "nunito", sans-serif;
    font-size: 76%;
    font-weight: 400;
    font-style: normal;
}
.hero {
  background: url("../img/purehome-hero.avif");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}
.nav-item a {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0f7499 !important;
}
.logo {
  max-width: 160px;
}
.section-heading {
  /* border-top: 3px solid #b46b32; */
  border-bottom: 3px solid #b46b32;
}
.footer {
  height: 18vh;
  background: #0f7499;
}

input[type=text], textarea, input[type=email], input[type=phone], select {
  border-radius: 4 !important;
  border: 1px solid #3e3e3e !important;
}
.custom-select {
  border-radius: 0 !important;
  border: 1px solid #b46b32 !important;
}
.form-check-input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 2!important;
  border: 1px solid #3e3e3e !important;
  margin-right: 6px !important;
}

.form-check-input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid #3e3e3e !important;
}
.form-label {
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
}
.form-check-label {
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
}

.success-page {
  height: 70vh;
}

.bg-blue {
  background: #c3e2ed;
}
.bg-green {
  background: rgba(215, 250, 229, 1);
}
.bg-grey {
  background: #F5F5F5;
}

.inline {
  display: inline-flex;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}


/*---------------------------------------------
----------------TYPOGRAPHY-------------------*/

.nav a:hover, a:active {
  color: #0f7499;
}

h1 blockquote{
  font-size: 32pt;
  color: #ffffff;
  font-weight: 700;
}

h1 {
  font-family: 'Rubik', 'Nunito', sans-serif;
  font-size: 60px;
  color: #0f7499;
  font-weight: 700;
}

h2 {
  font-family: 'Rubik', 'Nunito', sans-serif;
  font-size: 42pt;
}
h3 {
  font-family: 'Rubik', 'Nunito', sans-serif;
  font-size: 36pt;
}
h4 {
  font-family: 'Rubik', 'Nunito', sans-serif;
  font-size: 28pt;
}
h5 {
  font-size: 24pt;
}
p {
  font-size: 16pt;
}

a {
  color: #b46b32;
  text-decoration: none;
}
a:hover {
  color: #b46b32;
  text-decoration: underline;
}

blockquote {
  font-size: 18pt;
  font-style: italic;
  font-weight: 500;
}

ul {
  list-style: none;
}
ul li {
  font-size: 24px;
  font-weight: 600;
  padding-right: 10px;
  padding-left: 10px;
}

.text-small {
  font-size: 16px;
}

.display {
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 2;
}

/*---------------------------------------------
----------------BUTTONS-----------------------*/
.btn-primary {
  font-family: 'Rubik', 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3e3e3e;
  background: #5eea96 !important;
  border: #5eea96 !important;
  padding: 8px 16px;
}

.btn-secondary {
  font-family: 'Rubik', 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #0f7499;
  background: #ffffff !important;
  border: #0f7499 1px solid !important;
  padding: 8px 16px;
}

.btn-secondary:hover {
  font-family: 'Rubik', 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background: #0f7499 !important;
  border: #0f7499 1px solid !important;
  padding: 8px 16px;
  box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}

a.btn-primary:hover {
  color: #3e3e3e !important;
  background: #5eea96;
  scale: 1.01;
  box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}

.span {
  width: 100%;
}

.ph-blue {
  color: #0f7499;
}

/* Mobile adjustments */
@media (max-width: 768px) {

  /* Reduce H1 blockquote font size */
  h1 blockquote {
    font-size: 24px;
  }
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px
  }

  h4 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }


  .nav-item {
    padding: 0 0 0 60px !important;
  }
}


  @media screen and (max-width: 560px) {
    .inline {
      display: block !important;
    }
    h1 {
      font-size: 38px;
    }

    h2 {
      font-size: 36px;
    }
    h3 {
      font-size: 36px
    }

    h4 {
      font-size: 28px;
    }
    h5 {
      font-size: 18px;
    }
    p {
      font-size: 16px;
    }
    .display {
      font-size: 24px !important;
      font-weight: 700 !important;
      line-height: 2;
    }
  }
