
html {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;
    padding: 0;
}

.body-overlay {
    background: linear-gradient(
        rgba(0, 0, 0, 0.80),
        rgba(0, 0, 0, 0.80)
    ), url("/img/background.jpg");
    background-size: cover; /* or contain depending on what you want */
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.searchbar {
    height: 60px;
    background-color: #f7f7f7;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    margin: auto 5%;
    border: 2px solid rgb(64,101,204);
}

.search_input {
    color: black;
    border: 0;
    outline: 0;
    background: none;
    caret-color: black;
    line-height: 40px;
    text-align: center;
    width: 95%;
}

.search_icon {
    height: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: black;
    text-decoration: none;
    width: 5%;
}

*::-moz-placeholder {
    text-align: center;
    color: black;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
}

*:-ms-input-placeholder {
    text-align: center;
    color: black;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
}

*::placeholder {
    text-align: center;
    color: black;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
}

.rectangle-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    background: linear-gradient(360deg, #1c1a1a00 20%, #4975F0 100%);
    height: inherit;
}

.rectangle-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    background: linear-gradient(180deg, #1c1a1a00 20%, #4975F0 100%);
    height: inherit;
}

.navbar * a {
    height: 14px;
    margin: 20px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
}

.navbar * #menu {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    fill: #FFFFFF !important;
}

.above-searchbar-text {
    height: 25px;
    width: 647px;
    color: #FDFDFD;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
}

.below-searchbar-text {
    height: 58px;
    width: 882px;
    color: #FDFDFD;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
}

.placement-1-3 {
    /*margin-top: 50px;*/
   margin-bottom: 100px;
}

.placement-2-3 {

}
.placement-bar{

}
.placement-3-3 {
    margin-top: 50px;
    padding-bottom: 500px;
}

.placement-3-3-1 {
    margin-top: 80px;
    padding-bottom: 300px;
}

@media(min-width:371px){
    .placement-1-3 {
        /*margin-top: 50px;*/
       margin-bottom: 130px;
    }
}

@media(min-width:400px){
    .placement-bar{
        margin-top: 50px;
    }
}
@media(min-width:750px){
    .placement-3-3-1 {
        margin-top: 60px;
        /*padding-bottom: 300px;*/
    }
}

@media(min-width:770px){
    .placement-1-3 {
        /*margin-top: 50px;*/
       margin-bottom: 127px;
    }
    .placement-1-3 {
        /*margin-top: 50px;*/
       margin-bottom: 120px;
    }
}


#searchresultsarea {
    background-color: white !important;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 10px;
    max-height: inherit;
    display: block;
    z-index: 1;
}

#searchresultsnumber {
    font-size: 0.8rem;
    text-align: left;
    padding-top: 10px;
    padding-left: 40px;
    color: gray !important;
}

.searchresult {
    padding-left: 40px;
    padding-right: 20px;
}

.searchresult h2 {
    font-size: 19px;
    line-height: 18px;
    font-weight: normal;
    color: rgb(29, 1, 189) !important;
    margin-bottom: 0px;
    margin-top: 25px;
}

.searchresult span {
    font-size: 14px;
    line-height: 14px;
    color: green !important;
    margin-bottom: 0px;
}

.searchresult p {
    word-break: break-word;
    font-size: 13px;
    margin-top: 0px;
    color: rgb(82, 82, 82) !important;
}

#footer {
    background-color: white;
}

#footer a {
    text-decoration: none !important;
    color: inherit;
}

#searchBarLink {
    text-decoration: none !important;
    color: black!important;
    font-size: x-large;
}

.searchLink {
    height: 60px;
    background-color: #f7f7f7!important;
    border-radius: 30px;
    padding: 10px;
    width: 60%;
    margin: 10% 5% 5% 5%;
}

.container-merch {
    background-color:rgb(255,255,255, 0.85);

}

.col-blk {
    color: black!important;
}

.img-logo {
    height: 50px;
    margin-top: -15px;
}

@media only screen and (max-width: 1440px) {
    .searchLink {
        width: 70%;
    }
}

@media only screen and (max-width: 1024px) {
    .searchLink {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .meta-tit {
        font-size: 18px;
    }
    /*.placement-bar {
        padding-top: 100px;
    }*/

    .searchLink {
        width: 90%;
        height: unset;
    }

    #searchBarLink {
        font-size: large;
    }

    #searchBarLink span {

    }
}

@media only screen and (max-width: 370px) {

    /*.placement-bar {
        padding-top: 10px;
    }*/

    .meta-tit {
        font-size: 10px;
    }

    .navbar * a {
        margin: -15px 5px 0 5px;
    }

    .above-searchbar-text {
        font-size: 20px;
    }

    .nav-item {
        margin: 20px;
    }

    #searchBarLink {
        font-size: medium;
    }
}



