.body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container{
  width: 1600px;
}
.w3-top{
    background-color: #343A40;
    text-align: center;

}
.w3-right{
  flex: 1;
  font-size: 5px;
  font-family: 'Poppins', sans-serif; 
  color: #fff;
  padding-top: 5px;
}

.w3-bar-item{
  background-color: #343A40;
  font-size: 15px;
  font-family: 'Poppins', sans-serif; 
  padding-top: 5px;
}


.navbar img{
  color: white;
}

.header h1{
    text-align: center;
    font-size: 80px;
    font-family: 'Abril Fatface', cursive;
    color: white;

} 

.header a:hover{
  color: #A6A6A6;
}

.navbar{
	display: flex;
	align-items: center;
  color: white;
	
}



nav{
	flex: 1;
    font-size: 20px;
	font-weight: bolder;
    font-family: 'Poppins', sans-serif;
}

nav ul li a:hover{
	color: #A6A6A6;
}	

nav ul{
	display: inline-block;
	list-style-type: none;
}

nav ul li{
	display: inline-block;
	margin-right: 20px;
}
	
a{
	text-decoration: none;
	color: white;
}
	
.container{
	min-width: 1700px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
}	


body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("photographer.jpg");

  /* Set a specific height */
  height: 80%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.container-hear{
    background-color: #001233;
    text-align: center;
    font-family: 'Lora', serif;
    height: 100px;
}

.container-hear h1{
    font-size: 50px;
    color: white;
    padding-top: 18px;
    
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 1100px) {
  .container-hear h1 {
    font-size: 50px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 640px) {
  .container-hear h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  /* start of large tablet styles */
  .container-hear h1 {
    font-size: 40px;
  }
  
  }
  
  @media screen and (max-width: 767px) {
  /* start of medium tablet styles */
  .container-hear h1 {
    font-size: 40px;
  }
  
  }
  
  @media screen and (max-width: 479px) {
  /* start of phone styles */
  .container-hear h1 {
    font-size: 30px;
  }
  }  

.container-hear a:hover{
	color: #A6A6A6;
}





/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    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 */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* 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: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }



  .w3-input{
    font-size: 20px;
    font-family: 'Lora', serif;
    color: rgb(0, 0, 0);

  }

.w3-container h3{
  font-size: 50px;
  font-family: 'Lora', serif;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-top: 10px;
}

.w3-container img{
  border-radius: 5px;
}

.w3-container h4{
  font-size: 15px;
  font-family: 'Lora', serif;
  color: rgb(0, 0, 0);
  text-align: center;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  word-spacing: 2px;
  line-height: 20px;
}

.w3-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #662020;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.w3-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.w3-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.w3-button:hover span {
  padding-right: 25px;
}

.w3-button:hover span:after {
  opacity: 1;
  right: 0;
}

.contact-about{
  color: #f1f1f1!important;
}

.playlist{
  text-align: center;
  padding-top: 50px;
  border-radius: 25px;
}

.iframe-container{
  text-align: center;
  padding-top: 50px;
}

.swiper img, .swiper iframe{
  border-radius: 25px;
}

.swiper p{
  text-align: center;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: rgb(0, 0, 0);
  margin-top: 5px;
}

.swiper{
  text-align: center;
  margin-top: 20px;
  width: 95%;
}

.follow{
  padding-bottom: -5px;
}
.footer-bottom{
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 10px;
  background-color: #343A40;
  font-family: 'Lora', serif;
  font-weight: bolder;
  color: #717171;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #717171; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.responsive {
  width: 100%;
  max-width: 1300px;
  height: 400px;
  padding-left: 10px;
  padding-right: 10px; 
}

