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

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

.logo {
    float:left;
}

.topics-jumbotron {
    background: url(img/topics-top.png)no-repeat center;
    background-size: cover;
    text-align: right;
}

.topics-tag {
    font-size: 10px;
}


@media all and (min-width: 320px) and (max-width: 768px) {
	.logo-img {
		width: 15%;
		height: 15%;
	}
}
