html {
	scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 12pt;
}
h1, h2 {
	padding: 0;
	margin: 0;
}
h1, h2 {
	letter-spacing: 0.017em;
	line-height: 1.5;
	font-style: normal;
	font-weight: 700;
}
h1 {
	text-transform: uppercase;
	font-size: 3em;
}
h2 {
	font-size: 2em;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
p {
	line-height: 1.5;
}
/* start Navigation */
nav {
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
#menu, .toggle {
	display: none;
}
.menu {
	padding: 0;
	margin: 0;
	max-width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style-type: none;
}
.menu li a {
	text-decoration: none;
	padding: 16px 20px;
	font-size: 0.95em;
	font-style: normal;
	line-height: 1;
	margin-right: calc(0.15em * -1);
	text-align: center;
	text-transform: uppercase;
	color: hsl(0, 0%, 0%);
}
.menu li a:hover {
	background: hsla(184, 98%, 32%, 0.1);
}
@media screen and (max-width: 600px) {
	.menu li a {
		font-size: 13px;
   }
}
@media screen and (max-width: 550px) {
	.toggle {
		clear: both;
		display: block;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
		width: 100%;
		height: 40px;
		font-size: 18px;
		color: #fff;
		transition: all 0.1s linear;
		background: #0f968c;
   }
	#menu:checked + label li {
		opacity: 1;
		visibility: visible;
		transition: all 0.7s linear;
   }
	#menu:checked + label .menu {
		height: 200px;
   }
	.menu {
		background: #0f968c;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		height: 0px;
		transition: height 0.3s linear;
   }
	.menu li {
		display: flex;
		align-self: center;
		width: 100%;
		opacity: 0;
		visibility: hidden;
   }
	.menu li a {
		width: 100%;
		text-align: center;
		align-self: center;
		align-content: center;
		color: #fff;
   }
	.menu li a:hover {
		background: hsla(184, 89%, 72%, 0.17);
   }
}
/* end Navigation */
/* start Banner */
.banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./imagini/banner.png");
	background-size: center;
	background-position: top left;
	width: 100wh;
	height: 100vh;
	display: flex;
}
.center-content {
	width: calc(100% - 3em);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
}
.center-content h1, .center-content h2 {
	color: hsl(0, 0%, 100%);
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.center-content h2 {
	margin-bottom: 40px;
	margin-top: 40px;
}
.banner__info {
	display: flex;
	justify-content: center;
}
.info__icon {
	margin-right: 10px;
	width: 48px;
	height: 48px;
	font-size: 48px !important;
	color: hsla(360, 99%, 60%, 1);
}
.info__content {
	display: flex;
	flex-direction: row;
	height: 48px;
	padding: 10px 0;
	margin: 0 15px;
}
.info__text {
	width: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.2em;
	font-style: normal;
	text-transform: uppercase;
	color: hsl(0, 0%, 100%);
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
@media screen and (max-width: 48em) {
	.info__item {
		width: 200px;
   }
	.info__item span {
		font-size: 1em;
   }
	.banner__info {
		flex-direction: column;
   }
	.info__content {
		justify-content: center;
   }
}
/* start Banner */
.link {
	color: #0f968c;
}
section, footer .content {
	padding: 0 15px;
	margin: 14px;
}
section h2 {
	color: #0f968c;
}
@media screen and (min-width: 40em) {
	section, footer .contact .content {
		padding: 0 45px;
		margin: 30px;
   }
	.contact .content {
		flex-direction: row;
   }
	.contact .content .info {
		margin-left: 2px !important;
   }
}
@media screen and (min-width: 60em) {
	footer .contact .content {
		flex-direction: row;
   }
	.contact .content .info {
		margin-left: 30px !important;
   }
}
section.invitati .card-content h3 {
	color: #fff;
	text-shadow: 1px 1px 1px rgb(1, 1, 1);
}
section.invitati .card-content p {
	color: #fff;
}
img {
	display: block;
	border: 0;
	width: 100%;
	height: 250px;
	object-fit: cover;
	-ms-interpolation-mode: nearest-neighbor;
   /* IE 7+ (non-standard property)*/
	image-rendering: -webkit-optimize-contrast;
   /* Safari 6, UC Browser 9.9*/
	image-rendering: -webkit-crisp-edges;
   /* Safari 7+*/
	image-rendering: -moz-crisp-edges;
   /* Firefox 3.6+*/
	image-rendering: -o-crisp-edges;
   /* Opera 12 */
	image-rendering: crisp-edges;
   /* Chrome 41+ and Opera 26+*/
}
.card {
	background: #27969f;
	margin-bottom: 2em;
}
.card--no-color {
	background: unset;
}
.card-content {
	padding: 1.4em;
}
.card-content h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.card-content p {
	font-size: 80%;
}
.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.card {
	flex: 1 0 300px;
	box-sizing: border-box;
	margin: 1rem 0.25em;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 40em) {
	.card {
		max-width: calc(50% - 1em);
   }
}
@media screen and (min-width: 60em) {
	.card {
		max-width: calc(20% - 1em);
   }
	.lansare .card {
		max-width: calc(50% - 1em);
   }
}
.lansare .card .body {
	display: flex;
	flex-direction: column;
	background: #fff;
	display: flex;
	height: 100%;
	padding: 15px;
}
.lansare {
	margin-right: 20px;
}
lansare .cards {
	justify-content: center;
}
.lansare .card .head h2 {
	padding-bottom: 0;
	color: #fff;
}
.lansare .card .head {
	display: flex;
	align-items: center;
	background: #27969f;
	height: 50px;
	padding-left: 15px;
}
/* timeline */
.agenda .cards {
	justify-content: flex-start;
}
.agenda .card .head {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #27969f;
	font-weight: 400;
	height: 130px;
}
.agenda .card .head .number-box {
	display: inline;
	margin: 15px;
	padding: 6px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.17);
}
.agenda .card .head h2 {
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: inherit;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 6px;
	line-height: 1rem;
}
.agenda .card .body {
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.4);
	border-top: 0;
	padding: 15px;
	height: 100%;
	align-items: center;
	flex-direction: column;
	display: flex;
}
.agenda .card .body p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}
.shadow {
	box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
}
/* timeline */
.logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.logos article {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
	margin-left: 10px;
}
.logo {
	-ms-interpolation-mode: nearest-neighbor;
   /* IE 7+ (non-standard property)*/
	image-rendering: -webkit-optimize-contrast;
   /* Safari 6, UC Browser 9.9*/
	image-rendering: -webkit-crisp-edges;
   /* Safari 7+*/
	image-rendering: -moz-crisp-edges;
   /* Firefox 3.6+*/
	image-rendering: -o-crisp-edges;
   /* Opera 12 */
	image-rendering: crisp-edges;
   /* Chrome 41+ and Opera 26+*/
	object-fit: contain;
	height: 100px;
	width: 120px;
}
footer {
	height: 100%;
	border-color: hsla(0,0%,43%,0.41) transparent transparent transparent;
	font-size: 16px;
	background-color: #27969f;
	box-shadow: 0em 0.15em 2em rgba(0,0,0,0.15);
}
.contact .content {
	display: flex;
	flex-direction: column;
}
.contact .content img {
	margin-top: 10px;
	width: 150px;
	height: 33px ;
}
.contact .content .info {
	width: 350px;
	margin-top: 10px;
	margin-left: 2px;
}
.contact .content a {
	width: 150px;
	height: auto;
	display: flex;
	align-items: center;
}
.contact .content p {
	line-height: 1.1;
}
.section__header {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
}
.section__header i {
	margin-left: 10px;
	width: 16px;
	height: 16px;
	font-size: 16px !important;
	color: #27969f;
}

.partener {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.partener span {
	color: #27969f;
	text-transform: uppercase;
}

