/* Site Basic */
:root {
	--light-gray: #bbbdc0;
	--light-blue: #25b0e6;
	--blue: #1b468c;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}
/* Fonts */
@font-face {
	font-family: Grand-Hotel;
	src: url(fonts/GrandHotel-Regular.ttf);
	font-weight: normal;
}
@font-face {
	font-family: Barbershop-in-Thailand;
	src: url(fonts/Barbershop-in-Thailand.ttf);
	font-weight: normal;
}
@font-face {
	font-family: Easy-Rider;
	src: url(fonts/EasyRider.ttf);
	font-weight: normal;
}
@font-face {
	font-family: Great Vibes;
	src: url(fonts/GreatVibes-Regular.otf);
	font-weight: normal;
}
*, *::before, *::after {
    box-sizing: border-box;
}

/* Body */
body {
    position: relative;
    background-color: #f8f9fa;
    font-family: "Great Vibes", serif;
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-image: url(img/main1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    
}
/* header */
header {
    display:block;
}
div.header-container {
    flex-wrap: wrap;
    display:flex;
    padding: 15px;
    justify-content: space-between;
}
header#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
nav.navbar.bg-dark {
    background-color: #343a4055 !important;
}
a.custom-logo-link {
}
img.custom-logo {
    height: 50px;
    width: auto;
}
div.site-branding-text {
    display: none;
}
/* header Menu */
div.collapse-navbar-collapse {
    flex-wrap: wrap;
}
ul {
    padding-inline-start: 0;
    margin: 0;
}
ul.navbar-nav {
    display: flex;
    text-align: right;
    
}
li.nav-item {
    list-style: none;
    margin: 15px;
    font-size: 1.5rem;
	
}
a:-webkit-any-link {
	color:rgb(0, 0, 238);
}
/* Section */
section.main-section {
    width: 100vw;
    height: 100vh;
}
div.elementor-container {
    height: 100%;
    width: 100%;
    position: relative;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: center;
}
div.elementor-row {
    display:flex;
    flex-wrap: wrap;
    width: 33.3333%;
}
div.elementor-button-wrapper {
    width: 100%;
    min-height: 1px;
    padding: 10px;
    float: left;
    text-align: center;
}
/* Button */
.elementor-button {
    font-family: "Great Vibes", serif;
    border-radius: 25px 25px 25px 25px;
    padding: 15px;
    font-size:2.2em!important;
    color: #bbbdc0!important;
    background-color: #1b468c99 !important;
    box-shadow: 0 17px 10px -7px rgba(0,0,0,0.8)!important;
    transition: ease-in-out 300ms;
}
.elementor-button:hover {
    font-size:2.2em!important;
    color: #1b468c!important;
    background-color: #bbbdc099!important;

    transform: translate(0,-10px)!important;
    box-shadow: 0 38px 10px -10px rgba(0,0,0,0.6)!important;
}
a, button, input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
button, input {
    overflow: visible;
}

/* footer */
footer.site-footer.bg-white {
    text-align: center;
    background-color: #343a4055 !important;
}
footer#colophon {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.site-footer {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
div.site-info{
    text-align: center;
    font-family: "Great Vibes", serif;
}
