/* ===== Page Title ===== */
.main-title{
    text-align: center;
}

.h1, h1{
    font-size: 45px;
}

h3 {
    font-size:19px;
}


/* ===== Gazette Menu ===== */
.gazette-menu{
    /* border-top: 1px solid black; */
    border-bottom: 1px solid black;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 5%;
    margin-bottom: 5%;
}

.menu-spacing{
    padding-left:7%;
}

.removePadding{
    padding:0;
}

.scrolling-wrapper {
    overflow-x: auto;
    margin-bottom:0;
}
/* =========================== */





/* ===== Container Alignement ===== */
.col-sm-6.fixAlignement{
    padding:0;
    align-self: center;
    text-align: center;
}

.gutter-spacing{
    padding-top: 5%
}
/* =============================== */




/* ===== Descriptions ===== */
.gazette-description{
    font-size:19px;
    padding-bottom: 2%;
    line-height: 30px;
}


/* ============================ */






/* ===== Media Queries ===== */
  @media (min-width:655px){
    .scrolling-wrapper {
        justify-content: center;
      }
  }

  @media (max-width:576px){
      /* Fix container order on Mobile view */
      .orderLeft{
          order:2;
      }

      .orderRight{
          order:1;
      }
  }

  @media (max-width:543px){
    .gazette-title, .gazette-description{
        text-align: left;
    }

    .col-sm-6.fixAlignement.content{
        text-align:left;
        padding: 3% 6% 0 6%;
    }
  }

   