@font-face {
    font-family: 'RedHatDisplay';
    src: url('RedHatDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'RedHatDisplay', sans-serif;
    color: #53565A;
    background: #00558C;
    margin: 0px;
    height: 100%;
    min-width: 400px;
}

p, h2, a {
    margin: 0;
}

a:hover, a:active, a:link, a:visited {
    text-decoration: none;
}

header {
    border-bottom: 1px solid #D0D0CE;
    padding-bottom: 5px;
    background: white;
}

.header-container {
    display: flex;
    align-items: center;
}

.logo {
    margin: 15px;
    padding-right: 10px;
    border-right: 1px solid #D0D0CE;
}

.title {
    margin: 10px;
    font-weight: bold;
    font-size: 20px;
}

.main-container {
    text-align: center;
    background: white;
}

.region-select {
    padding: 45px;
    font-size: 20px;
}

.button-wrapper-link {
    display: inline-block;
    padding: 20px;
    margin: 10px;
    width: 200px;
    height: 75px;
    border: 2px solid #D0D0CE;
    border-radius: 25px;
    box-shadow: 1px 1px 1px 1px #D0D0CE;
    color: #00558C;
}

.which-is-my-region-button {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 300px;
    padding: 5px;
}

.button-wrapper-link:hover, button-wrapper-link:active {
    border: 2px solid #FFC600;
    cursor: pointer;
}

.button {
    position: relative;
    top: 30%;
}

.region-specific-select {
    margin-top: 30px;
}

.region-table-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 200px;
    color: #53565A;
    text-align: left;
    font-size: 15px;
}

.table-header {
    color: #00558C;
    padding: 6px 0px 6px 2px;
    margin-left: 15px;
}

.table-text {
    padding: 2px;
    margin-left: 25px;
}

@media screen and (min-height: 300px) {
  .not-found-container, .urls-container {
    min-height: 50%;
  }
}

@media screen and (min-height: 400px) {
  .not-found-container, .urls-container {
    min-height: 63%;
  }
}

@media screen and (min-height: 500px) {
  .not-found-container, .urls-container {
    min-height: 70%;
  }
}

@media screen and (min-height: 600px) {
  .not-found-container, .urls-container {
    min-height: 75%;
  }
}

@media screen and (min-height: 700px) {
  .not-found-container, .urls-container {
    min-height: 80%;
  }
}

@media screen and (min-height: 800px) {
  .main-container {
    min-height: 80%;
  }
}

@media screen and (min-height: 900px) {
  .main-container {
    min-height: 85%;
  }
}

@media screen and (min-height: 1000px) {
  .main-container {
    min-height: 85%;
  }
}

@media screen and (min-height: 1200px) {
  .main-container {
    min-height: 85%;
  }
}

@media screen and (min-height: 1500px) {
  .main-container {
    min-height: 90%;
  }
}

.footer-content {
    color: white;
    background: #00558C;
    padding: 30px;
}
