body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:"wdth" 100;
    margin: 0px;
	padding: 0px;
}

h1,h2,h3{

  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;

  margin: 0px;

}

p {
	margin: 0px;
}

a {
	text-decoration: none;
}


#wrapper {
	background: #ECECEB;
}


/* header */
#header {
	padding: 40px;
}
#header a {
	display: inline-block;
	transition: all ease .2s;
}
#header a:hover {
	filter: brightness(1.4);
}
#header #umc-logo {
	height: 40px;
	display: inline-block;
}
#header #umc-logo img {
	height: 40px;
	display: inline-block;
}
#u-logo {
	display: none;
}
#menu {
	display: inline-block;
	float: right;
}
.menu-btn {
	display: inline-block;
	margin-left: 24px;
	padding: 6px;
	color: #171717;
	font-weight: bolder;
	transition: all ease 0.2s;
	border-bottom: 4px solid rgba(0,0,0,0);
}

.menu-btn:hover {
	border-bottom: 4px solid grey;
}



/* cover image */
#cover-image {
	text-align: center;
}

#speakers-image {
	display: inline-block;
	max-width: 1200px;
	width: 100%;
}

/* date and logo */
#dateandlogo {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 40px 40px 40px;
	text-align: center;
	display: flex;
  align-items: center;
  justify-content: space-around;
}
#summit-logo {
	width: 240px;
	vertical-align: center;
	justify-items: center;
	transition: all ease 0.2s;
}
#summit-logo:hover {
	filter: brightness(1.6);
}
#date, #place  {
	display: inline-block;
	text-align: center;
	vertical-align: center;
	font-weight: bold;
	font-size: 18px;
}
#days,#sede {
	font-family: "Krona One", sans-serif;
  font-style: normal;
  text-transform: uppercase;
	color: #17695C;
}
#month,#city {
	text-transform: uppercase;
	letter-spacing: 10px;
	font-weight: lighter;
	font-size: 24px;
}
#year,#state {
	letter-spacing: 10px;
	font-weight: 200;
}

#title {
	text-align: center;
	max-width: 80%;
	margin: 24px auto;
}

.divisor {
	display: inline-block;
	width: 100px;
	height: 6px;
	background: #259963;
}

#eventcards {
	text-align: center;
}
.card {
	display: inline-block;
	vertical-align: text-top;
	width: 100%;
	max-width: 320px;
	background: white;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding: 40px;
	margin: 20px;
	transition: all ease .2s;
	outline: 0px solid white;
}
.card:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	outline: 10px solid white;
}
.card h2 {
	padding: 24px 0px;
}
.card-icon {
	display: inline-block;
	margin: 24px;
}
.card-image {
	width: 100%;
}
.card-days {
	font-family: "Krona One", sans-serif;
	font-style: normal;
	color: #17695C;
}
.card-month {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 10px;
}

#ginecologia-card {

}
#neurologia-card {

}
.btn {
	font-family: "Krona One", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	background: #17695C;
	color: white;
	padding: 10px 24px;
	border-radius: 30px;
	margin: 16px 0px;
	transition: all ease .2s;
}
.btn:hover, .btn-secondary:hover{
	filter: brightness(1.4);
}

.btn-secondary {
	transition: all ease .2s;
	width: auto;
	background: #259963;
	color: white;
	border-radius: 30px;
	line-height: 32px;
	display : inline-flex;
  align-items : center;
  padding: 10px 24px;
  text-align: center;
  justify-content: space-between;
}

.btn-secondary .whats-icon {
	height: 24px;
	margin-left: 10px;
}

footer {
	background: #171717;
	text-align: center;
	padding: 80px 0px 120px;
	color: white;
	font-size: 10px;
}
footer a {
	display: inline-block;
	margin: 24px 16px;
	transition: all ease 0.2s;
}
footer a:hover {
	opacity: 0.4;
}
.socialmedia-icon{
	height: 40px;
	
}







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

	#header #umc-logo {
		display: none;
	}
	#u-logo {
		display: inline-block;
		height: 30px;
	}
	#menu {
		font-size: 10px;
	}
	#dateandlogo {
		display: block;
		margin: 24px 40px;
		padding: 0px;
	}
	#date, #place {
		display: block;
		width: 100%;
		padding: 26px 0px;
	}
	#summit-logo {
		width: 100%;
		max-width: 320px;
		display: inline-block;
	}
	#date {
		display: block;
		text-align: center;
	}
	#place {
		display: block;
		text-align: center;
	}

	.card {
		width: auto;
	}
}







