@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap');

:root {
  font-size: 10px;
  --color-link: #3344dd;
  --color-gray: #C4C4C4;
  --color-gray-2: #DFDFDF;
  --color-pink: #FE64A3;
  --color-pink-2: #B2014B;
  --color-pink-3: #fea6ca;
  --color-bg: #ffe5f0;
  --color-bg-1: #ffe5f0;
  --color-old-bg: #ffcce1;
  --color-fg: #003900;
  --color-fg-2: #355733;
  --color-black: #000000;
  --color-white: #FFFFFF;
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  font: 1.6rem Oxygen;
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: 'Optimus';
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

header {
  flex: 1 1 auto;
}

.body {
  background-color: var(--color-bg);
  color: var(--color-fg);
  flex: 2 1 auto;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

footer {
  background-color: var(--color-white);
  flex: 1 1 auto;
  text-align: center;
}

.form-error:empty {
  display: none;
}

.form-error {
  color: var(--color-pink-2);
  font-weight: bold;
}

.body p {
  margin: 8px 16px;
}

form {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 6px;
  box-shadow: 4px 4px 6px rgba(0,0,0,.2);
  margin: 16px auto;
  max-width: 500px;
  padding: 0;
}
form > div {
  margin: 16px 0;
  padding: 0 16px;
}

.form-title {
  background-color: var(--color-white);
  border-radius: 6px 6px 0 0;
  font-size: 28px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

label {
  align-items: center;
  display: flex;
  flex-direction: rows;
  justify-content: space-between;
  width: 100%;
}

.error-message {
  font-family: Verdana;
  padding: 100px 20px 80px;
}

.status {
  color: #000;
  margin: 0 0 50px;
  text-shadow: 0px 0px 4px #fff; 
}

.title {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 50px;
  text-shadow: 0px 0px 4px #fff; 
}

.message {
  color: #333;
  font-size: 18px;
  text-shadow: 0px 0px 4px #fff; 
}

.ws-top-bar {
  background-color: var(--color-white);
  color: var(--color-fg);
  display:flex;
  justify-content: space-around;
  padding: 15px 0 10px;
}

.ws-top-connect,
.ws-top-search {
  display: none;
}

.ws-logo {
  color: #FFF;
  display: inline-block;
  font-size: 50px;
  line-height: 1em;
  margin: 0;
  padding: 0 55px 0 0;
  position: relative;
}

.ws-logo a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.top-menu__link {
  font: bold 1.8rem Optimus;
}

.top-menu__link.selected {
  background-color: var(--color-bg);
  color: var(--color-fg);
}

.ws-logo-img {
  bottom: -34px;
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  width: 53px;
}

.ws-top-search {

}

.ws-top-nav {
  background-color: var(--color-fg);
  color: #000;
  display: flex;
  justify-content: space-around;
  padding: 10px 10% 0;
}

.ws-top-nav a {
  color: #FFFFFF;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.ws-top-nav a:hover {
  background-color: var(--color-pink-2);
}

.ws-hero {
  background-image: url("/img/hero2.jpg");
  background-position: right;
  background-size: cover;
  height: 300px;
}

[class*="ws-section--"] {
  margin-top: 32px;
}

h2.ws-header,
h2[class*="ws-header-"] {
  background-color: var(--color-pink-2);
  color: var(--color-white);
  font-weight: 30px;
  padding: 8px 0 7px;
}

h2.ws-header:nth-child(odd),
h2.ws-header-left {
  border-radius: 0 0 50px 0;
  margin-right: 20%;
  padding-right: 45px;
  text-align: right;
}

h2.ws-header:nth-child(even),
h2.ws-header-right {
  border-radius: 0 0 0 50px;
  margin-left: 20%;
  padding-left: 45px;
  text-align: left;
}

.ws-footer__dark {
  background-color: var(--color-fg);
  color: var(--color-white);
  font-family: verdana;
  margin-top: 16px;
  padding: 30px 0 60px;
}

.ws-footer__dark a {
  color: var(--color-bg);
  text-decoration: none;
}

.ws-footer__dark a:hover {
  color: #fff;
}

.ws-social {
  padding: 10px 0;
}

.ws-social__link {
  display: inline-block;
  font-size: 2.8rem;
  margin: 0 15px;
  padding: 0 10px;
  transition: color .25s, transform .25s;
}

.ws-social__link:hover {
  transform: scale(1.75);
}

.ws-copyright {
  font-size: 9px;
}

.ws-back-matter {
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin: 20px 0;
}

.ws-back-matter a {
  display: inline-block;
  padding: 0 10px;
}

.ws-footer__dark .ws-back-matter a:hover {
  color: #BBF;
}

.portrait {
  border-radius: 50%;
  float: left;
  height: 200px;
  margin: 20px 20px 0 20px;
  width: 200px;
}

.bottom {
  margin-bottom: 40px;
}

.clear {
  clear: both;
}

.center {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.inset {
  margin: 20px;
}

.book-list {
  align-items: center;
  display: flex;
  justify-content: space-around;
  gap: 40px;
}

.signup-dialog {
  margin: 20px auto;
  max-width: 500px;
  position: relative;
  width: 90%;
}

.signup-dialog input {
  padding: 6px 10px;
  width: 75%;
}

.signup-dialog button {
  font-size: 16px;
  padding: 6px 10px;
}

.signup-dialog.loading {
}

.signup-dialog.loading::after {
  background-color: rgba(0,0,0,.2);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}