#speedbump {
  	position: fixed;
    top: 10em;
}

.modal-header {
	background-color: white;
}

article.entry {
	padding: 1em;
	background-color: white; /*: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(200,200,200,1) 100%); */
	border-radius: 1em;
	box-shadow: 4px 4px 6px 2px #888;
}

.modal-body {
	background-color: white;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(200,200,200,1) 100%);
  	text-align: left;
    padding: 1em;
}

#footer {
	background-color: white;
}

#sidebar-footer {
	background-color: white;
}

iframe {
	border: none;
}

div.entry-byline {
	display: none;
}

footer.entry-footer {
	display: none;
}

nav.post-navigation {
	display: none;
}

.info p {
  font-size: 14px !important;
}

.scbtn {
	background: #352c66;
    border: 1px solid #352c66;
}

h1.entry-title {
	text-align: center;
}

figure.post-thumbnail {
  display: none;
}

form#scholarship-application button {
  color: #000 !important;
}

.layout-1c.singular-post .entry-content {
  max-width: inherit !important;
}