/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 de jun. de 2023, 21:16:04
    Author     : carlos
*/
@font-face {
    font-family: barberthai;
    src: url(fonts/BarbershopinThailand.ttf);
}
@font-face {
    font-family: dubai;
    src: url(fonts/dubai-light.ttf);
}
html {

    background: url("/images/background.jpg") center center no-repeat fixed;
   /* background: url("/images/Layout-site-luad.png") top center no-repeat fixed;*/
    background-size: cover;
    height: 100vh;


}
body {
    overflow: scroll;
    color: #fff;
    background-color: transparent;


}

.container-fluid {
    max-width: 360px;
    margin: 2.6rem auto 1rem;

    /* border: 2px solid yellow;*/
}

h1 {
    font-family: "barberthai",serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 2.4rem;
}

p {
    font-family: "dubai",sans-serif;
    font-size: 1.2rem;
    margin: 0.2rem 0 1.9rem;
}

.instagram-img {
    width: 100%;
    aspect-ratio: 1;
    background-size: cover !important;
}
.devBox {
    display: flex;
    justify-content: center;
}
.devSpan {
    color: #fff;
    font-size: 0.8rem;
}
.no-display {
    display: none;
}
.devLogo {
    height: 14px;
    aspect-ratio: 196/56;
    width: auto;
    margin-left: 5px;
}
.topinner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pt0 {
    padding-top: 0 !important;
}

.linkblock {
    width: 100%;
    display: block;
}

.px-1 {
    padding-right: .7em !important;
    padding-left: .7rem !important;
}