@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

body {
 margin: 0; padding: 0;
}

nav a {
  display: inline;
  white-space: nowrap;
    font-family: 'Lato';
}

nav {
    text-decoration: none;
    background-color: rgb(74, 74, 74);
    margin: 0;  padding: 0;
    margin-top: -16px;
    height: 70px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    justify-content: space-between;
    gap: 10px
}

nav li {
    text-decoration: none;
    color: white;
    list-style: none;
    display: inline;
    justify-content: center;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: white;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s ease

}

nav a:hover {
 color: rgb(241, 0, 0);
 transform: scale(1.05)
}

nav a:hover::before {
  width: 100%;
}

nav ul {
    display: flex;
    gap: 20px;
    margin-left: -20px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    padding-top:-10px;
}

.PCMSlogo {
    height: 60px;
    padding-left: 5px;
    margin-top: -15px;
  transition: 0.5s ease

}

.NJHSlogo {
    height: 60px;
    padding-left: 10px
}

.PCMSlogo:hover {
  scale: 1.1
}

.logos {
    display: flex;
    align-items: center;
}

.navbar a {
  position: relative;
  top: -5px;
}

nav ul {
    padding-top: -20px;
}

#nav-bar nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -60px;
}

.Log-Btn {
  border: 1px solid white;
  width: 150px; height: 45px;
  align-self: center;
  justify-self: center;
  border-radius: 10px;
  align-content: center;
  justify-content: center;
  font-family: 'Lato';
  transition: 0.5s ease;
  margin-right: 30px; margin-left: 5px
}

.Log-Btn a {
  margin-left: 50px;
  align-content: center;
  justify-content: center;
}

.Log-Btn a:hover {
  width: 100%;
  color: white;
}

#Log-Btnn:hover {
background-color: rgb(139, 0, 0);
}

.faq-cont {
 font-family: 'Lato'; 
 margin-top: 100px
}

.faq-cont h2 {
 font-size: 30px;
 align-self: center; justify-self: center;
 color: rgb(202, 0, 0);
} 

.faq-cont details {
 cursor: pointer;
 border: 2px solid rgb(0, 0, 0);
 margin: 0 0 2px 0;
 padding: 0 220px 0 20px;
 background-color: silver;
 width: 1000px; height: auto;
 align-self: center; justify-self: center;
}

.faq-cont summary {
    width: 1200px; height: 50px;
    align-items: center; justify-content: center;
    padding-bottom: 5px;
     color: rgb(144, 0, 0);
}

.faq-cont p {
    margin-top: -20px
}

.mem-req {
  margin-top: 100px
}

.mem-req h2 {
 color: #01295c;
 text-align: center;
 font-size: 40px
}

.mem-req li {
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 25px; font-family: 'Lato';
  padding: 0 50px 0 50px
}

.mem-req h3 {
  color:rgb(144, 0, 0);
  text-align: center;
  font-size: 30px; font-family: 'Lato';
}

.EB {
 background-color: black;
 color:white;
 width: 1470px;
 height: 640px;
}

.Band {
  display: inline-flex;
  border: 1px solid white;
  border-radius: 20px;
  width: 200px; height: 50px;
  margin-left: 350px;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}

.Band a {
  text-decoration: none;
  color:white; font-family: 'Lato', sans-serif; font-size: 15px;
  margin-right: 4px;
  transition: 0.5s ease
}

.Band img {
  width: 50px; height: auto
}

.Band:hover, .Band:focus {
  border: 2px solid rgb(54, 236, 54);
  transform: scale(1.1);
  color: rgb(54, 236, 54);
}

.Band a:hover {
  color: rgb(54, 236, 54)
}

.Gmail {
  display: inline-flex;
  position: relative;
  border: 1px solid white;
  border-radius: 20px;
  width: 200px; height: 50px;
  margin-left: 75px;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
    transform: translateY(-7px);
}

.Gmail a {
  text-decoration: none;
  color:white; font-family: 'Lato', sans-serif; font-size: 15px;
  transition: 0.5s ease;
  margin-left: 10px;
}

.Gmail img {
  width: 39px; height: auto;
}

.Gmail:hover, .Gmail:focus {
  border: 2px solid rgb(226, 159, 44);
  color: rgb(226, 159, 44);
  transform: translateY(-7px) scale(1.1);
}

.Gmail a:hover {
  color: rgb(226, 159, 44);
}

.Phone-No {
  display: inline-flex;
  position: relative;
  border: 1px solid white;
  border-radius: 20px;
  width: 200px; height: 50px;
  margin-left: 75px;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
    transform: translateY(-7px)
}

.Phone-No a {
  text-decoration: none;
  color:white; font-family: 'Lato', sans-serif; font-size: 15px;
  transition: 0.5s ease;
  margin-left: 10px;
}

.Phone-No img {
  width: 39px; height: auto;
}

.Phone-No:hover, .Phone-No:focus {
  border: 2px solid rgb(254, 0, 0);
  transform: translateY(-7px) scale(1.1);
}

.Phone-No a:hover {
  color: rgb(255, 0, 0)
}

.EB h3,h4,h2 {
font-family: 'Lato', sans-serif;
}

.EB h3 {
  padding-top: 20px;
 font-size: 20px; 
 align-self: center;
 justify-self: center;
 font-weight: 300;
}

.EB h2 {
 line-height: 0.1;
 font-size: 25px; 
 align-self: center;
 justify-self: center;
 font-weight: 700; font-style: italic;
}

.EB h4 {
 line-height: 2;
 font-size: 20px; 
 align-self: center;
 justify-self: center;
 font-weight: 500; 
}

.Extra {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 align-items: center;
 justify-content: center;
 margin-left: 270px
}

.Extra a {
  display: block; 
  text-decoration: none;
  color: white;
  font-family: 'Lato'; font-size: 15px;
  line-height: 3;
  transition: 0.3s ease
}

.Extra h5 {
  color: rgb(238, 0, 0);
  font-size: 20px; font-family: 'Lato'; 
  line-height: 0
}

.Extra h6 {
display: block; 
  text-decoration: none;
  color: white;
  font-family: 'Lato'; font-size: 15px;
  line-height: 1.5;
  font-weight: 500
}

.Member-EB {
 padding-left: 100px;
}

.Line-EB {
  width: 1375px; height: 2px;
  background-color: rgb(184, 184, 184);
  margin-left: 40px;
  margin-top: 30px
}

.Final-EB img {
 width: 70px;
 margin-top: 30px; margin-left: 40px
}

.Final-EB h6 {
 font-size: 20px; font-family: 'Lato'; font-weight: 500; 
 margin-left: 1200px; margin-top: -60px
}

.Extra a:hover, .Extra a:focus {
 color: red;
 transform: scale(1.03);
  cursor: pointer;
}
