body {
	background-color: #ffffff;
}
#statement {
  font-size: 1.5rem;
}
.centerText{
  text-align: center;
}
#frontThumb {
	text-align: center;
}

#copyright {
	text-align: center;
}

#contactInfo {
	text-align: center;
}

.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}

h1,h2 {
	color: #FF8533;
  font-family: 'Open Sans Condensed', sans-serif;
}
h2 {
  font-size: 5rem;
}
a {
    color: #333;
    text-decoration: none;
}a:hover {
    color: #F57713;
}
.gallery {
  width:100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
.gallery .galleryImage {
  width:100%;
  height:100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.gallery .galleryImage img {
  max-height: 68vh;
}

.quoteDiv {
  font-style: normal;
      font-size: 2rem;
  text-align: left;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.critiqueDiv {
  font-style: normal;
  text-align: left;
   font-size: 1.5rem;
}
#footer {
  margin: 15px auto;
  border-top: 1px solid #eee;
}