@charset "UTF-8";
/* CSS Document */

body{
    overflow-x:hidden;
}

/* ------- TABLE ------ */

.program {

  border-collapse: collapse;
  width: 90%;
  text-align: center;
  margin-left: 5%

}

.program td, .program th {
  border: 1px solid #ddd;
  padding: 8px;
}

.program td {
  background-color: #f2f2f2;
}

/* .program tr:nth-child(even){background-color: #eeeeee;} */


.program th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #404040;
  color: white;
}



/* ------- FLEX CONTAINERS ------ */


.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}

.flex-container div {
  background-color: #E5E5E5;
  width: 50%;
  margin: 25px;
  text-align: center;
padding: 15px

}

.flex-container h2 {
padding: 35px 35px 10px 35px;

}
.flex-container button {

  background-color: #404040;
  color: white;
  display: inline-block;
  margin: 20px;
  padding: 10px 25px;

}

.map-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}

/* ------- EVENTS AND DETAILS ------ */

.congresses {
color: white;
background-color: #E63B37;
text-align: center;
margin: auto;
display: block;
margin-top: 30px;
text-transform: uppercase;
}





.description {
  padding: 0% 25% 0% 25%;
  width: 50%;
  font-size: 1em;
  text-align: left;


}





/* ------- SHAPES ------ */


.arrow-up {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid white;
  left: 50%;
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 position:absolute;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid white;
  left: 50%;
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 position:absolute;
}



/* ------- FRONT PAGE ------ */


.container button {
position:relative;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: white;
  color: black;

}


.parallax {
  background-image: url("/static/assets/img/cards.jpg");
  height: 350px;
 /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block

}

/* MG */
.congressbox {

  background-color: #E5E5E5;
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 10px;

}

/* MG */
.boxbody {
  text-align: left;
}


.buttoncluster {
 width: 90vw;
 padding-top: 0;
 display: block ;
 margin: auto;
 min-height: 100px;
 padding-bottom: 30px;
}

.container {

  padding: 5vw;
  display: block;
}



.buttoncluster button {
  background-color: white;
  color: white;
background-color: #E63B37;
width: 40%;
float: left;
display: inline-block;
}

.boldfeature button {

  background-color: #404040;
  color: white;
  top: 50%;
  left: 50%;

}


.boldfeature {

  background-color: white;
  position: relative;
  padding: 4vw 0vw 6vw 0vw;
  text-align: center;
}

.boldfeature h3 {
  padding: 2% 25% 2% 25%;
  width: 50%;
}


/* ------- HEADER ------ */


.messagebar {
	background-color: #404040;
  text-align: center;
  padding: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1em;
  color: #F5F5F5;

}

.header {
    overflow: hidden;
    background-color: white;
    padding: 20px 10px;
}

.title {
  color: #E63B37
}

.header img {
  margin: auto;
  display: block;
  margin-bottom: -40px
}
.header a {
  float: left;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  border-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px

}



.header-left {
  float: left;
  padding-left: 15px
}
.header-right {
  float: right;
  color: black;
  padding-right: 15px
}


/* ------- SCALING ------ */


@media screen and (max-width: 700px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
    text-align: center
  }

  .header img {
    display: block;
    margin: auto
  }


  .header-right {
    float: none;
  }

  .header-left {
    float: none;
  }

.flex-container div {
  width: 90%
}

.program {

  width: 100%;
  margin: 0%

}

}


/* ------- GENERAL ------ */
a {
  text-decoration: none;
	color: inherit;
  cursor: pointer;
}


.content {
	background-color: #EEEEEE;
	width: 100vw;
  min-height: 50vw
}

.event {
  background-color: white
}


body {
	background-color: #FFFFFF;
  min-height: 100vh;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
}


header {

  padding: 3vw;
  style: inline-block
}

p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: normal;
  padding: 10px 20px 10px 20px;

}

.table {
  border-collapse: collapse;
  	width: 100%;
}

h2 {
	text-align: center;
	font-size: 1em;
	margin: 0;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 20px;
  text-transform: uppercase;
}

h1 {
font-weight: 400;
text-align: center;
font-size: 3em;
margin: 0;
padding: 30px 30px 10px 30px
}

h3 {
  font-weight: 400;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5
}

button {
  border: none;
  padding: 18px 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size:1em;
  cursor: pointer;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase


}

#footer {
	background-color: #404040;
  text-align: center;
  padding: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1em;
  color: #F5F5F5;
}
