/*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;
}

main .landing-content {
  background-color: #3884cc;
  color: white;
  height: 650px;
}

main h1 {
  margin-top: 0px;
  margin-top: 50px;
  max-width: 75vw;
}

main .page-links {
  width: 100%;
  text-align: center;
  font-size: 24pt;
}

main .page-links a {
  color: #3884cc;
}

.testimonial-container-greeting {
  background-color: #3884cc;
}

.testimonial-container-greeting h1 {
  margin-top: 0px;
  margin-top: 50px;
  max-width: 75vw;
}

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: gray;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
}

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;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  padding-top:15px ; 
  padding-right:15px;
  -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-hidden {
    display: block;
  }
  nav .nav-menu #menu-btn-call-us {
    display: none;
  }
  nav #nav-bglogo {
    display: block;
    width: 300px;
  }
  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;
  }
}

.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: .8rem;
}

.customh1 {
  text-align: center;
}

.blog-post-container {
  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;
  width: 90vw;
  margin: 50px auto;
}

.blog-post-container .blog-post-card {
  width: 500px;
  height: 600px;
  margin: 10px;
  padding: 15px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 5px 5px 5px darkgray;
          box-shadow: 5px 5px 5px darkgray;
  border-radius: 5px;
}

.blog-post-container .blog-post-card .blog-post-photo-container {
  width: 100%;
  height: 300px;
}

.blog-post-container .blog-post-card .blog-post-photo-container img {
  width: 100%;
  height: 100%;
}

.blog-post-container .blog-post-card .blog-post-content {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.blog-post-container .blog-post-card h2 {
  padding: 5px;
}

.blog-post-container .blog-post-card p {
  padding: 5px;
  line-height: 2rem;
}

.blog-post-container .blog-post-card a {
  padding: 5px;
  font-size: 16pt;
  color: #3884cc;
  font-family: "Raleway";
}
@media screen and (max-width: 400px) {
  .blog-post-container .blog-post-card h2 {
    font-size:16px
  }
  .blog-post-container .blog-post-card p {
    font-size:12px
  }
}

.blog-greeting {
  background-color: black;
  margin: auto;
}

.blog-greeting .customh1 {
  text-align: center;
  font-size: 48pt;
  color: white;
  margin: auto;
  padding: 55px;
}

#above-nav-container{
  height: 70px;
  background-color:rgba(153,0,0,255);
}

.parent-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* height:500px; */
  width:100%;
  /* border:2px solid gold; */
}

.blog-card{
  display: flex;
  flex-wrap: wrap;
  width:80%;
  height:350px;
  margin-top: 20px;
  border:3px solid gray;
  border-radius: 4px;
}

.blog-photo{
  width:100%;
  height: 60%;
  /* border: 2px solid blue; */
}

.blog-photo img{
  width: 100%;
  height: 100%;
}

.blog-description{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 40%;
  background-color:rgb(232,232,232);
  /* border: 2px solid purple; */
}

.blog-title{
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 33%; */
  /* border: 2px solid orange; */
}

.blog-content{
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height:30%; */
  /* border: 2px solid red; */
}

.blog-date{
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  /* height:30%; */
  width: 100%;
  /* border: 2px solid purple; */
}

.blog-date p{
  font-weight: bold
}

.blog-description h2{
  font-size:14px;
  text-align: center;
}

.blog-description p{
  font-size:14px;
  text-align: center;
}
.blog-title a{
  color: #3884cc;
}

@media screen and (min-width: 500px) {

  .blog-card{
    height:150px;
    width:90%;
  }
  
  .blog-photo{
    width:30%;
    height: 100%;
  }

  .blog-description{
    width: 70%;
    height:100%;
  }

  .blog-title{
    width:98%;
  }

  .blog-content{
    align-items: center;
    width:98%;
  }
  
  .blog-date{
    width:98%;
  }
  .blog-description h2{
    font-size: 17px;
  }
  
  .blog-description p{
    font-size: 14px;
  }
}

@media screen and (min-width: 700px) {
  .blog-card{
    width:70%;
  }
  .blog-description p{
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .blog-card{
    width:60%;
  }
}
/*# sourceMappingURL=blog-index.css.map */