﻿
.fixedAfterHeader {
    position: fixed;
    top:80px;
    width: 100%;
    z-index: 100;
}

.fixSearch {
    background: white;
    max-width: inherit;
}

.fixHomePage {
    margin-top:-2px;
    /*background:white;*/
}

.homePageSearch {
    height: 70px !important;
    font-size: 1.5em !important;
    padding-left: 4rem !important;
}

.search-tags2 span {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    background: #F7F7F7;
    border-radius: 50px;
    padding: 0.25rem 0.75rem;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

    .search-tags2 span:hover {
        opacity: 1;
        box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.25);
    }

.search-underline-width {

    width:140px;
}