.title {
	font-family: cursive;
	font-size: 36pt;		
}

.flex-container {
  flex-direction:row;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  align-content: center;
  flex-flow: row wrap;
  height:100%;
  margin-top: 7%;
}

.flex-item1 {
  width: 25%;
  order: 1;
  text-align: center;
}

.marginTop {
	margin-top: 18%;
}

.flex-item2 {
  width: 50%;
  order: 1;  
}

.description {
	font-size: 24pt;
	color: darkred;
	font-weight: bold;
	font-family: cursive;
}

.long-description {
	font-size: 18pt;
	text-align: center;
	font-family: cursive;
}

.left {
	float: left;
	max-width: 15%;
	margin-right: 1em;
	margin-left: 8px;
}

.left::after {
	content:"";
	clear:both;
	display: table;
}

p {
	font-family: Arial;
	font-size: large;
}

.right {
	float: right;
	max-width: 15%;
	margin-left: 1em;
}

.middle {
	display: table;
}

.header {
	margin-bottom: 3em;
	text-align: center;
}

.left img, .right img {
	width: 100%;
    height: auto;
	margin-bottom: 1em;
}

.header menus {
	width: 100%;
	height: 50px;
}

.menu {
	width: 11%;
	float: left;
	font-size: larger;
	font-family: Arial;
}

body {
    background-image: url("images/cleaner1-40.jpg") ;
    background-size: 100%;
	margin: 0;
}

.reset {
	opacity: 1;
}

.header .images {
	display: inline-block;
	overflow: hidden;
	max-height: 100px;
	margin-bottom: 1em;
	margin-top: 1em;
}
.images img {
	height: 100px;
}

.main::after {
    content: "";
    clear: both;
    display: table;
}

.membership {
	margin-left: 25%;
}

.memtitle {
	padding-right: 2em;
	font-family: Arial;
}

html {
	display: block;
	mar
}

.question {
	font-weight: bold;
}

.answer {
	margin-left: 1em;
	padding-bottom: 1em;
}

.larger {
	font-size: 150%;
	font-weight: bold;
}

.large {
	font-size: 125%;
	}
	
.indent {
	margin-left: 3em;
}

.smallIndent {
	padding-left: 1em;
	padding-right: 1em;
}

.indentPara {
	padding-left: 3em;
}

.reverseIndent {
	margin-left: 3em;
	text-indent: -3em;
}

.footer {
	text-align: center;
	text-size: 14pt;
	bottom: 0;
    position: fixed;
	width: 100%;
	padding-bottom: 5px;
	background-color: grey;
	font-family:helvetica;
	font-size: 10pt;
}

.nowrap {
    white-space: nowrap;
}

.center {
	text-align: center;
	font-family: helvetica;

}