@import url('/core/bootstrap/5/css/bootstrap.min.css');
@import url('/core/css/global.min.css');

:root {
    --gold : #CDA65C;
}

body {

}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {

}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;

}

h1 {
    font-size: 50px;
}

p.lead {
    font-size: 30px;
    line-height: 1.2;

}

p {
    font-size: 18px;
    line-height: 1.5;

}

.max-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.max-650 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.max-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max-500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.max-400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

textarea,input[type=text],input[type=password],input[type=email] {
    border-radius: 0 !important;
}

.container-full-screen {
    min-height: 100vh;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
}

.container-full-screen::before {
    position: absolute;
    display: block;
    content: "";
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background-color:rgb(17,15,54,.4);

}

.container-full-screen .container {
    position: relative;
    z-index: 1;
}

