html {
    scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: grid;
  grid-template-rows: auto auto;
  background-image: url("../img/bg.jpg");
  background-size: cover;
}

/* Social media */

#bluesky {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-left: 2%

    
}

/* Navigation */
.topnav {
  z-index: 1;
  /* Menu is always on top */
  overflow: hidden;
  position: fixed;
  top: 8px;
  right: 12px;
}
.topnav a {
  float: right;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.topnav label:hover {
  background-color: #000000;
  color: rgb(245, 244, 193);
}
.topnav label.active {
  background-color: #000000;
  color: white;
}
.topnav a:hover {
  background-color: #000000;
  color: rgb(245, 244, 193);
}
.topnav a.active {
  background-color: #000000;
  color: white;
}
.topnav label {
  background-color: #000000;
  display: block;
  cursor: pointer;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #ffffff;
}
.menu-content {
  align-content: space-evenly;
  max-width: 0;
  overflow: hidden;
  animation-direction: alternate-reverse;
  transition: max-width 0.2s ease-in-out;
  background-color: #979292;
}
.menu-content li {
  padding: 1%;
  display: inline-block;
}
.menu-content ul {
  list-style-type: none;
}
input#menu {
  display: none;
}
input:checked ~ .menu-content {
  max-width: 100%;
}
input:checked + label {
  background-color: #000000;
  color: rgb(245, 244, 193);
}
/* Header */
.header h1 {
  font-size: 50px;
  text-align: center;
}
.header p {
  color: #ffffff;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-size: large;
}
.title {
    padding: 0px;
}
@media only screen and (max-width: 1000px) {
  .subtitleSpan {
    visibility: hidden;
    position: relative;
  }
  .subtitleSpan:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: 'So, you are on the phone?';
  }
  .title p {
    display: none;
  }
  label {
    background-color: #979292;
  }
  input:checked ~ .menu-content {
    background-color: #979292;
    max-width: 100%;
  }
  .topnav a {
    display: block;
    float: right;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .menu-content li {
    display: list-item;
  }
}

/* Page */
.page {
  margin-top: 2%;
  padding: 2%;
  background: rgba(255, 203, 242, .2);
  width: auto;
  border-color: rgb(252, 189, 236);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.page p {
  color: #ffffff;
  font-size: 17px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media only screen and (min-width: 1000px) {
  .header {
    width: 100%;
    padding: 8vw 0vw;
    background-image: url("../img/header.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 25%;
    max-width: 100%;
    height: 1%;
  }
}
@media only screen and (max-width: 1000px) {
  .header {
    width: 100%;
    padding: 15vw 0vw;
    background-image: url("../img/header.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 25%;
    max-width: 100%;
    max-height: 10%;
  }

  /* Page */
.page {
  margin-top: 2%;
  padding: 2%;
  background: rgba(255, 203, 242, .2);
  width: auto;
  border-color: rgb(252, 189, 236);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.page p {
  color: #ffffff;
  font-size: 17px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
}
#banner {
  margin: 0;
  width: auto;
  height: 30px;
  background-image: url("../img/pattern.svg");
  background-position: 10px;
  opacity: 0.8;
}

/* Page */
.page img:hover {
  opacity: 0.95;
}
.profile {
  display: block;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 90%;
  border-radius: 6px;
  border-color: beige;
  border-style: solid;
}
#title {
    
  
  margin: 10%;
  padding: 10px;
  margin-right: 1%;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}


.title {
    align-content: center;
    margin-top: -5%;
}



#JEH a {
  cursor: pointer;
  text-decoration: none;

}
#j {
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
  font-style: italic;
  color: rgba(255, 150, 100);
  background: none;
  font-size: 75px;
  position: relative;
  top: 25px;
  left: -10px;
}
#subtitle {
  color: beige;
  background: none;
  font-size: 12px;
  font-style: italic;
}
#ostende .ostendeText, #dana .danaText, #russ .russText {
  display: block;
  position: relative;
  text-align: center;
  bottom: 15%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#ostende:hover .ostendeText, #dana:hover .danaText, #russ:hover .russText {
  opacity: 1;
}
.sitePanel {
  padding-top: 0;
  padding: 2%;
  margin: 2%;
  background: rgba(238, 175, 177, 0.35);
}
.sitePanel h3, p {
  color: beige;
}

footer {
  display: block;
  text-align: center;
  margin-bottom: 0%;
  background: rgba(238, 175, 177, 0.7);
  padding: 10px;
}
footer a, p {
  text-decoration: none;
  color: beige;
  padding: 0px;
}
footer a {
  font-style: italic;
}


.success-banner, .error-banner {
    margin: 25%;
    width: 50%;
    background-color: green;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.error-banner {
    background-color: red;
}
