.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.3);
}


.navbar-brand img {
    max-height: 100px;
}

.navbar-header-custom {
    padding: 5px;
}

.list-group-item.active {
    background-color: #18b8ff;
}

.list-group-item {
    border-radius: .15rem;
}

.delete-button {
    color: #ff457e;
}


.modal {
    z-index: 100001 !important;
}

/*.modal-dialog {
	max-width: 850px;
	margin: 2rem auto;
}*/

body {
    font-size: 18px;
}

.about-detail {
    font-size: 18px;
}

.section-heading p {
    font-size: 18px;
}


.textlink {
    color: #18b8ff;
    text-decoration: underline
}

