html {
    scroll-behavior: smooth;
}

body {
    margin-top: 2%;
    padding: 0%;
    margin: 0%;
    background-color: black;
    color: white;
    font-size: 12pt;
}

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: 1%;
  padding-right: 10px;
}

.sec1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 4%;
}

.mtitle {
  color: white;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20pt;
  padding: 1%;
  width: 70%;
  margin: auto;
}

.logo {
  width:300px;
}

.merch1 {
    min-height: 300px;
    color: white;
    padding-bottom: 50px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20pt;
    width: 50%;
    margin: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.logo:hover {
  opacity: 0.8;
}  

.container {
  padding-left: 3%;
  margin: auto;
}

.content {
    float: left;
    padding-left: 10%;
    width: 50%;
    border: 1px;
}

.pic1 {
  float: left;
  padding: 0% 5%;
  border: 1px;
  width: 400px;
  height: auto;
}

option {
    border: 0;
    background-color: black;
}

select {
    font-family: 'Times New Roman', Times, serif;
    font-size: 15pt;
    font-style: italic;
    padding: 8px 13px;
    background-color: transparent;
    color: white;
    border: white solid;
    border-radius: 10px;
}

.cartbtn {
  float: left;
  padding: 2% 0%;
  margin: 1%;
  margin-left: -150px;
}

.counter {
    font-family: 'Times New Roman', Times, serif;
    width: 150px;
    margin: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background:transparent;
    color: #fff;
    appearance: none;
    outline: 0;
}

.counter span {
    display: block;
    justify-content: left;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    user-select: none;
}

.sec2 {
    color: white;
    padding: 1%;
    padding-bottom: 20px;
    padding-top: 3%;
    width: 70%;
    margin: auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20pt;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}

.card {
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.card button {
    background-color: transparent;
    color: white;
    border: white solid;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 15pt;
    width: 120px;
    margin: 2%;
    font-family: 'Times New Roman', Times, serif;
}

.card button:hover {
  opacity: 0.7;
}

.sec3 {
  color: white;
  padding: 1%;
  padding-bottom: 20px;
  width: 70%;
  margin: auto;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20pt;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
}

.sec4 {
  color: white;
  padding: 1%;
  padding-bottom: 50px;
  width: 70%;
  margin: auto;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20pt;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
}

.btn1{
    background-color: transparent;
    color: white;
    border: white solid;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 15pt;
    width: 150px;
    margin: 2%;
    font-family: 'Times New Roman', Times, serif;
}

.btn1:hover {
    opacity: 0.5;
  }

.btn{
    background-color: transparent;
    color: white;
    border: white solid;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 15pt;
    width: 120px;
    margin: 2%;
    font-family: 'Times New Roman', Times, serif;
  }

.btn:hover {
    opacity: 0.5;
  }

hr {
    width: 80%;
}

p {
    font-size: 15pt;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 21pt;
}

#title {
  font-size: 18pt;
}

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;
}

#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) {

  .cartbtn{
    padding: 0% 0%;
  }

  .sec2{
    display: block;
    margin: auto;
  }

  .sec3{
    display: block;
    margin: auto;
  }
  
  .sec4{
    display: block;
    margin: auto;
  }

  .pic1{
    width: 100%;
    float: none;
    padding-left: 0%;
  }

  .merch1{
    display: block;
    margin: auto;
    width: 90%;
  }

  .content {
    text-align: center;
    float: none;
    margin: auto;
    width: 100%;
    border: 1px;
    padding-left: 0%;
}

  .counter {
    font-family: 'Times New Roman', Times, serif;
    width: 150px;
    margin: auto;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartbtn{
  float: none;
  margin: auto;
}

select {
  display: block;
  margin: 0 auto;
  }
  
  .copyright{
    padding: 0%;
    margin: auto;
  }
  
  .footer{
    padding-top: 1%;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  
  .social-media{
    float:none;
  }
  
  .sec1 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .logo{
    display: block;
    margin: auto;
    width: 100%;
  }
  
  li {
    float: none;
  }
  
  li a {
    display: list-item;
  }
  
  #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;

  }
} 