/**********GLOBAL STYLES, DO NOT DELETE FOR NEW WEBSITES**********/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700;900&display=swap');
/*@import url('font-awesome.css');@import url('animate.css');*/
@media
/* Mobile & Tablet */
only screen and (max-width: 767px)

/*,(max-width: 1300px) and (min-width: 768px)*/
    {

    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        max-width: 100% !important;
        width: 100%;
        display: block;
    }

    tr {
        height: unset !important;
    }

    td {
        /* Behavelike a "row" */
        width: 100% !important;
        height: unset !important;
        word-wrap: break-word;
    }

    td img {
        max-width: 100% !important;
        height: unset !important;
    }

    img {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #contact {
        /*margin-top: 175px;*/
    }

    .hero-wrapper {
        background-image: var(--hero);
        min-height: 45vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
    }
}

/*Hidden Classes*/
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/*Global Elements*/
html,
body {
    height: 100%;
    scroll-behavior: smooth;
    font-family: "Heebo" !important;
}

body {
    font-size: 12pt !important;
}

strong {
    font-weight: 700 !important;
}

code {
    color: unset !important;
}

video {
    max-width: 100% !important;
}

/*Global IDs*/
#contact {
    /*padding-top: 2.5vh;*/
}

/*Global Classes*/
.sectionStart {
    z-index: 5;
    position: absolute !important;
    bottom: 0;
    background-image: url('../images/resources/section_Start.png');
    width: 100%;
    height: 5vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.sectionEnd {
    z-index: 5;
    position: absolute !important;
    top: 0;
    background-image: url('../images/resources/section_End.png');
    width: 100%;
    height: 10vh;
    background-position: top;
    background-repeat: repeat-x;
    background-size: contain;
    position: relative;
}

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.AlignerLM {
    display: flex;
    align-items: center;
    justify-content: left;
}

.AlignerRM {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.Aligner-item {
    flex: 1;
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}

.Aligner-item--fixed {
    flex: none;
    max-width: 50%;
}

.hero-wrapper {
    background-image: var(--hero);
    height: 750px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.imgFrame {
    background-image: var(--img);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Global Bootstrap Overrides*/
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}

/**********END GLOBAL STYLES**********/
/*Selectors*/
:root {
    --pltt1: #fff !important;
    /* White */
    --pltt2: #371d0f !important;
    /* Dark Brown */
    --pltt3: #000 !important;
    /* Black */
    --pltt4: #a29060 !important;
    /* Beige */
}

::placeholder {
    /*color: #371d0f !important;*/
    font-family: "Heebo";
    font-weight: 700;
}

/*Media Selectors*/
@media

/* Mobile & Tablet */
only screen and (max-width: 767px),
(max-width: 1300px) and (min-width: 768px) {
    section {
        padding-left: 10px;
        padding-right: 10px;
    }

    #footHours {
        margin-top: 0 !important;
    }

    #formContainer {
        text-align: left;
        border-right: none !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*Elements*/
a {}

h1,
h2,
h3,
h4,
h5,
h6 {}
@media (max-width:990px){
  /*Mobile Logo*/
  .container-fluid .row .col-sm-12 a img{
      max-height:100px;
  }
}

header {
    background-color: var(--pltt4);
}

li a {
    color: var(--pltt2);
    font-variant-caps: all-small-caps;
    font-size: 14pt;
    font-weight: 700;
}

li a:hover {
    color: var(--pltt1);
    transition: 0.3s ease-in-out;
}

input[type=text] {
    border: none;
    border-bottom: 0.5px solid #fff;
    outline: none;
    margin: 3px 0;
    background-color: rgba(0, 0, 0, 0);
    color: #aaa;
    width: 100%;
}

input[type=text]:focus {
    border: none ;
    border-bottom: 0.5px solid #fff ;
    outline: none ;
    background-color: rgba(0, 0, 0, 0) ;
    color: #aaa ;
}

input[type=email] {
    border: none;
    border-bottom: 0.5px solid #fff;
    outline: none;
    margin: 3px 0;
    background-color: rgba(0, 0, 0, 0);
    color: #aaa;
    width: 100%;
}

input[type=email]:focus {
    border: none ;
    border-bottom: 0.5px solid #fff ;
    outline: none ;
    background-color: rgba(0, 0, 0, 0) ;
    color: #aaa ;
}

input[type=number] {
    border: none;
    border-bottom: 0.5px solid #fff;
    outline: none;
    margin: 3px 0;
    background-color: rgba(0, 0, 0, 0);
    color: #aaa;
    width: 100%;
}

input[type=number]:focus {
    border: none ;
    border-bottom: 0.5px solid #fff ;
    outline: none ;
    background-color: rgba(0, 0, 0, 0) ;
    color: #aaa ;
}

input[type=tel] {
    border: none;
    border-bottom: 0.5px solid #fff;
    outline: none;
    margin: 3px 0;
    background-color: rgba(0, 0, 0, 0);
    color: #aaa;
    width: 100%;
}

input[type=tel]:focus {
    border: none ;
    border-bottom: 0.5px solid #fff ;
    outline: none !important;
    background-color: rgba(0, 0, 0, 0) ;
    color: #aaa !important;
}

textarea {
    border: none;
    border-bottom: 0.5px solid #fff;
    outline: none;
    margin: 3px 0;
    background-color: rgba(0, 0, 0, 0);
    color: #aaa;
    width: 100%;
}

textarea:focus {
    border: none ;
    border-bottom: 0.5px solid #fff;
    outline: none ;
    background-color: rgba(0, 0, 0, 0) ;
    color: #aaa ;
}

input[type=submit] {
    background-color: var(--pltt2);
    border: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 150%;
    color: var(--pltt4);
    transition: .3s ease-in-out;
}

input[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--pltt2);
    transition: .3s ease-in-out;
}

button {
    background-color: var(--pltt2);
    border: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    /*font-size: 150%;*/
    color: var(--pltt4);
    transition: .3s ease-in-out;
}

button:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--pltt2);
    transition: .3s ease-in-out;
}

button:focus {
    outline: none !important;
}

tr {
    border-bottom: 3px solid var(--pltt2);
}

p,
li {
    font-family: 'Heebo';
}



/*IDs*/
/*#submit-form {background-color: var(--pltt2);border: none;padding-top: 10px;padding-left: 20px;padding-right: 20px;padding-bottom: 10px;font-weight: 700;font-size: 150%;color: var(--pltt4);}*/
#contact {
    background-color: var(--pltt4);
}

#contactForm {
    padding-bottom: 0;
}

#formContainer {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

#absNav {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 40px;
}

#gOverRide {
    width: unset !important;
    background-color: unset !important;
}

#ndxBanner {
    width: 100%;
    padding: 5px 0px;
}

#ndxBannerT {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

#ndxBannerB {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
}

#intBanner {
    padding: 15px 0px;
}

#plantLists img {
    /*height: 125px;*/
    border-radius: 250px 250px 0% 0%;
    display: inline-block;
}

#sectionBlue {
    background-color: var(--pltt2);
    padding-top: 20px;
    padding-bottom: 20px;
}

#sectionBlue p,
#sectionBlue h1,
#sectionBlue h2,
#sectionBlue h3,
#sectionBlue h4,
#sectionBlue h5,
#sectionBlue h6,
#sectionBlue a {
    color: var(--pltt4);
}

#sectionBlue a:hover {
    color: white;
    transition: 0.3s ease-in-out;
}

#footHours {
    margin-top: 0;
}

#sr {
    position: absolute;
    z-index: 0;
    left: 0;
}

#hBlurb {
    position: absolute;
    top: 13vh;
    left: 10vw;
    padding: 5px 20px;
    font-family: Times New Roman;
    background-color: var(--pltt2);
    color: #fff;
    text-shadow: -1px 1px #000000;
}

/*Classes*/
.altNav li a {
    color: var(--pltt1);
    font-variant-caps: all-small-caps;
    font-size: 14pt;
    font-weight: 700;
    padding: 0px 10px;
}

.altNav li a:hover {
    color: var(--pltt2);
    text-decoration: unset;
    transition: 0.3s ease-in-out;
}

.exNav {
    color: var(--pltt2) !important;
    font-variant-caps: all-small-caps;
    font-size: 14pt;
    font-weight: 700;
    padding: 0px 10px;
}

.exNav:hover {
    color: var(--pltt1) !important;
    text-decoration: unset !important;
    transition: 0.3s ease-in-out;
}

.anchor {
    padding-top: 161px;
    margin-top: -161px;
}

.dropScroll {
    height: 200px;
    overflow: scroll;
}

.galButtons>button {
    border: none;
    background-color: var(--pltt1);
    border-radius: 15px;
    color: var(--pltt4);
    padding: 7px;
}

.padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.sectionInt {
    /*background-image: url('../images/resources/sectionInt.png');background-position: left;background-repeat: no-repeat;*/
}

.sectionInt h1,
.sectionInt h2,
.sectionInt h3,
.sectionInt h4,
.sectionInt h5,
.sectionInt h6 {
    color: var(--pltt2);
}

.sectionInt a {
    color: var(--pltt2);
    text-decoration: underline;
}

.sectionInt a:hover {
    color: var(--pltt3) !important;
    transition: 0.3s ease-in-out;
}

.altInt {
    background-color: var(--pltt1);
}

.altInt p,
.altInt h1,
.altInt h2,
.altInt h3,
.altInt h4,
.altInt h5,
.altInt h6 {
    color: var(--pltt1);
}

.altInt a {
    color: var(--pltt2) !important;
    text-decoration: underline;
}

.altInt a:hover {
    color: #fff !important;
    transition: 0.3s ease-in-out;
}

.modNav {
    width: 100%;
    border-bottom: 2px solid var(--pltt2) !important;
    color: var(--pltt2);
}

.modNav:hover {
    border-bottom: 2px solid var(--pltt1) !important;
    color: var(--pltt1);
}

.modNav:active {
    border-bottom: 2px solid var(--pltt1) !important;
    color: var(--pltt1);
}

.modNav a {
    color: var(--pltt1) !important;
    text-decoration: none;
}

.modNav a:hover {
    color: var(--pltt3) !important;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.navSep {
    border-left: 2px solid var(--pltt4);
}

.newsMail {
    border: 0.5px solid var(--pltt2) !important;
    border-radius: 0 !important;
    outline: none !important;
    margin: 3px 0 !important;
    background-color: #fff !important;
    color: var(--pltt1) !important;
    width: 45% !important;
}

.newsSubmit {
    border: 0.5px solid var(--pltt2) !important;
    border-radius: 0 !important;
    outline: none !important;
    margin: 3px 0 !important;
    background-color: var(--pltt2) !important;
    color: var(--pltt3) !important;
    font-weight: 700;
    padding: 10px 20px;
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 10;
}

.mSticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 55px;
    background-color: white;
    padding: 10px 0px;
    font-size: 80%;
}

/*GRID GALLERY*/
.gallery-block.grid-gallery {
    padding-bottom: 60px;
    padding-top: 60px;
}

.gallery-block.grid-gallery .heading {
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover {
    opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
}

.gallery-block.grid-gallery .item {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .gallery-block.grid-gallery .scale-on-hover:hover {
        transform: scale(1.05);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }
}

/*Bootstrap Overrides*/
.card {
    border: none !important;
}

.card-footer {
    border-top: none !important;
}

.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*Thank you, w3*/
    transition: box-shadow 0.3s ease-in-out;
}

.carousel-control-next,
.carousel-control-prev {
    position: fixed !important;
}

.controls {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: "Heebo";
}

.dropdown-menu {
    background-color: var(--pltt1) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 6px 0px 0px 0px !important;
}

.dropdown-item {
    font-weight: 200 !important;
    font-family: "Heebo";
    color: var(--pltt2) !important;
}

.dropdown-item:hover {
    color: var(--pltt1) !important;
    background-color: var(--pltt2) !important;
    font-weight: 200;
}

.modal-content {
    width: unset !important;
}

.navbar-nav .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*Constant Contact Overrides*/
.ctct-form-header {
    font-size: 220% !important;
}

.ctct-form-text {
    font-size: 150% !important;
}

.ctct-form-button {
    font-size: 150% !important;
    font-weight: 700 !important;
}

#confirmQuote{
    text-align: center !important;
    background-color:white;
    padding: 20px;
    border-radius: 10px;
    color: green;

}
#confirmQuote h4{
    text-align: center !important;
    color: green;
    margin:auto !important;
}
/*New Hero*/

#homehero{
    background-image: url("https://indianawasteservice.com/images/IndexHero.jpg");
    width:100% !important;
    height: 400px !important;
    object-fit: contain !important;
    background-position: center;
    background-color: #000 !important;
    text-align: center
}
#homehero button, #homehero p{
    background-color: #fffc;
    color: #371d0f;
}
#homehero button:hover{
    background-color: #fff2d4ff;
    color: #371d0f;
}
#homehero p{
    font-weight: 1000;
    line-height: 40px;
    font-size: 40px;
    padding: 20px 0px;
}
#homehero button{
    width:100% !important;
    background-color: #fff2d4cc;
    color: #371d0f;
}
/*Mobile Background*/
#mobilebackground{
    background-image: url(https://indianawasteservice.com/images/IndexHero.jpg);
    background-size: 100% !important;
    background-position: center;
background-size: cover !important;
}

#homehero .col-md-2 a button {
    border-style: solid;
    }
    @media (max-width:767px){
        #truckhome {
            margin-top:-55px !important;
        }
    }
    