﻿body {
    width: 100%;
    background-color: #fffcf5;
    overflow-y: scroll;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

h1 {
    font-size: 5vw;
}

h1,h2{
    padding:2%;
    text-align:center;
}

h1, h2, h3, h4, h5, p{
    color: #800020;
}

hr {
    color: #800020;
    border-top: 1px solid;
}

#lbr {
    border-top: 1px solid;
    border-width: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.navbar-dark .navbar-brand{
    color: #fffcf5;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fffcf5;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 55px;
        color: #800020;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 55px;
        color: #800020;
    }

i.fas,
i.fab {
    color: #800020;
}

.row {
    width: 100%;
    margin: auto;
}

#header {
    background-color: #fffcf5
}

.carousel {
    background-color: #fffcf5;
}

.carousel img {
    margin: auto;
    width: auto;
    height: 500px;
    max-height: 500px;
}

.footer-logo {
    font-size: 1.25rem;
    color:#800020;
}

.copyright-text {
    margin: auto;
    text-align: center;
}