.form-control::placeholder {
    color: #aaa;
    opacity: 1; /* Firefox */
}
.gs-title *, gs-result {
    color: #000 !important;
}
.gs-promotion .gs-visibleUrl, .gs-webResult .gs-visibleUrl {
    color: #fff !important;
    line-height:0
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.15rem white, 0 0 0 0.15rem #000;
}
.gs-webResult .gs-snippet, .gs-fileFormatType {
    color:#338 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size:1.4em;
    padding-right:10px;
}
.nodeco {
    text-decoration: none;
}
.link: hover {
    cursor: pointer;
}
.logo {transition: all 0.5s ease;padding-bottom:0px;padding-top:0px;transform: scale(1);}
.w50m100 { width: 50%}
@media (max-width: 800px) {
    .w50m100 {
        width: 100%;
    }
    .hideMobile {
        display: none
    }
    .logo { transform: scale(0.55); margin-bottom:-25px;margin-top:-25px;}
}
