* {
	box-sizing: border-box;

}

body {
	min-width: 320px;
	background-color: #F1F1F1;
}


/* Top Billboard Background Image */
/* ----------------------------- */

body::before {
	background: url("images/pattern.png") top left repeat;
	content: "";
	display: block;
	height: 425px;
	margin-top: 50px;
	position: absolute;
	width: 100%;
	z-index: -554433;
}

#logotype {
	color: #484848;
	font-family: 'cardo', 'Times New Roman', serif;
	font-size: 21px;
	text-align: center;
	padding-top: 10px;
}

strong {
	font-weight: 700;
}

h1{
	color: #484848;
	font-family: 'cardo', 'Times New Roman', serif;
	font-size: 24px;
}

h2 {
	border-bottom: 1px solid #183e6d; 
	color: #183e6d;
	font-family: 'cardo', 'Times New Roman', serif;
	font-size: 21px;
	height: 40px;
	margin: auto;
	margin-bottom: 40px;
	padding-top: 13px;
	text-align: center;
	width: 250px;
}

h3 {
	color: #484848;
	font-family: 'cardo', 'Times New Roman', serif;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
	margin-bottom: 30px;
	padding-top: 5px;
}

p {
	color: #484848;
	font-family: 'cardo', 'Times New Roman', serif;
	font-size: 20px;
	line-height: 31px;
	padding: 0px 20px 20px 20px;

}

.bold {
	font-weight: 700;
}

.divider-top {
	padding-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
}

.divider-bottom {
	padding-top: 30px;
}

a {
	color: #00adee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol {
	color: #484848;
	font-family: 'cardo', 'Times New Roman', serif;
	font-size: 20px;
	line-height: 31px;
	padding: 0px 20px 20px 20px;
}

li {
	margin-bottom: 10px;
}

.wrapper {
	margin: 0 auto;
	max-width: 745px;
}

header {
	background-color: #183e6d;
	height: 50px;
}

header img {
	margin: 18px 0px 0px 20px;
	width: 297px;
}

#logo-title {
	margin: auto;
	width: 280px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#logo-title #logo {
	display: block;
	width: 60px;
	margin: auto;
	border-bottom: 1px solid #183e6d;
	padding-bottom: 10px;
}

#about, #team {
	background-color: #f1f1f1;
	margin: 0 auto;
	max-width: 800px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.photos {
	margin-right: 10px;
	margin-top: 6px;
}

.photos > img {
	width: 150px;
	display: block;
	margin-bottom: 10px;
}

.photo-text-container {
	display: flex;
}


#questions {
	background-color: #fff;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 10px
}

#questions h3 {
	padding-left: 20px;
}

#team img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 280px;
}

.individual {
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0px 20px 20px;
}

.individual p {
	padding: 0px 0px 20px 0px;
}

footer > p {
	font-size: 16px;
	margin: auto;
	margin-top: 80px;
	width: 340px;
}

.cta {
	margin: auto;
	max-width: 745px;
}

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

.photos {
	margin-right: 10px;
	margin-top: 6px;
	display: none;
}

.photos > img {
	width: 150px;
	display: none;
	margin-bottom: 10px;
}

.photo-text-container {
	display: block;
}
}

@media only screen and (min-width: 410px) {

#team img {
	width: 370px;
}
}

@media only screen and (min-width: 580px) {

#team img {
	float: left;
	margin: 0px 30px 20px 0px;
}
}
@media only screen and (min-width: 740px) {


#about {
	background-color: #fff;
	border-top: 1px solid #b0b0b0;
	margin-bottom: 50px;
}

#logo-title {
	margin-bottom: 125px;
	margin-top: 20px;
	width: 710px;
	padding: 0px 30px;
}

#logotype {
	border-left: 1px solid #484848;
	color: #484848;
	font-size: 41px;
	font-family: 'cardo', 'Times New Roman', serif;
	float: left;
	margin-left: 30px;
	width: 538px;
	padding-left: 30px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 49px;
}

#logo-title #logo {
	display: block;
	float:left;
	margin-top: 8px;
	width:80px;
	border-bottom: none;
}
}

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


#about {
	border: 1px solid #b0b0b0;
	border-radius: 6px;
}
}





