html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif', serif !important;
}

p,
ul li,
ol li,
a,
span,
button {
  font-family: 'Dosis', sans-serif !important;
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}

.navbar {
  background: #FBB01F;
}

.navbar .navbar-header .navbar-brand {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-transform: initial;
  font-family: 'Noto Serif', serif !important;
}

.navbar .navbar-header .navbar-toggle .icon {
  background: white;
}

.navbar .nav .nav-item a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.navbar .nav .nav-item a:hover {
  color: #A05E31 !important;
}

.navbar .nav .nav-item .dropdown-menu {
  background: #FBB01F;
}

.navbar .nav .nav-item.open a {
  background: #FBB01F;
}

#home, #home2, #home3 {
  border-top: 15px solid #134E7C;
  border-bottom: 15px solid #134E7C;
  height: 60vh;
}

#home .overlay, #home2 .overlay, #home3 .overlay {
  background: rgba(0, 0, 0, 0.2);
}

#home .col-md-12, #home2 .col-md-12, #home3 .col-md-12 {
  padding: 5%;
}

#home .col-md-12 h1, #home2 .col-md-12 h1, #home3 .col-md-12 h1 {
  color: white;
}

@media screen and (min-width: 981px) {
  #home .col-md-12 h1, #home2 .col-md-12 h1, #home3 .col-md-12 h1 {
    font-size: 62px;
    line-height: 102px;
  }
}

#home {
  border-top: 0;
}

#home2 {
  background: url(../images/home-bg2.jpg) no-repeat;
}

#home3 {
  background: url(../images/home-bg3.jpg) no-repeat;
}

#description .main-container .text-col, #description2 .main-container .text-col {
  padding: 5% 8%;
}

@media screen and (min-width: 1023px) {
  #description .main-container .text-col, #description2 .main-container .text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1022px) {
  #description .main-container .text-col img, #description2 .main-container .text-col img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1023px) {
  #description .main-container .text-col img, #description2 .main-container .text-col img {
    margin-right: 30px;
  }
}

#description .main-container .text-col p, #description2 .main-container .text-col p {
  font-size: 28px;
  line-height: 38px;
  color: #2d2d2d;
  text-align: center;
  margin: 0;
}

.main-posts-header {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  color: #FBB01F;
}

.blog-post-thumb {
  border: 2px dashed #134E7C !important;
  margin: 20px 6% !important;
  padding: 20px !important;
}

.blog-post-thumb .blog-post-image {
  padding-top: 0;
}

@media screen and (min-width: 981px) {
  .blog-post-thumb .blog-post-image img {
    height: 285px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.blog-post-thumb .blog-post-title h3 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #134E7C;
  margin-top: 0;
}

.blog-post-thumb .blog-post-format {
  padding-top: 20px;
}

.blog-post-thumb .blog-post-format span {
  font-weight: bold;
}

.blog-post-thumb .blog-post-format span img {
  margin-right: 15px;
}

.blog-post-thumb .blog-post-format .post-date {
  color: #134E7C;
}

.blog-post-thumb .blog-post-des {
  height: 195px;
  overflow: hidden;
}

.blog-post-thumb .blog-post-des p {
  color: #2d2d2d;
}

.blog-post-thumb .blog-post-des p:last-child {
  margin-bottom: 0;
}

.blog-post-thumb .blog-post-buttons {
  margin-top: 20px;
  text-align: left;
}

.blog-post-thumb .blog-post-buttons a {
  margin-left: 0 8px;
  border: 2px solid #134E7C;
  color: #134E7C;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Dosis', sans-serif !important;
  border-radius: 0;
}

.blog-post-thumb .blog-post-buttons a:hover {
  color: white;
  background: #134E7C;
}

#authors {
  padding: 3% 0;
}

#authors h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  color: #FBB01F;
}

#authors .author-column {
  text-align: center;
}

#authors .author-column img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 6px;
}

#authors .author-column p {
  color: #FBB01F;
}

#author {
  padding: 3% 0;
}

#author .author-column {
  text-align: center;
}

#author .author-column img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 6px;
}

#author .author-column h2 {
  color: #FBB01F;
}

#author .author-posts-column h2 {
  color: #FBB01F;
}

#author .author-posts-column .thumbnail {
  border: none;
  border: 2px dashed #134E7C;
}

#author .author-posts-column .thumbnail img {
  border-radius: 20px;
}

@media screen and (min-width: 981px) {
  #author .author-posts-column .thumbnail img {
    height: 170px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#author .author-posts-column .thumbnail h4 {
  color: #FBB01F;
  text-align: center;
  height: 39px;
  overflow: hidden;
}

#author .author-posts-column .thumbnail a {
  border: 2px solid #FBB01F;
  color: #FBB01F;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Dosis', sans-serif !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#author .author-posts-column .thumbnail a:hover {
  color: white;
  background: #FBB01F;
}

#contact h2 {
  color: #FBB01F;
}

#contact form .form-control {
  border: 2px solid #FBB01F;
}

#contact #submit {
  margin: 0 15px;
  border: 2px solid #FBB01F;
  color: #FBB01F;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Dosis', sans-serif !important;
  background: white;
  display: inline-block;
  width: auto;
  padding: 10px 40px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0;
}

#contact #submit:hover {
  color: white;
  background: #FBB01F;
}

#category {
  padding: 60px 0;
}

#category h1 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #FBB01F;
  text-align: center;
}

#blog-single-post .blog-single-post-thumb .blog-post-title h2 {
  color: #FBB01F;
  text-align: center;
  margin-bottom: 20px;
}

#blog-single-post .blog-single-post-thumb .blog-post-format {
  font-weight: bold;
}

#blog-single-post .blog-single-post-thumb .blog-post-format .author img {
  margin-right: 15px;
}

#blog-single-post .blog-single-post-thumb .blog-post-format .date {
  color: #FBB01F;
}

#blog-single-post .blog-single-post-thumb .blog-post-format .comments .fa-comment {
  margin-right: 10px;
}

#blog-single-post .blog-single-post-thumb .blog-post-des p {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 22px;
}

#blog-single-post .blog-single-post-thumb .blog-comment-form {
  margin-top: 40px;
}

#blog-single-post .blog-single-post-thumb .blog-comment-form h3 {
  color: #FBB01F;
  text-transform: uppercase;
  text-align: center;
}

#blog-single-post .blog-single-post-thumb .blog-comment-form #submit {
  margin: 0 15px;
  border: 2px solid #FBB01F;
  color: #FBB01F;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Dosis', sans-serif !important;
  background: white;
  display: inline-block;
  width: auto;
  padding: 10px 40px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0;
}

#blog-single-post .blog-single-post-thumb .blog-comment-form #submit:hover {
  color: white;
  background: #FBB01F;
}

#nap .company-name {
  color: #FBB01F;
  text-align: center;
  margin-bottom: 20px;
}

#nap h3 {
  color: #FBB01F;
}

#nap .dl-horizontal dt {
  color: #FBB01F;
}

#nap .posts-header {
  margin-top: 40px;
  text-align: center;
  font-size: 30px;
}

#nap .post-column {
  padding: 20px 15px;
}

@media screen and (min-width: 981px) {
  #nap .post-column img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#nap .post-column a {
  color: #FBB01F;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight: bold;
}

footer {
  padding: 20px 0;
  background: #FBB01F;
}

footer .footer-copyright p {
  color: white;
  text-align: left;
}

footer .footer-nav {
  list-style-type: none;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

footer .footer-nav li {
  display: inline-block;
  margin-right: 15px;
}

footer .footer-nav li a {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
/*# sourceMappingURL=mystyle.css.map */