
h1 {
	color: #7f0000;
	margin-top:2em;
}

.content a {
	color: #7f0000;	
}
footer a {
	color: #7f0000;
}

.gallery {
    display: inline-block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.gallery-image {
	display: inline-block;
}
/* HTML & CSS CUSTOM BUTTON CODE */

.button-18, .button-19 {
  align-items: center;
  background-color: #0A66C2;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
/*  font-size: 16px; */
/*  font-weight: 600; */
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration:none;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #16437E;
  color: #ffffff;
}

.button-19 {
 	background-color: #ffca38;
	color:#111111 !important;
}

.button-19:hover,
.button-19:focus { 
  background-color: #fad05d;
  color: #111111 !important;
}

.button-18:active, .button-19:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled, .button-19:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}