/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    width: 100vw;
    overflow-x: hidden;
    font-family: 'Inria Serif';
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

:root {
  --color-mediaworld: #E00000;
}


.wrapper {
    width: calc( 100% - 2em );
    margin: 0 1em;
    max-width: 1142px;
}

figure {
  margin: 0;
}




/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}


/* ===============
    ALL: IE Fixes
   =============== */



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* external chat */
/* .custom-banner-img img,
#reve-chat-widget-header {
  border: solid 10px red;
} */


body {
  width: 100%;
  background-color: #3C3837;
}


.header-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 5vh;
}

.logo {
 width: 186px;
 height: 132px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: 186px;
 background-image: url(../img/logo.svg);
 display: block;
 overflow: hidden;
 text-indent: -9999px;
 border: none;
}


.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-container h2 {
  font-size: clamp( 44px , 6vw, 80px );
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 2vh;
  text-align: center;
  padding-left: 5vw;
  padding-right: 5vw;
  opacity: 0;
  position: relative;
  transform: translateY(100px);
  transition: all 0.3s ease;
}

.main-container h3 {
  color: rgba(255, 255, 255, 0.70);
  font-size: clamp( 18px , 3vw, 30px );
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  opacity: 0;
  position: relative;
  transform: translateY(100px);
  transition: all 0.3s ease;
}

.footer-container {
  width: 100%;
  background-color: #3C3837;
  padding: 5vh;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.04px;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-list li {
  margin: 0;
  padding: 0;
}
.footer-list li:last-of-type {
  text-transform: uppercase;
}

.line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(232, 196, 166, 0.20);
  margin: 0 14px;
}

.info span {
  color: #E8D2A6;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
  margin-right: 14px;
}
.info {
  color: rgba(232, 210, 166, 0.80);
  font-family: "Inria Serif";
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

a,
a:hover,
a:visited {
  color: #fff;
  text-decoration: none;
}


* {
  box-sizing: border-box;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

  .footer-list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
}

@media only screen and (min-width: 1142px) {



}


@media only screen and (max-width: 1240px) {

  .footer-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-list li:first-of-type {
    margin-bottom: 3vh;
  }

}

@media only screen and (max-width: 980px) {

  .footer-list {
    align-items: center;
  }
  .footer-list li:first-of-type {
    margin-bottom: 3vh;
  }

  .info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info span {
    margin: 0 0 1vh;
  }

  .footer-list li:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .line {
    width: 115px;
    height: 1px;
    margin: 2vh 0;
  }
  

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
