body {
	font-size: 1.9em;
	color: #363636;
	margin: 0px;
}

a {
	color: #363636;
}

strong {
    font-weight: bold;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #790000;
    border-color: #790000;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea, select {
    border-color: #62845e;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #363636;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #363636;
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #363636;
}

:-moz-placeholder { /* Firefox 18- */
  color: #363636;
}

.blue {
	background-image: url("back-1.jpg");
	background-repeat: no-repeat;		
	background-position: center top;
	background-size: cover;
}

.green {
	background-image: url("back-2.jpg");
	background-repeat: no-repeat;		
	background-position: center top; 	
	background-size: cover;
	padding-top: 2rem;
}

.footer {
	background-color: #1b6485;
	color: white;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.footer a {
	color: white;
}

.webmeup {
	font-size: 0.9rem;
	text-align: center;
}

.webmeup a {
	text-decoration: underline;
}

.member {
	width: 20%;
	margin-bottom: 4rem;
}

.always {
	color: #790000;
	margin-bottom: 3rem;
	font-size: 4.65rem;
}

.contact-us {
	color: #790000;
}

.chapter1 {
	margin-top: 5rem;
}

.chapter2, .chapter3 {
	text-align: justify;
}

.contact-container {
    background-color: rgba(0, 0, 0, 0.07);
    margin-bottom: 2rem;
    border-radius: 2rem;
    padding: 2rem;
}

.contact-container form {
	margin-bottom: 0px;
}

.list-of-materials ul {
	list-style-type: none;
}