html,
body {
    /* background-image: url("../img/background2.jpg"); */
	/* background-color: rgb(0, 0, 0); */
    /* width: 100%; */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
	font-family: 'Prompt', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FFFFFF;
	font-weight: 500;
	font-family: 'Prompt', sans-serif;
}

small {
	font-weight: 500;
	font-family: 'Prompt', sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
    color: #FFFFFF;
	font-size: 36px;
}

h2.contact {
    color: #FFFFFF;
	font-size: 36px;
	text-align: center;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

p.contact {
    text-align: center;
	font-size: 18px;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 24px;
}

li {
	font-family: 'Prompt', sans-serif;
    font-weight: 1000;
}

.banner {
	overflow:hidden;
}

.banner img {
	padding-bottom: 1.5rem;
	width: 100%;
	height: auto;
}

/* Google Map */

.google-maps {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Slider Show */
@keyframes scroll {
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc(-500px * 5));
	}
}

.slider {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: auto;
}

.slider .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(500px * 10);
}

.slider .slide {
	width: auto;
}

/* End Slider Show */

.banner_show {
    padding-top: 5%;
    padding-bottom: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_show_img {
	width: 120px;
	padding-left: 1%;
	padding-right: 1%;
}