* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:active, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover,a:focus {
	text-decoration: underline;
}
body {
	margin: 0 auto;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #221e20;
}
::selection {
	background: #da1a74;
}
::-moz-selection {
	background: #da1a74;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding:0;
}
#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 10px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 10px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }	
		
#container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 12px;
}	
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  margin: 50px auto 50px;
  padding: 20px;
  color: #fff;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
}
.logo-wrapper {
	width: 28%;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	justify-content: center;
}		
.text-wrapper {
	width: 68%;
	margin: 210px auto 0;
	padding: 10px 70px 10px 0;
	text-align: justify;
}	

.logo-wrapper-img {
	display: block;
	margin: 0 auto;
	width: 210px;
	height: 264px;
}
.intro {
	font-size: 1.3em;
}
.other-logos, .bb-logo {
	float: right;
	padding: 30px 0 50px 10px;
}
.bb-logo {
	float: right;
	padding: 30px 20px 50px 10px;
}	

@media only screen and (max-width: 700px) {
	.flex-container {
		display: block;
	}
	.logo-wrapper {
		width: 100%;
	}
	.text-wrapper {
		width: 100%;
		margin: 50px auto 0;
		padding: 15px;
		text-align: justify;
}
}	
	
		
		