/* stylelint-disable selector-list-comma-newline-after */
p {
  font-family: arial;
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.bg-menusen{
    background-image: url("img/head_btm.png");
    padding-top: 0;
}
.bg-editorial{
    background-image: url("img/editorial.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
}
.blog-header {
  line-height: 1;
  /*border-bottom: 1px solid #e5e5e5;*/
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Arial", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Arial", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.display-4 {
  font-size: 2.5rem;
}


.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }


/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: white;
  text-align: center;
  background-color: #37809C;
  /*border-top: .05rem solid #e5e5e5;*/
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.blog-foot-2{
  text-align: center;
  color: #727272;
}
.blog-foot-2 a{
  text-decoration: none;
  color: #34383C;
}

.mobile-inter-s{
    display: none;
}
.mobile-inter-g{
    display:block;
}

#btnPDF{
    position: fixed;
    top: 80%;
    left: 10%;
    font-size: 1.5rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    line-height: 1;
    text-align: center;
    z-index: 1;
    background-color:#37809C;
    cursor:pointer;
    text-decoration: none;
    color:white
}

/*media query*/
@media only screen and (max-width: 768px) {
    .greentab{
        background-image: none;
        background-color: #37809C
    }
    .mobile{
        display:none;        
    }
    h2{
      color:#000;
      font-size: 1.2em;
      font-weight: bold;
    }
    small{
      color:#000;
    }

    .mobile-header{
        background-image: none;
        background-color: black;
    }
    .mobile-inter-s{
        display: block;
    }    
    .mobile-inter-g{
        display: none;
    }
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}