﻿/* This overrides the default Bootstrap heading sizes */

@media screen and (max-width: 299px) {
    .w-sm-max {
        margin: 0 auto;
        max-width: 60% !important;
    }
}

@media screen and (min-width: 769px) {
    .w-sm-max {
        margin: 0 auto;
        max-width: 20em !important;
    }
}

@media screen and (max-width: 768px) {
    .w-md-max {
        margin: 0 auto;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 769px) {
    .w-md-max {
        margin: 0 auto;
        max-width: 40em !important;
    }
}

@media screen and (max-width: 768px) {
    .w-lg-max {
        margin: 0 auto;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 769px) {
    .w-lg-max {
        margin: 0 auto;
        max-width: 50em !important;
    }
}

@media screen and (max-width: 768px) {
    .w-vlg-max {
        margin: 0 auto;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 769px) {
    .w-vlg-max {
        margin: 0 auto;
        max-width: 65em !important;
    }
}

@media only screen and (max-width: 768px) {
    .HideOnMobile {
        display: none;
    }
}
.smalliconimage {
    width: auto;
    height: 1.1em;
}

.smallfluidmap {
    height: 18em;
    width: 100%;
}

.largefluidmap {
    height: 30em;
    width: 100%;
    background: transparent url(/images/vista_wait_transparent.gif);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 299px) {
    input[type="image"], .iconimage {
        width: 2.5em;
        height: auto;
        padding-bottom: 0.25em;
    }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    input[type="image"], .iconimage {
        width: 2em;
        height: auto;
        padding-bottom: 0.25em;
    }
}

@media screen and (min-width: 769px) {
    input[type="image"], .iconimage {
        width: 1.5em;
        height: auto;
        padding-bottom: 0.25em;
    }
}

@media screen and (max-width: 299px) {
    .smallimage {
        Width: 5em;
        height: auto;
    }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    .smallimage {
        Width: 8em;
        height: auto;
    }
}

@media screen and (min-width: 769px) {
    .smallimage {
        Width: 10em;
        height: auto;
    }
}

@media screen and (max-width: 299px) {
    .galleryimage {
        Width: 100%;
        height: auto;
    }
}


@media screen and (min-width: 300px) and (max-width: 768px) {
    .galleryimage {
        Width: 95%;
        height: auto;
    }
}

@media screen and (min-width: 769px) {
    .galleryimage {
        Width: 90%;
        height: auto;
    }
}


@media screen and (max-width: 299px) {
    /* Icon width */
    .mediumimage {
        Width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    .mediumimage {
        Width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 769px) {
    .mediumimage {
        Width: 20em;
        height: auto;
        max-width: 500px;
    }
}

@media screen and (max-width: 299px) {
    .largeimage {
        Width: 100%;
        height: auto;
    }
}
 
@media screen and (min-width: 300px) and (max-width: 768px) {
    .largeimage {
        Width: 100%;
        height: auto;
        max-width: 500px;
    }
}

@media screen and (min-width: 769px) {
    .largeimage {
        Width: 100%;
        height: auto;
        max-width: 1000px;
    }
}

@media screen and (max-width: 299px) {
    /* Icon width */
    .my-float-left {
        float: none;
    }
}

@media screen and (min-width: 769px) {
    .my-float-left {
        float: left;
    }
}

@media screen and (max-width: 299px) {
    /* Icon width */
    .my-float-right {
        float: none;
    }
}

@media screen and (min-width: 769px) {
    .my-float-right {
        float: right;
    }
}

.button {
    border-radius: 10px;
    background-color: #787e93 !important;
    border: #ffffff 1px solid !important;
    color: white !important;
    padding: .4em 1.1em .4em 1.1em !important;
    text-align: center !important;
}

.buttonover {
    border-radius: 10px;
    background-color: #f79d49 !important;
    border: #ffffff 1px solid !important;
    color: white !important;
    padding: .4em 1.1em .4em 1.1em !important;
    text-align: center !important;
    transition: .15s linear;
}

.buttdisabled {
    border-radius: 10px;
    background-color: #d3d3d3 !important;
    color: #787e93 !important;
    border: #ffffff 1px solid !important;
    padding: .4em 1.1em .4em 1.1em !important;
    text-align: center !important;
}

.SmallButton {
    border-radius: 7px;
    border: #ffffff 1px solid !important;
    background-color: #787e93;
    color: white;
    font-size: 85%;
    padding: 6px 12px 6px 12px;
    margin: 2px 4px 2px 4px;
}

.SmallButtonover {
    border-radius: 7px;
    border: #ffffff 1px solid !important;
    background-color: #f79d49;
    color: white;
    font-size: 85%;
    padding: 6px 12px 6px 12px;
    margin: 2px 4px 2px 4px;
    transition: .15s linear;
}

.SmallButtonDisabled {
    border-radius: 7px;
    border: white 1px solid !important;
    background-color: white !important;
    color: #787e93 !important;
    font-size: 85%;
    padding: 6px 12px 6px 12px;
    margin: 2px 4px 2px 4px;
}

h1, .h1 {
    font-size: 2.05rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.4rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-85 {
    width: 85% !important;
}
