h1 {
font-size: 1.9rem;
}
h2 {
font-size: 1.7rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1.3rem;
}
h5 {
font-size: 1.2rem;
}
h6 {
font-size: 1.1rem;
}
p {
text-align: justify;
}
#g-feature h1, #g-feature h2, #g-feature h3, #g-feature h4, #g-feature h5, #g-feature h6, #g-feature strong{
color: #ffffff;
}
h1,h2,h3,h4,h5,h6, strong{
color: #666666;
}

#g-showcase, #g-feature {
  padding: 0;
}
#g-subfeature .fa-file-text {
  color: #d9d9d9;
  margin: 1rem 2rem 1rem 1rem;
  font-size: 6rem;
}
#g-feature p{
  margin: 0.5rem 0;
}
#g-feature ul{
  margin-top: -1.3rem;
}
#g-feature span {
  font-weight: 400;
  font-size: 1rem;
}
#g-header .g-content {
  margin:0;
  padding:0;
}
#g-footer {
  margin-top: 8rem;
}
.g-main-nav .g-toplevel {
  text-transform: uppercase;
  font-size:.9rem;
}
.info-box {
  background: whitesmoke;
  border: 1px solid #e6e6e6;
  padding: 0.938rem;
  border-radius: 0.1875rem;
  margin-bottom: 4rem;
}
.boxed .blog-item {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(51,57,66,.1),0 2px 5px rgba(51,57,66,.08),0 5px 15px rgba(51,57,66,.08),inset 0 1px 0 rgba(51,57,66,.08);
}
.blog-item {
  display: flex;
  flex-direction: column;
  padding: 0 .5em 1em;
  overflow: hidden;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
 text-decoration:none
}
.btn.group-move {
 cursor:move
}
.btn-secondary {
 color:#353b41;
 background-color:#fff;
 border-color:#ced4da
}
.btn-secondary:focus,
.btn-secondary:hover {
 color:#353b41;
 background-color:#f9fafb
}
.g-offcanvas-toggle {
  font-size: 1.5rem;
  background-color: #fff;
  color: #666;
}
.media-patronage h3{
  padding-left: 1.4rem;
}
/*organizers table */
.organizers-table td, table.organizers-table{
  border:0;
}
.organizers-table td {
  width:20%;
  }
.honorary-patronage {
  padding: 1rem;
}
.table–noframe, .table–noframe td {
 border: 0px!important;
}
.g-main .table-noframe, .g-main .table-noframe td, .g-content .table-noframe, .g-content .table-noframe td {
 border: 0px!important;
}
@media 
only screen and 
    (max-width: 760px){
      
.organizers-table td {
  display:block;
  width:100%;
  }  
}
.g-img-circle {
  border-radius: 50%;
}