html,body{font-family:Verdana,sans-serif;font-size:1.05rem;line-height:1.5}html{overflow-x:hidden}
h1{font-size:1.5rem}h2{font-size:1.3rem}h3{font-size:1.3rem}h4{font-size:1.3rem}h5{font-size:1rem}h6{font-size:1rem}

h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:0.2rem 0;}
.w3-wide{letter-spacing:4px}

.container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.links-container {
  display: flex;
  flex-direction: column;
  jusify-content: center;
  align-items: center;
}

.links-container a {
  width: 80%;
}

.margin-top-2 {
  margin-top: 32px;
}

.bottom {
  width: 100%;
  text-align: center;
  width: auto;
  font-weight: bolder;
}

.bottom span {
  color: #ed4d82;
}

.bottom svg {
  stroke: #ed4d82;
  fill: #ed4d82;
}

@media (min-width: 768px) {
  .link {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap;
    -webkit-box-shadow: 0px 2px 4px #444444;
  -moz-box-shadow: 0px 2px 4px #444444;
  box-shadow: 0px 2px 4px #444444;
  margin:0.7rem
}

.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}

.w3-theme-l1 {color:#005060 !important; background-color:#E7DC76 !important; font-weight: bold;
}
.w3-theme-l1:hover {
  background-color: #DEC207 !important;    color:#000!important;
}
.w3-theme-l2 {color:#005060 !important; background-color:#F7DF76 !important; font-weight: bold;
}
.w3-theme-l2:hover {
  background-color: #DEC207 !important;    color:#000!important;
}

/*Light Orange fbf2ce Dark Orange DEC207 Beige DCDC76 Link blue 005060*/
