.navbar {padding-top: 30px; margin-bottom: 0; background-color: #000; border-radius: 0;}
.navbar-menu.is-active {clear: both;}
.container-fluid {width: 100%;}
.navbar-item img {max-height: 5rem;}
.navbar-item, .navbar-link {line-height: 3rem; padding: 1rem. .5rem; color: white;}
.custom–primary–background {
background-color: #e21a22 !important;
}
.nav>li>a.custom–primary–background {
background-color: #FFc824 !important;
color: #000000 !important;
}
.unsplash-search {
width: 80%;
margin: 10px;
}
.unsplash-list__container {
height: 100%;
overflow: auto;
}
.unsplash-list {}
.unsplash-list-item {
cursor: pointer;
float:left;
position: relative;
width: 30%;
padding-bottom : 30%; /* = width for a 1:1 aspect ratio */
margin:1.66%;
background-position:center center;
background-repeat:no-repeat;
background-size:cover; /* you change this to “contain” if you don’t want the images to be cropped */
}
.unsplash-list-item-attr {
font-size: 10pt;
position: absolute;
padding: 5px;
right: 0px;
bottom: 0px;
background: rgba(255,255,255,0.8);
}
.uploadcare–tab {
height: 100%;
}