video {
	max-width: 800px;
	max-height: 600px;
}

.fond-title {
	/*background: #FE7276;*/
	
}

.fond-title div.card-body {
	margin-left: auto;
	margin-right: auto;
	color: black;
	width: 1280px;
}

.fond-title table {
	border-color: black;
	border-style: solid;
}

.container-topbar a {
	color: #3714B0;
}

table.bordered td {
	border: 1px solid;
	border-color: black;
}

table td.title-text {
	color: #366191;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5em;
}

table td.title-text a, table td.title-text a:hover {
	color: #366191;
}

table td.title-text div {
	border-color: #00b0f0;
	border-style: solid;
	border-width: 1px;
	height: 105px;
	padding-top: 16px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	min-width: 798px;
}

table td.title-text p {
	margin-top: 5px;
	font-family: Cambria;
}

table td.address-text {
	border: 3px solid;
	border-color: black;
	font-size: 26px;
	line-height: 80%;
	color: white;
	background: linear-gradient(#00aeed, #00526f);
}

.fond-title {
	display: none;
}

.main-page {
	display: block;
}

table td.address-text a, table td.address-text a:hover {
	color: white;
}

.founders .page-header h2 {
	height: 2.4em;
	line-height: 1.2;
}

table td.title-footer {
	background: linear-gradient(#005c2a, #00ac4e, #005c2a);
}

blockquote {
	position: relative;
	padding: 16px 24px;
	margin: 16px 16px 26px 16px;
	font-size: 16px;
	border-top: 2px solid #337AB7;
	border-bottom: 2px solid #337AB7;
}

blockquote::after {
	font-family: Times, sans-serif;
	font-weight: bold;
	position: absolute;
	content: "”";
	color: #BFE2FF;
	font-size: 160px;
	line-height: 0;
	bottom: -22px;
	right: 30px;
	text-shadow: 2px 0 0 #337AB7, -2px 0 0 #337AB7, 0 2px 0 #337AB7, 0 -2px
		0 #337AB7, 1px 1px #337AB7, -1px -1px 0 #337AB7, 1px -1px 0 #337AB7,
		-1px 1px 0 #337AB7;
}

blockquote cite {
	color: #337AB7;
	font-size: 15px;
	padding-top: 20px;
	display: block;
}

.blog-featured h1 {
	font-family: var(--body-font-family);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.07em;
} 

p a.image-block-left, p a.image-block-right {
	display: none;
	position: absolute;
	top: 600px;
}

p a.image-block-left {
	left: 0;
}

p a.image-block-right {
	right: 0;
}

@media ( min-width : 1280px) {
	.fond-title {
		display: block;
	}
	.main-page {
		display: none;
	}
	p a.image-block-left {
		display: block;
	}
	p a.image-block-right {
		display: block;
	}
}