.travel-info-article-container {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #e3e9ee;
    margin: 0px;
    padding: 0px 0px 50px 0px;
}
  
.travel-info-article-container-inside {
    display: flex;  
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    width: 1000px;
    padding: 0;

}
 
.travel-info-article-container img { display: block; }   /* use this to avoid small margin at bottom of image */


/*** cells ***/

.travel-info-article-container .cell-333px {
    box-sizing: border-box;
    width: 333px;
    margin: 15px 0px 0px 0px;
}

.travel-info-article-container .cell-667px {
    box-sizing: border-box;
    width: 667px;
    height: 241px; /* standard height of pictures, can be overriden with inline css */
    padding: 20px 30px;
    background: white;
    text-align: center;
    display:table;
    margin: 15px 0px 0px 0px;
}

.travel-info-article-container .cell-full-width {
    box-sizing: border-box;
    width:100%;
    height: auto;
    padding: 20px 30px;
    background: white;
    text-align: center;
    display: table;
    margin: 15px 0px 0px 0px;
}

.travel-info-article-container .cell-full-width-title {                           /*title cell */
    box-sizing: border-box;
    background: #0a2540;
    width: 100%;
    height: auto;    
    padding: 20px 30px;
    margin: 70px 0 0 0;
    text-align: center;
    display:table;
}


/*** end of cells ***/

.travel-info-article-container p {
    text-align: right;
}

.travel-info-article-container a {
    color: #635bff;
    text-decoration: none;
    font-weight: 700;
}

.travel-info-article-container a:hover {
    color: #0a2540;
}

.travel-info-article-container h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0;
    color: white;
    text-align: center;
}

.travel-info-article-container h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #a0001e; 
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
}

.travel-info-article-container h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin: 0;
    text-align: justify;
    padding: 6px 0;
}

.travel-info-article-container p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    text-align: justify;
    padding: 6px 0;
}

.travel-info-article-container ul {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    text-align: justify;
    list-style-type: disc;  /* Default value. The marker is a filled circle */
    padding-left: 20px;
}

.travel-info-article-container ul li {
    padding: 10px 0 0 0;
}
.travel-info-article-container ul li:first-child {
    padding: 5px 0 0 0;
}

.travel-info-article-container ol {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    text-align: justify;
    padding-left: 30px;
}

.travel-info-article-container ol li {
    padding: 10px 0 0 0;
}
.travel-info-article-container ol li:first-child {
    padding: 5px 0 0 0;
}

.travel-info-article-container .photo-legend {
    padding-top:3px;
    font-size:0.7rem;
    color:#767676;
    line-height:0.8rem;
    text-align:left;
}

.travel-info-article-container .photo-legend a {
    color:inherit;
}



@media screen and (min-width: 709.5px) and (max-width: 1019.5px) {

.travel-info-article-container-inside {
    width: 667px;
}

.travel-info-article-container .cell-333px {
    width: 100%;
    height: auto !important;
}

.travel-info-article-container .cell-667px {
    width: 100%;
    height: auto !important;
}

.travel-info-article-container .cell-full-width {
    width: 100%;
    height: auto;
}

.travel-info-article-container .cell-full-width-title {                           /*title cell */
    width: 100%;
    height: auto;    
}

.travel-info-article-container img {
    margin: 0 auto;
}


} /* end of @media */


@media screen and (min-width: 363.5px) and (max-width: 709.5px) {

.travel-info-article-container-inside {
    width: 96%;
}
  
.travel-info-article-container .cell-333px {
    width: 100%;
    height: auto !important;
    margin: 10px 0px 0px 0px;
}
    
.travel-info-article-container .cell-667px {
    width: 100%;
    height: auto !important;
    padding: 15px;
    margin: 10px 0px 0px 0px;
}

.travel-info-article-container .cell-full-width {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 10px 0px 0px 0px;
}

.travel-info-article-container .cell-full-width-title {                           /*title cell */
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px; 
}

.travel-info-article-container .author-box {
    padding: 15px;
}
    
.travel-info-article-container img {
    margin: 0 auto;
}

} /* end of @media */


@media screen and (min-width: 0.5px) and (max-width: 363.5px) {

.travel-info-article-container-inside {
    width: 96%;
}
        
.travel-info-article-container .cell-333px {
    width: 100%;
    height: auto !important;
    margin: 10px 0px 0px 0px;
}
        
.travel-info-article-container .cell-667px {
    width: 100%;
    height: auto !important;
    padding: 15px;
    margin: 10px 0px 0px 0px;
}

.travel-info-article-container .cell-full-width {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 10px 0px 0px 0px;
}

.travel-info-article-container .cell-full-width-title {                           /*title cell */
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px; 
}

.travel-info-article-container .author-box {
    padding: 15px;
}
        
.travel-info-article-container img {
    width: 100%;
}
    
} /* end of @media */


/*********************************************************/
/*** css styling for small and big photos side by side ***/
/*********************************************************/
.cell-3a-big, .cell-3b-big {   /*picture 667px width */
    box-sizing: border-box;
    width: 667px;
    padding: 0px 0px;
    margin: 15px 0px 0px 0px;
  }
  .cell-3a-small {   /*picture 328px width + 5px left */
    box-sizing: border-box;
    width: 333px;
    padding: 0px 0px 0px 5px;
    margin: 15px 0px 0px 0px;
  }
  .cell-3b-small {   /*picture 328px width + 5px right */
      box-sizing: border-box;
      width: 333px;
      padding: 0px 5px 0px 0px;
      margin: 15px 0px 0px 0px;
  }
  img { display: block; }   /* use this to avoid small margin at bottom of image */
  
  @media screen and (min-width: 709.5px) and (max-width: 1019.5px) {
  .cell-3a-big, .cell-3b-big {   /*picture 667px width */
      box-sizing: border-box;
      width: 667px;
      margin: 15px 0px 0px 0px;
  }
  .cell-3a-small, .cell-3b-small {   /*picture 328px width */
      display: none;
  }
  .cell-3a-big img, .cell-3b-big img {
      margin: 0 auto;
  }
  } /* end of @media */
  
  @media screen and (min-width: 363.5px) and (max-width: 709.5px) {
  .cell-3a-big, .cell-3b-big {   /*picture 667px width */
      box-sizing: border-box;
      width: 100%;
      margin: 10px 0px 0px 0px;
  }
  .cell-3a-small, .cell-3b-small {   /*picture 328px width */
      display: none;
  }
  .cell-3a-big img, .cell-3b-big img {
      width: 100%;
  }
  } /* end of @media */
  
  @media screen and (min-width: 0.5px) and (max-width: 363.5px) {
  .cell-3a-big, .cell-3b-big {   /*picture 667px width */
      box-sizing: border-box;
      width: 100%;
      margin: 0px 0px 0px 0px;
  }
  .cell-3a-small, .cell-3b-small {   /*picture 328px width */
      display: none;
  }
  .cell-3a-big img, .cell-3b-big img {
      width: 100%;
  }
  } /* end of @media */
