html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

ul {
  margin-bottom: 0px;
}

h1,h2,h3,h4,h5 {
  color: #07498b;
}

#donate_paypal_image{
  width: 50%;
}

.main_page, .page_content{
  height: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin: auto;
}

.btn-sigma {
  color: white;
  background-color: #07498b;
}

#order_num_of_sides {
  display: inline-flex;
  list-style: none;
}

.order_form {
  width: 75%;
}

.hidden {
  display: none;
}

.footer {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  background-color: #07498b;
  /*background-color: rgba(0,0,0,.4);*/
}

.footer p{
  color: white;
  margin: 0px;
  padding: 1vh;
  text-shadow: 2px 2px 5px black;
}