.titan-one-regular {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* End Fonts */

body {
  font-family: Arial, sans-serif;
  background-color: #5a8add;
  margin: 0;
  padding: 0;
}

header {
  background-color: #1f63d9;
  color: #ffffff;
  padding: 10px;
  position: sticky;
  top: 0;
}

.hMenu,
.dropDown {
  display: none;
}

/* header::view-transition-old(header) {
    top: -100px;
  }
  
  header::view-transition-new(header) {
    top: 0;
  } */

nav {
  background-color: #1f63d9;
  overflow: visible;
  position: sticky;
  top: 0;
}

nav #myLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

#myLinks a {
  margin-right: 20px;
}

.navbar a {
  font-size: 15px;
  font-family: "Titan One";
  font-weight: 50;
  float: none;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: inline-block;
  text-align: left;
  overflow-wrap: normal;
}

.logo {
  width: 30px;
  height: auto;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.epicCast {
  width: 40vw;
  height: auto;
}

.castPhoto {
  display: flex;
  grid-area: castPhoto;
  align-self: start;
}

.msg {
  color: #ffffff;
  width: 40vw;
  height: auto;
}

.words {
  padding-left: 2em;
  margin-left: 10px;
  margin-bottom: 20px;
  align-self: start;
  grid-area: words;
}

.homeStuff {
  display: grid;
  grid-template-areas: "castPhoto words";
  margin: 6vh 0px 6vh 0px;
}

section {
  background-color: #1f63d9;
  padding: 1em;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

h1 {
  color: #ffffff;
}

footer {
  background-color: #1f63d9;
  color: #ffffff;
  padding: 1em;
  text-align: center;
  clear: both;
}

.links {
  transform: translateY(-0%);
}

nav a {
  position: relative;
  display: table-cell;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  transition: 0.2s ease color;
}

nav a:before,
nav a:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.2s ease transform;
}

nav a:before {
  top: 0;
  left: 10px;
  width: 6px;
  height: 6px;
}

nav a:after {
  top: 5px;
  left: 18px;
  width: 4px;
  height: 4px;
}

nav a:nth-child(1):before {
  background-color: rgb(255, 255, 255);
}

nav a:nth-child(1):after {
  background-color: rgb(255, 255, 255);
}

nav a:nth-child(2):before {
  background-color: #ffffff;
}

nav a:nth-child(2):after {
  background-color: #ffffff;
}

nav a:nth-child(3):before {
  background-color: rgb(255, 255, 255);
}

nav a:nth-child(3):after {
  background-color: rgb(255, 255, 255);
}

nav a:nth-child(4):before {
  background-color: rgb(255, 255, 255);
}

nav a:nth-child(4):after {
  background-color: rgb(255, 255, 255);
}

#indicator {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.2s ease left;
}

nav a:hover {
  color: #fff;
}

nav a:hover:before,
nav a:hover:after {
  transform: scale(1);
}

/* nav a:nth-child(1):hover ~ #indicator {
    background: linear-gradient(130deg, rgb(255, 255, 255), rgb(255, 255, 255));
  }
  
  nav a:nth-child(2):hover ~ #indicator {
    left: 34%;
    background: linear-gradient(130deg, rgb(255, 255, 255), rgb(255, 255, 255));
  }
  
  nav a:nth-child(3):hover ~ #indicator {
    left: 70%;
    background: linear-gradient(130deg, rgb(255, 255, 255), rgb(255, 255, 255));
  } */

#troy {
  grid-area: troy;
}

#cyclops {
  grid-area: cyclops;
}

#ocean {
  grid-area: ocean;
}

#circe {
  grid-area: circe;
}

#underworld {
  grid-area: underworld;
}

#thunder {
  grid-area: thunder;
}

#wisdom {
  grid-area: wisdom;
}

#vengeance {
  grid-area: vengeance;
}

#ithaca {
  grid-area: ithaca;
}

.sagasImgs {
  width: 200px;
  height: auto;
  padding: 5px;
  margin: 5px;
  transition: 0.2s;
}

.sagasImgs:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

.sagas {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three columns of equal width */
  grid-template-areas:
    "troy cyclops ocean"
    "circe underworld thunder"
    "wisdom vengeance ithaca";
  justify-content: start;
  padding: 5px;
  margin: 5px;
}

.sagasImages {
  justify-content: start;
}

.contact-section {
  background-color: #245cbd;
  border-radius: 5px;
  padding: 20px;
  margin: 20px;
  margin-left: 8vw;
  width: 31vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: start;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
  width: 30vw;
}

.face {
  width: 15px;
  height: auto;
  padding: 2px;
  display: inline-block;
}

.tiktok {
  width: 14px;
  height: auto;
  padding: 2px;
  display: inline-block;
}

.tube {
  width: 20px;
  height: auto;
  padding: 2px;
  display: inline-block;
}

.feet a {
  text-decoration: none;
}

.foot {
  padding: 0px 10px 0px 0px;
}

label {
  display: block;
  margin-bottom: 10px;
}

.map {
  margin: 2.5px;
  position: absolute;
  top: 100px;
  right: 2vw;
  z-index: -2;
}

.mapp {
  margin: 2.5px;
  right: 0;
}

#google-maps-canvas img {
  max-height: none;
  max-width: none !important;
  background: none !important;
}

input,
textarea {
  width: auto;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.sendButton {
  background-color: #7742f3;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.15s;
}

.sendButton:hover {
  background-color: #6a3bd7;
  transition: 0.2s;
}

.Comments {
  resize: vertical;
  font-family: Arial, sans-serif;
}

.weDo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  margin: 5px;
}

.gallery {
  padding: 10px;
  margin: 30px;
  width: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.doImgs {
  border-radius: 5px 5px 0px 0px;
}

.desc {
  background-color: #4953e2;
  width: 100%;
  height: 60px;
  position: static;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
  color: #ffffff;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
}

.portTitle {
  padding: 10px;
  margin: 10px;
  position: static;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
  color: #ffffff;
  text-align: center;
}

.portText {
  padding: 10px;
  margin: 10px;
  position: static;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
  color: #ffffff;
  text-align: center;
}

.Ttitle {
  padding: 10px;
  margin: 10px;
  position: static;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
  color: #ffffff;
}

.homeMain {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  margin: 5px;
}

iframe {
  border-radius: 5px;
  margin: 20px;
}

.list {
  border-radius: 5px;
  background-color: #485fc7;
  padding: 10px;
  margin: 10px;
  width: 360px;
  height: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}

.songs {
  padding: 5px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  font-size: 15px;
  align-items: center;
  justify-self: center;
}

.title {
  padding: 5px;
  margin: 5px;
  position: static;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.songLists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  margin: 5px;
}

@media only screen and (max-width: 640px) {
  nav #myLinks {
    display: none;
  }

  .hMenu,
  .dropDown {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 20px 10px 20px;
    border: none;
    color: #000000;
    font-size: 15px;
    font-family: "Rock Salt";
  }
}
