﻿html {
    height: 100%;
}

body {
    height: 200%;
    padding-bottom: 76px;
}

a.disabled {
    pointer-events: none;
}

#search-bkg {
    background-size: cover;
    background-position: center center;
}

#search-container-home {
    max-width: 60em;
    height: 10%;
    top: 40%;
}

.input-radio-group {
    align-items: center;
    justify-content: center;
}
.input-radio-label {
    color: #fff;
    font-weight: bold;
}

.input-group {
    border-radius: 25rem;
    box-shadow: 0 0 40px 20px rgb(0, 0, 0, 0.5);
}
.tooltip-inner {
    word-wrap: break-word;
    text-align: left;
}
.form-control:focus {
    border-color: rgba(144, 30, 30);
    box-shadow: 0 0 0 0.2rem rgba(144, 30, 30, 0.25);
}
#btn-success {
    border-color: darkgray !important;
}

.btn-primary {
    /*    background-color: #your-custom-color;*/
    background-color: rgba(144, 30, 30);
    border-color: darkgray !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: rgba(174, 60, 60, 1);
}

/* Small devices (phones, portrait) */
@media (max-width: 576px) {
    /* Your styles here */
}

/* Medium devices (phones, landscape) */
@media (max-width: 768px) {
    #search-container-home {
        top: 0;
        margin: 0 !important;
        width: 100% !important;
    }

    #search-bkg {
        padding: 0px;
        background-size: cover;
        background-position: center center;
    }

    #county-info-card {
        top: 15em;
        max-height: 60%;
    }
}
/* Large devices (tablets, portrait) */
@media screen and (orientation: landscape) and (max-width: 992px) {
    #search-container-home {
        top: 0;
        margin: 0 !important;
        width: 100% !important;
    }

    #search-bkg {
        padding: 0px;
        background-size: cover;
        background-position: center center;
    }

    #county-info-card {
        top: 15em;
        max-height: 60%;
    }
}

/* Extra large devices (tablets, landscape) */
@media (max-width: 1200px) {
    /* Your styles here */
}

#county-info {
    min-height: 50% !important;
    /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 80%, rgba(0, 0, 0, 0.75)), url('/images/lakeCounty.jpeg');*/
    background-size: cover;
    background-position: center center;
    min-height: 50%;
}

#county-info-card {
    top: 13%;
    max-height: 85%;
}

.county-info-img {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 800px) {
    #county-info-card {
        top: 15em;
        max-height: 70%;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #county-info-card {
        top: 10%;
        max-height: 100%;
    }

    #county-card-holder {
        padding-top: 25%;
        padding-bottom: 25%;
    }
}

.scroll-arrows {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.individual-arrow {
    fill: #fff;
    transition: 2s;
}

#cnty-btn-scroll {
    width: 75px;
    height: 85px;
}

#cnty-btn-scroll:hover > .arrow-bottom {
    fill: #fff;
    transition: 0.2s ease-out;
    transform: translateY(-18px);
}

#cnty-btn-scroll:hover > .arrow-top {
    fill: #fff;
    transition: 0.2s ease-out;
    transform: translateY(18px);
}

#snackbar {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 24%;
    right: 26%;
    top: 8%;
}

#snackbar.show {
    visibility: visible;
}

#snackbar a {
    color: #fff;
    text-decoration: none;
}

#snackbar a:hover {
    color: #fff;
    text-decoration: underline;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0.9rem;
    font-style: italic;
    opacity: 1; /* For Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 0.9rem;
    font-style: italic;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 0.9rem;
    font-style: italic;
}
