﻿body,
html {
    height: 100%;
    padding-bottom: 0 !important;
}

.carousel {
    margin: 25px 0 50px;
    background: #fff;
    position: relative;
    padding: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.carousel:before,
.carousel:after {
    z-index: -1;
    position: absolute;
    content: '';
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 400px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    transform: rotate(-3deg);
}

.carousel:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.carousel .carousel-item {
    text-align: center;
    min-height: 200px;
    max-height: 600px;
}

.carousel .carousel-item img {
    max-width: 100%;
    margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
}
/*
            .carousel-control-prev, .carousel-control-next {
                width: 27px;
                height: 54px;
                overflow: hidden;
                opacity: 1;
                margin: auto 0;
                background: none;
                text-shadow: none;
            }

                .carousel-control-prev span, .carousel-control-next span {
                    width: 54px;
                    height: 54px;
                    display: inline-block;
                    background: #4a4a4a;
                    border-radius: 50%;
                    box-shadow: 0 0 1px rgba(0,0,0,0.3);
                }

                .carousel-control-prev span {
                    margin-right: -27px;
                }

                .carousel-control-next span {
                    margin-left: -27px;
                }

                .carousel-control-prev:hover span, .carousel-control-next:hover span {
                    background: #3b3b3b;
                }

                .carousel-control-prev i, .carousel-control-next i {
                    font-size: 24px;
                    margin-top: 13px;
                }

            .carousel-control-prev {
                margin-left: -28px;
            }

            .carousel-control-next {
                margin-right: -28px;
            }

            .carousel-control-prev i {
                margin-left: -24px;
            }

            .carousel-control-next i {
                margin-right: -24px;
            }
            */
.carousel-indicators {
    bottom: -62px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 1px 4px;
}

.carousel-indicators li {
    border: 1px solid #475c6f;
}

.carousel-indicators li.active {
    background: #20b0b9;
    border-color: #20b0b9;
}

.mb-0 > a {
    display: block;
    position: relative;
}

.mb-0 > a:after {
    content: '\e114'; /* chevron-down */
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 0;
}

.mb-0 > a[aria-expanded='true']:after {
    content: '\e113'; /*  "chevron-up"*/
}

.leftnav {
}
.leftnav a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.leftnav a:active {
    background-color: #808080;
}

.leftnav a:hover {
    background-color: #808080;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
}

ol {
    margin-top: 20px;
    margin-bottom: 40px;
}

ul.a {
    list-style-type: disc;
    padding-bottom: 10px;
}
.main-address {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.resources-container {
    width: 100%;
    padding-left: 25%;
    padding-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.resources-seciton {
    display: flex;
    margin-top: 20px;
    margin-right: 15%;
    padding-left: 15%;
}

.resources-seciton__ul li {
    padding: 5px 5px 5px 5px;
}
