body {
  font-family: 'Lexend Deca', sans-serif;
}
.font-prata {
  font-family: 'Prata', serif !important;
}
/* .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
} */
.header-extras {
  float: right;
}
.text-md-left h2 {
  margin-bottom: 0px;
  font-size: 25px;
  color: #AE4E25;
}
.text-md-left p {
  font-size: 10px;
  color: #AE4E25;
}
.text-md-right p {
  font-size: 12px;
  color: #AE4E25;
}
.title-list-blog {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: bold;
}
.title-list-blog:hover {
  text-decoration: none !important;
  outline: none !important;
  color: #3a3a3a !important;
}
.blog-created-at {
  border-top-color: #e0e0e0;
}
#mainMenu nav > ul > li > a {
  font-size: 18px !important;
}
/* #header {
  height: 60px !important;
}
#header .header-inner {
  height: 60px !important;
} */
.text-color, .text-color h1, .text-color h2, .text-color p {
  color: #AE4E25;
}
.social-header li a {
  float: left;
  width: 32px;
  font-size: 16px;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 40px;
  border: 0;
  background: transparent;
  color: #333;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.row {
  display: flex;
  align-items: center;
  width: 100%;
}

.col-md-4 {
  flex: 1;
  text-align: center;
}

.col-md-4.text-md-left {
  text-align: left;
}

.col-md-4.text-md-right {
  text-align: right;
}

#logo img {
  width: 30%;
}

h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 38px !important;
}

h2 a {
  text-decoration: none;
  color: inherit;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
.social-icons {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons li {
  margin-right: 10px;
}
.social-icons a {
  color: inherit;
  text-decoration: none;
}
/* nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li {
  margin: 0 15px;
}
nav ul li a {
  text-decoration: none;
  color: inherit;
} */
body, html {
  margin: 0;
  padding: 0;
}
.box-fancy {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 621px;
}

.box-fancy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.row-footer {
  display: flex;
  flex-wrap: wrap;
}
.form-control {
  background-color: #FEF7E7 !important;
  color: #AE4E25 !important;
}
footer h2, footer p {
  color: #FEF7E7;
}
.text-white h2, .text-white p {
  color: #FEF7E7;
}
.lines, .lines:before, .lines:after {
  background-color: #FEF7E7;
}
@media (max-width: 767px) {
  .container {
      flex-direction: column;
  }
  .row {
      flex-direction: column;
  }
  .row-footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
  .col-md-4 {
      width: 100%;
      text-align: center;
  }
  #logo img {
    width: 30%;
  }
  h2 {
    font-size: 14px;
  }
  .box-fancy {
    width: 100vw;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  h2 {
      font-size: 16px;
  }
  #logo img {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  h2 {
      font-size: 18px;
  }
  #logo img {
    width: 30%;
  }
}