html {
    scroll-behavior: smooth;
}

body {
    padding: 0%;
    margin: 0%;
    background-color: black;
    color: white;
    font-size: 12pt;
}

video {
  max-width: 100%;
  height: auto;
}

.btn-sec2{
  background-color: transparent;
  color: white;
  border: white solid;
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 18pt;
  margin-bottom: 10px;
  font-family: 'Times New Roman', Times, serif;
}

.btn-sec3{
  background-color: transparent;
  color: white;
  border: white solid;
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 18pt;
  margin: 2%;
  font-family: 'Times New Roman', Times, serif;
  text-decoration: none;
}

.btn-sec1:hover {
  opacity: 0.5;
}

.btn-sec2:hover {
  opacity: 0.5;
}

.btn-sec3:hover {
  opacity: 0.5;
}

.logo:hover {
  opacity: 0.7;
}

.sec2 {
    background-color: black;
    color: white;
    padding: 1%;
    padding-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.sec3 {
    padding: 1%;
    font-family: 'Times New Roman', Times, serif;
}

.merch {
    width: 70%;
    margin: auto;
    display: flex;
    gap: 2%;
    justify-content: center;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 30%;
  min-height: 200px;
  padding: 2%;
  box-sizing: border-box;
  border-radius: 15px;
}

.logo {
  width:300px;
}

.img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  border-radius: 15px;
  background-color: black;
}

.container:hover .overlay {
  opacity: 0.8;
}

.text {
  color: white;
  font-size: 36px;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

hr {
    width: 80%;
}

p {
    font-size: 18pt;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 32pt;
}

footer{
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    padding: 0% 2%;
}

.social-media {
  float: right;
  padding-right: 3%;
}

.copyright {
  padding-left: 3%;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 2px;
    text-align: center;
    text-decoration: none;
}

.fa-facebook {
    color: black;
  }
  
  .fa-twitter {
    color: black;
  }

  .fa-youtube {
    color: black;
  }
  
  .fa-instagram {
    color: black;
  }

  .fa-envelope {
    color: black;
  }

  .fa:hover {
    opacity: 0.5;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: white;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0px 10px;
  font-size: 21pt;
  text-decoration: none;
}

li a:hover {
  opacity: 0.7;
}

.nav-bar{
padding-top: 41px;
padding-right: 10px;
float: left;
}

.sec1 {
  padding: 2% 4%;
  background-image: url('./img/background.jpg');
  height: 1000px;
  background-repeat: no-repeat;
  background-attachment:scroll;  
  background-size: cover;
  display: flex;
  justify-content: space-between;
  font-family: 'Times New Roman', Times, serif;
}

.btn-sec1 {
  position: absolute;
  font-family: 'Times New Roman', Times, serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 24pt;
  border: white solid;
  cursor: pointer;
  border-radius: 15px;
  padding: 10px 15px;
  text-align: center;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  transform: rotate(-90deg);
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-color: transparent;
}

#myBtn:hover {
  opacity: 0.5;
}

@media (max-width: 600px) {

  .merch {
    display: block;
    margin: auto;
  }
  
  .container {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .footer{
    padding-top: 1%;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  
  .social-media{
    float:none;
  }
  
  .sec1 {
    padding: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: aqua;
  }
  
  .logo{
    padding-top: 8px;
    display: block;
    margin: auto;
    width: 70%;
  }

  .nav-bar{
    padding-top: 3px;
    float: none;
  }
  
  li {
    float: none;
  }
  
  li a {
    display: list-item;
  }
  
  .copyright{
    padding: 0%;
    margin: auto;
  }
  
  #myBtn {
    display: none;
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    transform: rotate(-90deg);
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-color: transparent;
  }
  
  p{
    font-size: 15pt;
  }
  
  .btn{
    background-color: transparent;
    color: white;
    border: white solid;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 12pt;
    width: 100px;
    margin: 2%;
    font-family: 'Times New Roman', Times, serif;
  
  }

  .sec3{
    padding-bottom: 40px;
  }
  
  }