* {
    margin: 0;
    padding: 0;
}

body {
    background-color: antiquewhite;
}

.front {min-height: 100vh;
    width: 100%;
    background-image: linear-gradient( rgba(185, 152, 111, 0.479), rgb(77, 55, 13)), url("images/foto1sgf.png");
    background-position: center;
    background-size: cover;
    position: relative;
}
h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.front2 {min-height: 60vh;
  width: 100%;
  background-image: linear-gradient( rgba(185, 152, 111, 0.479), rgb(77, 55, 13)), url("images/musicimg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.front3
  {min-height: 100vh;
    width: 100%;
    background-image: linear-gradient( rgba(185, 152, 111, 0.479), rgb(77, 55, 13)), url("images/mij.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}

.front4 
  {min-height: 100vh;
    width: 100%;
    background-image: linear-gradient( rgba(185, 152, 111, 0.479), rgb(77, 55, 13)), url("images/me2.jpg");
    background-position:center;
    background-size: cover;
    position: relative;
}

.wnm {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 30px;
  color: antiquewhite;
  background-color:  rgb(190, 168, 57);
}

.wnm h1 {
  color: rgba(45, 45, 74, 1) ;
}

.fam {
  padding: 15px;
}

.contactme {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 30px;
  color: antiquewhite;
  background-color:  rgba(45, 45, 74, 1);
}

.maps {
  text-align: center;
  padding: 20px;
  color: #dd4e11;
}

h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.YT {
  padding: 10px;
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: rgb(190, 168, 57);
}
.YT::after {
  content: '';
  width: 0%;
  height: 2.5px;
  background: rgb(163, 55, 22);
  display: block;
  margin: auto;
  transition: 0.75s;
}

.YT:hover::after
{
  width: 100%;
}
.guys2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.GUYS {
  text-align: center;
  color: rgba(45, 45, 74, 1) ;
}

nav {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 230px;
}

.navtext{
    flex: 1;
    text-align: right;
}
.navtext ul li {
     list-style: none;
     display: inline-block;
     padding: 10px, 12px;
     position: relative;
}

.navtext ul li a {
    text-decoration: none;
    color: antiquewhite;
    font-size: 15px;
}

.navtext ul li::after {
    content: '';
    width: 0%;
    height: 2.5px;
    background: rgb(163, 55, 22);
    display: block;
    margin: auto;
    transition: 0.75s;
}

.navtext ul li:hover::after
{
    width: 100%;
}

.block1 {
    width: 90%;
    color: antiquewhite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.block1 h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 50px;
}

.block1 p {
    margin: 40px 0 40px;
    color: antiquewhite;
    font-size: 15px;
}

.button {
    display: inline-block;
    text-decoration: none;
    color: antiquewhite;
    border: 1.5px solid #fff;
    padding: 12px 34px;
    font-size: 15px;
    background: transparent;
    position: relative;
    cursor: pointer;   
}

.button:hover
{
  border: 1px solid #dd4e11;  
  background: rgba(115, 69, 0, 0.66);
  transition: 1s
}

.button2 {
  display: inline-block;
  text-decoration: none;
  color: rgb(219, 186, 143);
  border: 1.5px solid #fff;
  padding: 12px 34px;
  font-size: 15px;
  background: transparent;
  position: relative;
  cursor: pointer;   
  margin-top: 10px;
}

.button2:hover
{
  border: 1px solid #dd4e11;  
  background: rgba(115, 69, 0, 0.66);
  transition: 1s
}

.musicandmore {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 45px;
    background-color: antiquewhite;
    padding-bottom: 40px;
}
.musicandmore h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
    font-weight: 600;
}
.musicandmore p {
    font-size: 15px;
    color: antiquewhite;
    font-weight: 200;
    padding: 2px;
}

iframe{
    padding: 20px;
}

.musicandmore2 {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 45px;
  background-color: rgba(102, 70, 28, 0.521);
}
.musicandmore2 h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 36px;
  font-weight: 600;
  color:rgb(34, 34, 56);
}
.musicandmore2 p {
  font-size: 15px;
  color: antiquewhite;
  font-weight: 200;
  padding: 2px;
}


  div {
    font-family: myFirstFont;
  }

  * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prevbutton, .nextbutton {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 15px;
  color: rgba(45, 45, 74, 1);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextbutton {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevbutton:hover, .nextbutton:hover {
  background-color:  rgba(45, 45, 74, 1);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #506c8b;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.8s ease;

}

.active, .dot:hover {
  background-color: rgb(45, 45, 74);
}

.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.merchi {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  padding-top:10px ;
  padding-bottom: 5px;
}

.child {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  width: 40%;
  height: 40%;
}

.merchome {
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: rgb(34, 34, 56);
}


.twoblocks {

  margin: auto;
  text-align: center;
  padding-top: 100px;
  padding-top: 100px;
  position: center;
  height: 100vh;
  width: 100%;

  padding-top: 5%;
  padding-bottom: 5%;
}

.row {
height: 80vh;
width: 100%;
position: relative;
display: flex;
justify-content: space-evenly;
align-items:center;
}
.MERCHWHY {
flex-basis: 31%;
background: rgb(190, 168, 57);
color: aliceblue;
border-radius: 15px;
margin-bottom: 10%;
margin-top: 10%;
padding: 20px 12px;
box-sizing: border-box;
transition: 0.5s;
overflow: hidden;
}

.MERCHWHY:hover {
cursor:default}


.MERCHWHY p {
margin-bottom: 3%;
color:aliceblue;
font-size: 13px;
color: rgb(102, 70, 28);
}
.MERCHWHY img {
width: 300px;
height: 200px;
border-radius: 10%;
object-fit: cover;
object-position: 5%;
}

.MERCHWHY h3 {
  color: rgb(34, 34, 56);
  font-family: Georgia, 'Times New Roman', Times, serif;
}

footer {
  padding: 10px;
  text-align: center;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(102, 70, 28);
  color: white;
}

footer h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  margin: 10px;
}


