p {
    text-align: justify;
    font-size: 14px;
    color: rgb(55, 55, 55);
}

footer p {
    font-size: 12px;
}

h3 {
    color: rgb(37, 37, 37);
}

h4 {
    color: rgb(37, 37, 37);
}

h5 {
    color: rgb(37, 37, 37);
}

h6 {
    color: rgb(37, 37, 37);
}

.nav-link {
    color: #0a5db6;
    font-size:14px;
}

.nav-link:active {
    background-color: #0a5db6;
    color: white;
}

.nav-link:hover {
    background-color: #0a5db6;
    color: white;
}

.dropdown-item:hover {
    background-color: #0a5db6;
    color: white;
}

.dropdown-item {
    color: #0a5db6;
    font-size:14px;
}

.active {
    background-color: #0a5db6;
    color: white;
}

#rightimg {
    min-width: 100px;
    float: right;
}

#leftimg {
    min-width: 100px;
    float: left;
}

#rightimgp {
    min-width: 100px;
    max-width: 200px;
    float: right;
}

#leftimgp {
    min-width: 100px;
    max-width: 200px;
    float: left;
}

#topimg {
    float: right;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio-item .item img {
    float: left;
    margin-right: 0px;
    border: 1px solid lightgrey;
    padding: 5px;
    border-radius: 5px;
    object-fit: cover;
    max-height: 133px;
}

#gallery-bg {
    background-color: rgb(229, 229, 229);
}

.subhead {
    background-color: rgb(206, 222, 240);
}






.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}

.dropdown-hover:hover>.dropdown-menu {
display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}

.dropdown-menu {
  min-width: 60px !important;
}

.lightbox-carousel .ratio-16x9 {
height: 90vh;
}

.lightbox-carousel.carousel {
  padding: 1rem;
  background:#000;
}

.modal-content {background-color: unset;}
#LightboxCanvas{max-width:100%; max-height:100%;}


