

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    line-height: 1.4;
}

.filters{
	display: none;
}

.main{padding-top:10px;}
.main-wrapper img{
    width: 100%;
	max-width: 500px;
    display: block;
}
.main-wrapper a{
    color: #000;
    text-decoration: none;
	float: left;
}
.main-wrapper ul li{
    list-style-type: none;
}
.navbar{
    background: #fafafa;
    padding: 0 1rem;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
}
.navbar-brand img {max-width:300px;}
