.loginBody {
  background-color: white;
  width: 100%;
  min-height: 100%;
  padding-top: 10px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  header {
    /*formatting of header*/
    display: flex;
    gap: 1rem;
    /* margin-top: 2rem; */
    margin-top: 0rem;
    margin: auto;
    width: 100%;
    /* background-color: #0d5d73; */
    background-color: white;
    background-size: 100%;
    /* padding-top: 5px; */
    padding-top: 0px;
    top: 0;
    left: 0;
    justify-content: space-between;
    position: absolute;
    margin-bottom: 1rem;
  }

  .siteName {
    font-size: 2.5rem;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    color: white;
    margin: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: white;
    text-decoration: none;
  }
  .iconNav {
    padding: 0px 0px;
  }
  .hamburger {
    padding-right: 20px;
    font-size: 3rem;
    cursor: pointer;
    display: block;
    color: gray;
    background-color: transparent;
    border: none;
  }
  .contentBox {
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 5%;
    border-radius: 10px;
    color: black;
    background-color: white;
    /* border: 1px solid #e3e3e3; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
  }
  .blog_image {
    margin: 20px 0px;
    justify-content: center;
    display: flex;
  }
  .rowFlex {
    margin: 0;
  }
}

@media screen and (min-width: 750px) {
  header {
    display: flex;
    gap: 1rem;
    margin-top: 0rem;
    margin: auto;
    width: 100%;
    /* background-color: #0d5d73; */
    background-color: white;
    background-size: 100%;
    padding-top: 0px;
    top: 0;
    left: 0;
    justify-content: space-between;
    position: absolute;
    margin-bottom: 1rem;
  }
  .siteName {
    font-size: 2rem;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    color: white;
    margin: 0%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    color: white;
    text-decoration: none;
  }
  .iconNav {
    padding-top: 6px;
    padding-bottom: 2px;
  }
  .contentBox {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 5%;
    border-radius: 10px;
    color: black;
    background-color: white;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 80%;
  }
  .blog_image {
    margin: 20px 20px;
  }
}
#homeNav {
  color: white;
  text-decoration: none;
}

#homeNav.pageInUse {
  background-color: #0d5d73;
}

.iconName {
  display: flex;
  align-items: center;
  padding: 2px 4px;
  /* margin: 0px 10px; */
}

@media screen and (min-width: 750px) {
  .iconName {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .iconName {
    flex-direction: row;
  }
}
.blog {
  text-align: center;
  color: black;
  font-size: 2.5rem;
  margin-top: 100px;
  margin-bottom: 10px;
}

/* .blogicon{
    font-size: 2.2rem;
    padding: 2px 20px;
    margin: 2px 25px;
  } */
a {
  color: #0d5d73;
}
/*   
  figure.image.image-style-align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  } */
