body > header {
display:none;
}

/*Image properties*/
.banner {
margin-top:10px;
}

/*Image properties*/
.img1 {
    margin: 5px Auto !important; /*Centers image*/
    width: 500px;
}


.hrLine  {
height: 10px;
background-color: #cf122e;
}

.col {
  border-radius: 25px;
  border: 2px solid #cf122e;
  padding-bottom: 30px;
  margin-top: 20px;
}
/* Below code changes button characteristics */
#ContinueBtnId {
  background-color: #cf122e !important;
  font-size: 0px;
  border: 1px solid #cf122e !important;
  outline: none;
}

#ContinueBtnId:after {
  font-size: 14px !important;
  color: white;
  content: "Click to Continue";
}

/* Hover state for Button */
#ContinueBtnId:hover {
  background-color: #cf122e !important;
  border-color: #cf122e !important;
  color: #fff !important;
  cursor: pointer;
}

body > main > div.container > div.row > div.col > h3 {
color: #cf122e;
}

/*Background within border*/
body > main > div.container > div.row > div.col {
  background: #FFF !important;
}

.footer {
  background: #3c3d40 !important;
  color: #fff !important;
  font-size: 12px !important;
}

footer.footer div:last-child > a {
  background: #3c3d40 !important;
  color: #fff !important;
  font-size: 12px !important;
}