html{
    width: 100%;
    height: 100%;
}

body{
    font-family: 'Nunito Sans', sans-serif, 'Times New Roman', Times, serif;
    color: rgb(15, 15, 15);
    width: 100%;
    height: 100%;
    letter-spacing: -0.5px;
    line-height: 1.25em;
}
a:hover{
    text-shadow: 2.5px 2.5px 3px black;
}
.bg-bblue{
    background-color: #384774!important;
}

.undermaintenance{
    text-align: center;
    color: crimson;
    font-size: 1em;
    font-weight: bold;
    text-decoration: 1px overline underline black;
    padding: 1em;
    margin: 1em;
}

#branding>a{
    font-variant: small-caps;
}

#menulist{
    background-color: #242226;
    border-radius: 5px;
    padding: 0.5rem 0rem;
    border: none;
}
#menulist>li{
    text-align: center;
    vertical-align: middle;
}

p{
    font-size: large;
    text-align: justify;
    text-indent: 20px;
    padding: 0em 1em;
}

.carousel-mdsubtext h5,p{
    text-align: center;
}

.carousel-caption p{
    padding: 0em;
    text-indent: 0px;
    text-align: center;
}

p::first-letter{
    font-weight: 600;
}

h1,h2,h3,h4{
    padding: 0em 0.5em;
}
h1{
    font-weight: 800;
    font-size: 2em;
    margin-bottom: 1;
    padding: 0.66em;
}

h2{
    font-weight: 700;
    font-size: 1.75em;
    margin-bottom: 0.875;
    padding: 0.583;
}
h3{
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 0.75;
    padding: 0.5em/3;
}
h4{
    font-weight: 500;
    font-size: 1.25em;
    margin-bottom: 0.625;
    padding: 0.416;
}

em,strong{
    font-size: 1.05em;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}