/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */
body {
  padding-top: 16px;
}

.jumbotron {
    padding: 0 !important;
    margin-bottom: 2rem;
    background-color: #ffffff;
    border-radius: 0 !important;
}
.padding20 {
	padding: 30px 0 30px 0;
}

.btn-outline-primary {
    color: #ffffff;
    border-color: #ebbf39;
	background-color: #ebbf39;
	 text-shadow: 2px 2px 4px #000000;
}

.btn-outline-primary:hover {
    color: #ffffff;
    border-color: #604898;
	background-color: #604898;
	 text-shadow: 2px 2px 4px #000000;
}

.bg-dark {
    background-color: #604898 !important;
}

@media only screen and (max-width: 600px) {
  .padding20 {
	padding: 30px;
}
}