/* Home h1, h2, h3, h4 */
/*Body and Buttons */
/* Blog and Contact h1, h2, h3 */
body {
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body a {
  text-decoration: none;
}

footer {
  background-color: #2c2c2c;
  bottom: 0;
  width: 100%;
  height: 40px;
}

footer h5 {
  font-family: "Roboto", sans-serif;
  color: #f0efed;
  text-align: center;
  padding: 10px;
  margin: 0;
  bottom: 0;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.navbar {
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  padding: 0;
  padding-left: 10%;
}

.navbar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .logo h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #2c2c2c;
  letter-spacing: 0.08rem;
  color: #f0efed;
  margin: 0;
}

.navbar .menu {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.navbar .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.navbar .menu ul li {
  list-style: none;
}

.navbar .menu ul li h2,
.navbar .menu ul li a {
  color: #f0efed;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  padding: 0 5px;
}

.navbar .menu ul li h2:hover,
.navbar .menu ul li a:hover {
  color: #f8e71c;
  cursor: pointer;
}

.navbar .menu .menuYellow {
  color: #f8e71c;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

main {
  background-color: #f0efed;
}

.homeBackground {
  background-image: url(/Project-Folders/blog/images/blog-header-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

#topNavMobile {
  display: none;
}

.contactHeader {
  position: absolute;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 10%;
}

.contactHeader .sectionTitle h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 5.75rem;
  color: #f8e71c;
  text-align: left;
}

/* Blog Post */
.blogwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10%;
  margin: 0 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blogwrapper .blogPostImage {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -200px;
  right: 0;
  margin: 0;
  padding: 0;
  max-width: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: -15px 15px #f8e71c;
          box-shadow: -15px 15px #f8e71c;
}

.blogwrapper .blogPostImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogwrapper .blogPost {
  border-left: 5px solid #f8e71c;
  border-bottom: 5px solid #f8e71c;
  width: 50%;
  padding-left: 5%;
  padding-top: inherit;
}

.blogwrapper .blogPost h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #2c2c2c;
  letter-spacing: 0.081rem;
  margin-bottom: 0;
  padding-top: 25px;
}

.blogwrapper .blogPost p {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #2c2c2c;
}

.blogwrapper .blogPost .blogPostDate {
  font-style: italic;
}

.blogwrapper .blogPost .blogPostDate .author {
  font-weight: 700;
  font-style: normal;
}

.blogwrapper aside {
  width: 40%;
  height: 100%;
  padding-top: 400px;
  background-color: white;
}

.blogwrapper aside .aboutImageContainer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100px;
  left: 0;
  margin: 0;
  padding: 0;
  max-width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogwrapper aside .aboutImageContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogwrapper aside .aboutBlog {
  padding: 5%;
}

.blogwrapper aside .aboutBlog h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.063rem;
  font-weight: 700;
  color: #2c2c2c;
}

.blogwrapper aside .aboutBlog p {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #2c2c2c;
}

.blogwrapper aside .listPost {
  padding: 5%;
}

.blogwrapper aside .listPost h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.063rem;
  font-weight: 700;
  color: #2c2c2c;
}

.blogwrapper aside .listPost ul li {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #2c2c2c;
}

/*Blog Comments*/
.commentsContainer {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 5%;
  margin: 0 10%;
  /* Post Comment */
}

.commentsContainer .flexcomments {
  width: 50%;
}

.commentsContainer .flexcomments h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.063rem;
  font-weight: 700;
  color: #2c2c2c;
}

.commentsContainer .flexcomments h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-top: 0;
}

.commentsContainer .flexcomments p {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #2c2c2c;
}

.commentsContainer .blogComments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10%;
}

.commentsContainer .blogComments figure {
  margin-left: 0;
  margin-top: 0;
}

.commentsContainer .formContainer form {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10%;
  margin-bottom: 10%;
}

.commentsContainer .formContainer form .identification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.commentsContainer .formContainer form input[type="text"],
.commentsContainer .formContainer form input[type="email"] {
  border: none;
  height: 40px;
  width: 48%;
  border-bottom: 2px solid #0e902d;
  background-color: #f0efed;
}

.commentsContainer .formContainer form input[type="text"] placeholder,
.commentsContainer .formContainer form input[type="email"] placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #2c2c2c;
  font-weight: 300;
}

.commentsContainer .formContainer form input[type="text"]:focus, .commentsContainer .formContainer form input[type="text"]:active,
.commentsContainer .formContainer form input[type="email"]:focus,
.commentsContainer .formContainer form input[type="email"]:active {
  outline: 2px solid #074115;
}

.commentsContainer .formContainer form .message textarea {
  border: 2px solid #0e902d;
  background-color: #f0efed;
  width: calc(100% - 4px);
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: 180ms -webkit-box-shadow ease-in-out;
  transition: 180ms -webkit-box-shadow ease-in-out;
  transition: 180ms box-shadow ease-in-out;
  transition: 180ms box-shadow ease-in-out, 180ms -webkit-box-shadow ease-in-out;
}

.commentsContainer .formContainer form .message textarea placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #2c2c2c;
  font-weight: 300;
  padding: 10px;
}

.commentsContainer .formContainer form .message textarea:focus, .commentsContainer .formContainer form .message textarea:active {
  outline: 2px solid #074115;
}

.commentsContainer .formContainer form button {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.063rem;
  font-weight: 700;
  text-align: center;
  color: #f0efed;
  background-color: #0e902d;
  padding: 15px 20px;
  width: 100%;
  border: none;
}

.commentsContainer .formContainer form button:hover {
  background: #074115;
}

.commentsContainer .footer {
  bottom: 0;
}

@media (max-width: 1200px) {
  #topNavMobile {
    display: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 300;
    color: #2c2c2c;
    position: fixed;
    top: 80px;
    width: 100%;
    background: #f8e71c;
    z-index: 50;
  }
  #topNavMobile ul {
    padding: 0;
  }
  #topNavMobile li {
    list-style: none;
    text-align: center;
  }
  #topNavMobile li a {
    color: #2c2c2c;
    font-weight: 700;
    font-size: 20px;
    padding: 14px 16px;
    cursor: pointer;
    display: block;
  }
  #topNavMobile li a:hover {
    background-color: #f0efed;
    color: #2c2c2c;
  }
  .navbar {
    z-index: 50;
    height: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5px;
    background-color: black;
    position: fixed;
  }
  .navbar #hamburger-icon {
    padding-right: 10%;
    cursor: pointer;
  }
  .menu {
    display: none !important;
  }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo h2 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    color: #2c2c2c;
    letter-spacing: 0.08rem;
    color: #f0efed;
    margin: 0;
  }
  #hamburger-icon div {
    width: 35px;
    height: 3px;
    background: white;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .navbar #hamburger-icon {
    margin-right: 10%;
  }
  .homeBackground {
    height: 420px;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .homeBackground .contactHeader {
    height: 420px;
  }
  .homeBackground .contactHeader .sectionTitle h2 {
    font-size: 3rem;
  }
  .homeBackground {
    height: 420px;
  }
  .homeBackground .sectionTitle h2 {
    font-size: 3rem;
    width: 100%;
    text-align: center;
  }
  .blogwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5%;
  }
  .blogwrapper .blogPostImage {
    position: initial;
    margin: 0 auto;
  }
  .blogwrapper aside {
    display: none;
  }
  .blogwrapper .blogPost {
    border-left: none;
    width: 100%;
    padding-left: 0;
  }
  .commentsContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .commentsContainer .flexcomments {
    width: 100%;
  }
  .commentsContainer .flexcomments p {
    width: 100%;
  }
  .commentsContainer .formContainer {
    margin: auto;
  }
  .commentsContainer .formContainer .usermsg {
    width: 100%;
  }
  .commentsContainer .formContainer .usermsg .identification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .commentsContainer .formContainer .usermsg .identification input[type="text"],
  .commentsContainer .formContainer .usermsg .identification input[type="email"] {
    width: 100%;
  }
}
