body{
	font-family: Maitree, times;
  	line-height: 1.25;
  background-color: #5c636a;
}
.question{
	font-family: Raleway;
  	line-height: 1;
    font-size: 1.4em;
}
header, .main-section, .last-section {
  background-color: white;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding:0;
	}
section {
	padding: 1rem 0;
}
.clearfix {
  clear:both;
}
img{
    max-width: 100%;
}
h1 {
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size:1.8rem;
	margin-bottom: 1.4rem;
	color: rgba(0,0,0,.7);
	}
h3 {
  font-size: 1.5rem;
}
h4 {
  	font-size: 1.2rem;
}
p {
	font-size: 1em;
	padding: .5rem;
    line-height: 1.5;
}
.w-75 {
  width: 90% !important;
}
.text-passage{
	padding: 1rem 0;
}
.text-passage2{
	padding: 0;
}
.nospace {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 576px) {
 .column1 {
  width: 50%; 
  float: left;
 }
 .column2{
  width: 50%; 
  float: left;
 }
}
.bottom-logo{
	 text-align: center;
}

@media (min-width: 576px) {
  body {
    font-size: 1.125rem;
  }
  .bottom-logo{
	 text-align: left;
	}
}	
footer {
  clear: both;
}
footer{
	background-color: #5c636a;
	color: white;	
	overflow: hidden;
}
footer p{
	font-size: .8rem;
}
footer a {
  color: white;
}