body {
	background: #F0F0F0;
	font-family: Roboto Condensed, Helvetica;
	font-size: 26px;
	line-height: 1.3;
}

.container {
	background: #FFFFFF;
	margin: 0 auto;
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	width: 100%;
	min-width: 320px;
	max-width: 980px;
	box-sizing: border-box;
}

.row {
	display: flex;
	width: 100%;
	flex: auto;
  flex-wrap: wrap; 
	justify-content: center;
}

.row_item {
	display: flex;
	flex: auto;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.row_item a {
	text-decoration: none;
	color: #FFFFFF;
}

.center {
	margin: 0 5px;
}

.date {
	text-align: center;
	margin: 20px;
	color: #FF0000;
	font-size: 24pt;
	line-height: 1.1;
}

img {
	max-width: 100%;
	height: auto;
}

.invitation {
	margin: 20px 15px;
}

.heading {
	color: #FF0000;
	text-transform: uppercase;
	font-size: 26pt;
	text-align: center;
	margin: 10px 0 5px;	
}

.logo_org {
	width: 240px;
	text-align: center;
	margin: 0 auto;
}

.logo_items {
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*border: 1px dotted blue;*/
}

.logo_item {
	display: flex;
	flex: auto;
	margin: 0 20px 20px;
	max-width: 180px;
	font-size: 16pt;
	text-align: center;
	text-transform: uppercase;
}

.logo_item a {
	text-decoration: none;
	color: black;
}

.w150 {
	max-width: 150px;
}

.text {
	/*border: 1px dotted blue;*/
	width: 100%;
	margin-bottom: 0;
}
.footer {
	background: #333333;
	width: 100%;
	height: 130px;
	margin-top: 50px;
	color: #FFFFFF;
	justify-content: center;
	font-size: 16pt;
}		

.text_first {
	padding-left: 20px;	
}

.video {
	margin-bottom: 100px;
}
