@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

@font-face {
    font-family: 'Cotta';
    src: url('../font/cotta.otf');
    font-weight: 100;
}

:root{
    --color--gold:#bd934f;
    --color--black:#000;
    --color--white:#fff;
    --space-xl: 130px;
    --space-m: 80px;
    --space-s: 40px;
}

body{
    background-color: #fbf7ef;
    background-image: url('/assets/images/submark--transparent.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px;
    background-attachment: fixed;
    color: var(--color--black);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

img{
    width: 100%;
}

.pad{
    margin-top: var(--space-xl);
    margin-bottom: var(--space-xl);
}

a{
    color: var(--color--gold);
    font-weight: 300;
    text-decoration: none;

}

.link-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}

a:after{
    content:"";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(196,158,98)'> <path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/> </svg>");
    display: inline-block;
    fill: #C49E62;
    width: 20px;
    height: 10px;
    background-size:20px ;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 30px;
}

a:hover, a.active{
    text-decoration: underline;
}

.cursive{
    font-family: 'Alex Brush', cursive;
}

.color-gold{
    color: var(--color--gold);
}

.form-control-custom{
    border-radius: 0;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid var(--color--gold);
    padding-left:0;
}

.form-control-custom:focus{
    border-color:transparent;
    box-shadow: none;
    border-bottom: 2px solid #A48250FF;
}

.form-control-custom::selection{
    background-color: #A48250FF;
    color: var(--color--white);
}

.btn-custom{
    border-radius: 0;
    font-family: 'Cotta',serif;
    background-color: var(--color--gold);
    border: 0;
    border: 1px solid var(--color--gold);
}

.btn-custom:hover{
    background-color: #A48250FF;
}

.btn-transparent{
    border-radius: 0;
    font-family: 'Cotta',serif;
    background-color: transparent;
    border: 1px solid var(--color--gold);
}

.btn-transparent:hover{
    background-color: #A48250FF;
    color: black;
}

.font-family--cotta{
    font-family: 'Cotta',serif;
}

.fs-8{
    font-size: .8rem !important;
}

@media only screen and (min-width: 375px) {

}

@media only screen and (min-width: 425px) {

}

@media only screen and (min-width: 768px) {

    body{
        background-size: 500px;
    }
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1440px) {


}
