html {
    font-size: 14px;
    height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  
}

body {
    margin-bottom: 60px;
    height: 100%;
}
.custom-container {
    padding-top: 70px;
    width: 800px;
    margin: auto;
}

.subscribe-container {
    /* width: 250px; */
    margin: auto;
}
#module {
    width: 500px;
}

#module p.collapse[aria-expanded="false"] {
    display: block;
    height: 40px !important;
    overflow: hidden;
}

#module p.collapsing[aria-expanded="false"] {
    height: 40px !important;
}

#module a.collapsed:after {
    content: '+ Show More';
}

#module a:not(.collapsed):after {
    content: '- Show Less';
}


.container {
    min-height: 25%;
}
.collapse-container {
    overflow: hidden;
    height: 100px; /* Set the partial height */
    position: relative;
}

.collapse-container .collapse {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.footer {
    /* position: fixed; */
    /* left: 0; */
    /* bottom: 0; */
    width: 100%;
    text-align: center;
}
.subscribe{
    position: fixed;
    /* left: 0; */
    bottom: 40px;
    width: 50%;
    text-align: center;
    margin: auto;
}
#map {
    height: 100%;
   
}
/*Bed Bath and Sqft Display*/
.bbs {
    column-width:
}
/*Blog css*/
.blog-img {
    width: 100%;
}

blog-container {
    text-align: center;
    margin: auto;
}

.blog-container img {
    width: 250px;
    
}

p {
    font-weight: bolder;
    font-size: large;
    padding-right: 15px;
}
.blog-box {
    min-height: 450px;
}
.img-height {
    height: 200px;
}

.font-awesome-text {
    width: 20%;
    float: left;
    padding-top: 50px;
}

.feature-container {
    min-height: 150px;
}
/* Create a custom checkbox */
.checkmark {
  /*  position: absolute;
    top: 0;
    left: 15px;
    height: 25px;
    width: 25px;*/
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.order-drop-in {
    width: 60%;
}
.card-width {
    width: 18rem
}

.form-inputs {
    position: relative;
}

.form-inputs .form-control {
    height: 45px;
}

.form-inputs .form-control:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.form-inputs i {
    position: relative;
    /* right: 10px; */
    /* top: 15px; */
}
.sInput {
    width: 200px
}

#map {
    height: 500px;
    width: 100%;
}
gmp-map {
  height: 600px;
}



@media (max-width:400px) {

    .custom-container {
        width: 100%;
        margin: auto;
    }
    .order-drop-in {
        width: 100%;
    }
    img {
        width: 100%;
    }
    .card-width {
        width: 10rem
    }
    .img-actual {
        width: auto;
    }
    .container {
        min-height: 25%;
        width: 100%;
    }
    .sInput {
        width: 150px
    }
    .card-width {
        width: 25rem;
    }
    .carousel-item {
        height: auto;
    }
    gmp-map {
        height: 300px;
    }
}