/* reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    scroll-behavior: smooth;
}
/* main */
html, body {
    font-family: 'Garamond', 'Segoe UI', 'Tahoma', 'Verdana', sans-serif;

}

a {
    text-decoration: none;
}

/* utility classes */
.container {
    margin: auto;
    max-width: 1600px;
    overflow: auto;
}

.container--xs {
    max-width: 586px;
}

.container--xsm {
    max-width: 738px;
}

.container--xsl {
    max-width: 890px;
}

.container--sm {
    max-width: 1194px;
	justify-content: center;
}

.container--sl {
    max-width: 800px;
	justify-content: center;
}

.container--b {
    max-width 200px;
	justify-content: center;
}

.container--navbar {

}

.logo {

}

.logo .logo--navbar {
    display: block;
    width: 600px;
	background-color: #8b7d6b;
}

.logo .logo--contact {
    display: block;
	background-color: #8b7d6b;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
	color: #575757;
}

h4 {
    font-size: 20px;
}


.logo__img img {
    max-width: 1000px;
}

.header__bg {
height: 300px;
}

.header__bg img{  
height: 122px;  
width: 1000px;  
}  


.header__inner {
    padding-right: 10px;
    padding-left: 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.hr {
    border: 1px solid #ebf0f0;
	text-align: center;
	font-weight: bold;
}

.hr--half {
    max-width: 400px;
    margin: 32px auto;
	align-items: center;
}

.main {
    background-color: #fdfefe;
    position: relative;
}

.heading {
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}

.description {
    overflow: hidden;
    line-height: 28px;
    margin-top: 5px;
}

.theses {
    text-align: justify;
}

.description h2 {
    text-align: center;
    top: 50%;
}

.card {
    display: flex;
    line-height: 50px;
    text-align: center;
}


.info {
    line-height: 47px;
    text-align: center;
}

.dates {

}

.schedule {
    line-height: 40px;
}

.schedule ul {
    font-size: 18px;
}

.supporters {
    padding-top: 50px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .supporters img {
    max-width: 600px;
    max-height: 250px;
    padding: 15px;
  }

  .culture {
    text-align: justify;
  }
  
  .culture__img {
      max-width: 450px;
  }

  .culture__list h4 {
      text-align: left;
  }

  .culture__p {
      font-size: 22px;
  }

.register {
    text-align: justify;
}

/* navbar */
#navbar {
    background: #f1f5f6;
    color: #000000;
    overflow: auto;
    position: relative;
}
#navbar a {
    color: #000000;
	font-weight: bold;
}

#navbar ul {
    float: right;
    list-style: none;
}
#navbar ul li {
    float: left;
}
#navbar ul li a {
    display: block;
    padding: 10px;
    text-align: center;
}
#navbar ul li a:hover, 
#navbar ul li a.current {
    background: #bdcbcb; 
    color: #fefefe;
}

.bold {
    font-weight: bold;
}

.burger {
    float: center;
}

.footer {
    background-color: #f9fbfb;
    width: 100%;
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
  }

  .footer p {
    margin-block-start: 0em;
    margin-block-end: 0em;
  }


.mm-spn.mm-spn--light {
    background: #021313;
    color: #021313;
}

.data-mm-spn-title {
    color: #D21919;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    font-weight: bold;
}

.language img {
    width: 24px;
    height: 17px;
}



#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0530b2;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transition: background-color .3s;
  }
  
  #myBtn:hover {
    background-color: #0530b2;
  }

  .contact {
    display: flex;
    justify-content: space-around;
    align-content: center;
  }

  .contact--dates {
      line-height: 26px;
  }

  .contact .info p {
    text-align: initial;
    font-size: 18px;
  }

  .contact .info a {
      color: #D21919;
  }
  .contact .info a:hover {
      color: #D21919;
  }

  .contact img {
      width: 350px;
  }

  .contact iframe {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 0;
    width: 500px;
    height: 350px; 
  }
