@font-face {
    font-family: 'CinzelDecorative';
    src: url('/src/resources/fonts/CinzelDecorative-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CocoGothic-Bold';
    src: url('/src/resources/fonts/CocoGothic-Bold_trial.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/src/resources/fonts/Montserrat.woff') format('woff');

}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    font-size: large;
}
.navbar-nav{
    text-align: right;
}
.cocotitle{
    font-family: 'CocoGothic-Bold', sans-serif;
}
.nav-link {
    font-family: 'CocoGothic-Bold', sans-serif;
    color: black !important;
    font-size: larger;
    font-weight: bolder;

   
}

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

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
}


.title {
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;

}

.title-back {
    color: white;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.79);
}