.rock-salt-regular {
  font-family: "Rock Salt", serif;
  font-weight: 400;
  font-style: normal;
}

.chewy-regular {
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* Home Page */
body {
  font-family: Arial, sans-serif;
  background-color: rgb(87, 87, 87);
  margin: 0;
  padding: 0;
}

header {
  background-color: #a7a7a7;
  color: #000000;
  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: #a7a7a7;
  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: "Rock Salt";
  float: none;
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: inline-block;
  text-align: left;
  overflow-wrap: normal;
}

.logo {
  width: 20px;
  height: auto;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em;
}

section {
  background-color: #a7a7a7;
  padding: 1em;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  color: #333;
}

footer {
  background-color: #a7a7a7;
  color: #000000;
  padding: 1em;
  text-align: center;
  clear: both;
}

.links {
  transform: translateY(-0%);
}

nav a {
  position: relative;
  display: table-cell;
  text-align: center;
  color: #949494;
  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));
} */

.contact-section {
  background-color: #7e7e7e;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  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;
  display: inline-block;
}

.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: #333;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.15s;
}

.sendButton:hover {
  background-color: #555;
  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: #2e2e2e;
  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;
}

.Tcontainer {
  padding: 10px;
  margin: 10px;
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
  color: white;
  background-color: #909090;
}

.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: #bcbcbc;
  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;
}

.m1 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m2 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m3 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m4 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m5 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m6 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m7 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m8 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m9 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m10 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.m11 {
  margin: 2.5px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}

.grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  margin: 5px;
  color: white;
}

@media only screen and (max-width: 755px) {
  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";
  }
}
