body > header {
display:none;
}

body > main > div.container > div.row > div.mt-4 > p {
display:none;
}

/*Image properties*/
.banner {
margin-top:10px;
}

/*Image properties*/
.img1 {
    margin: 5px auto !important; /*Centers image*/
    width: 25%;
}

.col {
  border-radius: 25px;
  border: 2px solid #2b2b2b;
  padding-bottom: 30px;
  margin-top: 20px;
}
/* Below code changes button characteristics */
#ContinueBtnId {
  background-color: #2b2b2b !important;
  color: white;
  font-weight: bold;
  font-size: 0px;
  border: 1px solid #2b2b2b !important;
  outline: none;
}

/* Button text */
#ContinueBtnId:after {
  font-size: 14px !important;
  content: "Click for UPS Labels";
}

/* Hover effect */
#ContinueBtnId:hover {
  font-weight: bold;
  background-color: #fff !important;
  border: 2px solid #2b2b2b !important;
  color: #2b2b2b !important;
  cursor: pointer;
}

body > main > div.container > div.row > div.col > h3 {
color: #2b2b2b;
}

/*Background within border*/
body > main > div.container > div.row > div.col {
  background: #FFF !important;
}

.footer {
  background: #fff !important;
  color: #2b2b2b !important;
  font-size: 12px !important;
}

footer.footer div:last-child > a {
  background: #fff !important;
  color: #2b2b2b !important;
  font-size: 12px !important;
}
