
* {
    box-sizing: border-box;
}

.boody{
    background-image: url('../images/background.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 60px 15px;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txtdsgn{
    text-shadow: 2px 2px 5px black;
    font-size: clamp(22px, 4vw, 32px);
    margin-top: 0;
}

.txtdsn{
    font-size: clamp(16px, 2.5vw, 20px);
    margin-top: 20px;
    text-shadow: 2px 2px 5px black;
    margin-bottom: 30px;
}




html{
    scroll-behavior: smooth;
}



#srvc .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    padding: 0 15px;
}

.pic, .pppic, .mrg{
    border: 2px solid white;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.down{
    padding-bottom: 60px;
    background-color: #FFB400;
}



.pics{
    margin-top: 30px;
    width: 180px; 
}


.ttl{
    text-align: center;
    margin-top: 20px;
    font-size: large;
    color: #323232;
    font-weight: 700;
}

.colm{
    background-color: #FFB400;
}

.cntct{
    background-color: white;
    color: #666666;
}


#h2{
    text-align: center; 
    font-weight: 500; 
    padding: 10px;
    margin-bottom: 70px; 
    color: #323232;
}


#prebk{
    margin-top: 180px;
    margin-left: 150px;
    font-size: 20px;
    font-weight: 600;
}

.button{
    border: none;
    color: white;
    width: 285px;
    background-color: #FFB400;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


#note{
    text-decoration: solid;
    font-size: 20px;
    font-weight: 600;
    margin-top: -25px;
    font-weight: 600;
}


.prebook{
    margin-top: 0;
    background-color: white;
    padding: 20px 0 40px;
    color: #333333;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



.btn2{
    background-color: white;
    color: #FFB400;
    border: 3px solid #FFB400;
    margin-bottom: 20px;
    font-weight: 600;
}

.seo-text{
    color: #dddddd;
    max-width: 900px;
}
.seo-text h2{
    color: #FFB400;
    margin-bottom: 20px;
}
.seo-text p{
    line-height: 1.7;
}


#wplogo{
    margin-left: 15px;
    width: 35px;
}

.to-top{
    background: white;
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #1f1f1f;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}

.to-top.active{
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}
    

.footer{
    text-align: center;  
    background-color: white ;
    color: #666666;  
}

.display{
    text-align: center;
}