#home .searcher {
    padding: 50px;
}

#home input[type='search'] {
    height: 55px;
    border-radius: 36.5px;
    border: 2px solid #ff1d25;
    color: gray;
}

.homePanel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0px;
}

.homePanel-margin-top{
    margin-top: 30px;
}

.homePanel>div>div {
    height: 28vh;
    width: 104%;
    background-color: #cecece;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border-radius: 3px;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
}

.homePanel>div>div a{
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.homePanel>div>div.active{
    background-color: #f15a24;
}

.homePanel>div>div.active a{
    color: white;
}

.homePanel a,
.homePanel a:focus,
.homePanel a:hover {
    color: black;
    text-decoration: none;
}

#home>.row {
    display: flex;
    flex-direction: column;
    align-items: center;
}