.navbar-dark .navbar-toggler {
	border: none;
	color: white;
}

.logo-img{
	width: 50%;
	height: 50%;
}

.logo {
    float:left;
}

.container {
    margin: 0;
}

.funs-jumbotron {
    position: relative;
    background:url(img/marren-funs.jpg)no-repeat center;
    background-size: cover;
}

.funs-container {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translateX(-50%) translateY(-50%);

}

.gallery a {
    color: #000;
    font-size: 14px;
}

.container time::before {
    content: "|";
    color: #000;
}

.goods a {
    color: #000;
}


.event-info h5 {
    display: inline-block;
}

.event-date {
    background-color: #000;
    font-size: 10px;
    padding:1%;
}

.event-price {
    font-size: 12px;
    margin-left: 1%;
}

.event-ttl {
    color: #000;
    font-size: 28px;

}

.event-subttl {
    font-size: 14px;
    margin-left: 1%;
}

.event-description {
    color: #000;
    font-size: 14px;
}

.readmore {
    display: block;
}

@media (min-width: 768px) {

    .logo-img {
		width: 15%;
		height: 15%;
	}

    .container {
        max-width: 100%;
    }

	footer {
		margin: 10%
		font-size: 15px;
	}
}
