
body {
    font-family: 'Ysabeau', sans-serif;
    font-size: 1.2rem;
}

bar {
    padding-bottom: 0px;
}

.nav-link, .navlink:visited {
    color: #000;
}

    .nav-link:focus, .nav-link:hover {
        color: #ccc;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 800 !important;
    }

.carousel-item {
    height: 90vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar {
    padding: 0px 0px 0px 0px;
}

@media only screen and (max-width: 838px) {
    .carousel-item {
        height: 30vh;
    }
}

.carousel-caption {
    bottom: 3rem;
}

    .carousel-caption h3, .carousel-caption h5 {
        display: inline-block;
        background-color: rgba(0,0,0,.6);
        padding: 0 .3em 0 .3em;
    }

.btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.bg-black {
    background-color: #000 !important;
}

.rounded-pill {
    border-radius: 1rem !important;
}


.btn-primary {
    background-color: #ee0979;
    border-color: #e .btn-primary

{
    background-color: #ee0979;
    border-color: #ee0979;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #bd0760 !important;
    border-color: #bd0760 !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.8);
}

.btn-secondary {
    background-color: #ff6a00;
    border-color: #ff6a00;
}

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
        background-color: #cc5500 !important;
        border-color: #cc5500 !important;
    }

    .btn-secondary:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
    }
