body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fbfcfd;
}

#page-region {
  padding-right: 5%;
  padding-left: 5%;
  margin-top: 66px;
  margin-bottom: 30px;
  display: flex;
  box-sizing: inherit;
}

#main-container {
  display: flex;
  flex: 1 1 auto;
  max-width: 800px;
  min-height: 550px;
  transition: all 0.22s ease-out;
  width: 95%;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
  position: relative;
  background-color: #ffffff;
  box-sizing: inherit;
  text-align: center;
}

.section {
  padding-top: 25px;
  color: rgb(33, 35, 56);
  text-align: center;
}

.section-title {
  font-size: calc(1.825rem + .9vw);    
  font-weight: 600;
  font-family: 'Glacial Indifference', sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .section-title {
      font-size: 2.5rem;
  }
}

.section-body {
  margin-top: 10px;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
  background-color:#799488;
  border-color: #799488;
  font-weight: 600;
  box-shadow: none;
}

.btn-primary:hover {
  background-color:darkslategrey;
  border-color: darkslategrey;
}

.btn-primary:disabled {
  background-color:lightgray;
  border-color:lightgray;
}

.imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 120px;
  padding-bottom: 25px;
}

.logo {
  max-height: 120px;
  max-width: 220px;
  border: 0;
}
