/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@font-face {
    font-family: 'adeliaregular';
    src: url('fonts/adelia_400-webfont.woff2') format('woff2'),
         url('fonts/adelia_400-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.lifestyle figure figcaption {font-family: 'Montserrat', sans-serif; font-weight:500;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  position: absolute;
  right: 0; bottom:0;
  display: inline-block;
  color: #000040;
  width: 100%;
  height: 50px;
  padding: 15px;
  line-height: 1; font-size:20px
}

.info-date{ font-size:12px}
.box .title{ text-align:left; padding:10px; background:#000040; color:#FFFFFF; margin-bottom:30px; font-size:18px}
.ss h2{ font-weight:500}
.ss {
     position: inherit;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
  }
  
#logo{margin: 0 auto!important; 
    position: relative;
    margin: 0;
    padding: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    float: none;}
.slogan{ color:#FFFFFF;}
.slogan span{ font-size:18px}
.adeli{ font-family: 'adeliaregular';}