@import url('https://fonts.googleapis.com/css2?family=Trispace&display=swap');

body {
  background: url("/images/polka-dot-blue.gif");
  background-color: #d9d9d9;
  color: black;
  font-family: 'Trispace', sans-serif;
  font-size: 15px;
}

h1 {
  color: #b388eb;
  background-color: white;
  text-align: center;
  width: auto;
}

b { color: #b388eb; }

i { color: #b388eb; }

a { color: #8093f1; font-weight:bold; }

a:hover { color: #72ddf7; }

.paratext {
  margin: auto;
  text-align: center;
  width: 50%;
  border: 5px solid #8093f1;
  border-radius: 15px;
  background-color: white;
  padding: 10px;
  margin-bottom: 50px;
}

.paratextright { 
  margin: auto;
  text-align: left;
  width: 50%;
  border: 5px solid #8093f1;
  border-radius: 15px;
  background-color: white;
  padding: 10px;
  margin-bottom: 50px; }
  
.navbar {
  border: 5px solid #8093f1;
  border-radius: 50px;
  padding: 7px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
  width: 50%;
  background-color: white;
}

.navbar a {
  color: #8093f1;
  font-weight: bold;
  font-size: 18px;
}

.navbar a:hover {
  color: #72ddf7;
}

.paratext img {
  height: auto;
  max-height: 250px;
  width: auto;
  max-width: 100%;
}

table, th, td {
  border: transparent;
  text-align: center;
}

td {
  padding: 5%;
  width: 50%;
  border: 5px solid white;
  border-radius: 15px;
  background-color: #efefef;
}

@media screen and (max-width: 800px) {
  .paratext, .paratextright, .navbar, .gallerydiv {
    width: 90%;
  }
}

.gallerydiv {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin-bottom: 50px;
  background-color: transparent;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

img.gallery {
  border: 2px solid #8093f1;
  border-radius: 15px;
  width: 300px;
  height: auto;
  margin: 10px;
}

img.gallery:hover {
  box-shadow: 0px 0px 5px #8093f1;
}