﻿@media screen and (min-width: 992px) {
    header {
        height: 100px;
    }

    .navText:hover {
        border-top-style: solid;
        border-top-color: #0065fc;
    }

    .navLink:hover {
        color: #0065fc;
    }
    .searchLocationDiv:hover {
        cursor: pointer;
        background-color: #deebff;
    }
    .filterButton:hover {
        background-color: #deebff;
        cursor: pointer;
    }
    .hostingPreview:hover {
        box-shadow: -2px 17px 17px -2px #626262;
    }
    .popularPreview:hover {
        box-shadow: -2px 17px 17px -2px #626262;
    }
    .clickCardActivities:hover {
        box-shadow: -2px 17px 17px -2px #626262;
    }
    .searchButton:hover {
        cursor: pointer;
        background-color: #deebff;
        color: #0065fc;
    }
}
