@import url("font.css");

body {
    background-color: #F5F1E3;
    color: #3E2723;
    font-family: Open Sans Regular;
    font-size: 18px;
}

h1, h2 {
    font-family: Playfair Display Bold;
}

h1 {
    font-size: 56px;
    text-align: center;
    padding-bottom: 48px;
}

h2 {
    font-size: 42px;
}

h3, h4 {
    font-family: Montserrat Semi Bold;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h1, h2, h3, h4 {
    color: #8D6E63;
}

li, span {
    font-family: Montserrat Italic;
}

a {
    word-break: break-all;
}

nav, button, input[type="button"], input[type="submit"] {
    font-family: Poppins Medium;
    font-size: 16px;
}

nav .active {
    font-weight: 700;
}

nav {
    border-bottom: 2px solid #F5F1E3;
}

nav, footer, button, input[type="button"], input[type="submit"], button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    color: #FFF;
}

nav, button, input[type="button"], input[type="submit"], header, footer {
    background-color: #7B1E25;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #C19A6B;
}

nav a:hover {
    color: #C19A6B !important;
}

button:clicked, input[type="button"]:clicked, input[type="submit"]:clicked {
    background-color: #3E2723;
}

.quote {
    font-family: Great Vibes Regular;
    font-style: italic;
    font-size: 24px;
}

a, .quote {
    color: #7B1E25 ;
}

nav a {
    color: #FFF !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-width='2' d='M0 7h30M0 15h30M0 23h30'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: white;
}

a:hover {
    color: #C19A6B;
}

.navbar-collapse {
    justify-content: flex-end;
}

.nav-link {
    text-align: center;
}

.nav-item {
    padding: 0px 6px;
}

main {
    margin-top: 76px;
    padding: 34px;
}

.carousel-inner {
    max-height: 70vh;
}

.carousel-item img {
    width: 100%;
    height: 70vh;
    object-fit: contain;
}

.carousel-caption {
    color: #FFF !important;
    border-radius: 10px;
    padding: 15px;
    max-width: 80%;
    margin: 0 auto;
}

.carousel-control-prev, 
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-caption h5, .carousel-indicators button {
    text-shadow: 4px 4px 6px #000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 4px 48px;
    display: inline;
}

footer a {
    color: #FFF;
}

footer p {
    margin: 0 !important;
}

.hero {
    background-image: url("/public/images/homeHeroWallpaper.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
}

.hero-text {
    text-align: center;
    background-color: rgba(9, 9, 9, 0.5);
    padding: 8px 24px;
    border-radius: 8px;
}

.cta {
    background-color: #7B1E25;
    padding: 4px 18px;
    border-radius: 12px;
    border: 1px solid #C19A6B;
}

.cta:hover {
    background-color: #C19A6B;
}

.cta, .cta:hover {
    color: #FFF
}

.carousel-control-next, .carousel-control-prev {
    background: none !important;
}

.carousel-control-prev, 
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.carousel-control-prev, 
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
    background: none !important;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
    border-radius: 50%;
    padding: 10px;
}


@media (max-width: 768px) {
    .carousel-item img {
        height: 50vh;
    }

    .carousel-control-next, .carousel-control-prev {
        height: 50%;
        margin-top: 30%;
    }
}
