body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
  height: 100%;
  line-height: 1.8;
  scroll-behavior: smooth;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url("images/20231025_165330.jpg");
  min-height: 100%;
  width: 100%;
}
.bgimg-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  
  min-height: 100%;
  width: 100%;
  margin-top: 30px;
}

.responsive {
  width: 100%;
  max-width: 375px;
  height: auto;
}

.w3-bar .w3-button {
  padding: 16px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

img {
    float: center;
    
    height: 400px;
    object-fit: cover;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}