@charset "utf-8";

body {
  background-image: url(../image/background.png);
  background-repeat: repeat-x;
}
.logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

body h1 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: clamp(1.5rem, 3vw, 4rem);
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
	
}
.heromtc {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    display: block;
    width: 100%;
    height: auto;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    text-align: center;
}
/* Play button centered over image */
.heromtc .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 60px; /* adjust size if needed */
    height: 60px;

    opacity: 0.85;
    transition: all 0.3s ease;
    cursor: pointer;
}
/* Hover effect */
.heromtc .playbutton:hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}


.heromtc a {
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    display: block;
}



.h2.intro {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    font-size: 1rem;
    line-height: 2rem;
    color: #C1C1C1;
}


body div p {
    color: #C1C1C1;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1rem;
    max-width: 900px;
    text-align: center;
    text-indent: 20px;
    margin-left: auto;
    margin-right: auto;
}



.Home {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 20px;
}
.back {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 20px;
}
.email {
    text-align: center;
    color: #FFFFFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin-top: 11px;
}
.pcomment {
    color: #C1C1C1;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1rem;
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;

}
.h2.intro.pcomment {
    max-width: 450px;
    padding-left: 10px;
    padding-right: 10px;
}
.pquestions {
    color: #FFFFFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
