body{
    font-size: 1.06em;
    font-family: Arial, Helvetica, sans-serif;
}

img{
    max-width: 100%;
}

body{
    background-image: url('../images/Sand.jpg');
}

h1, h2, h3{
    font-family: Courier, monospace;
}

h1{
    font-size: 1.60em;
    font-weight: bold;  
}

h2{
    font-size: 1.45em;
    font-weight: bold;  
}

h3{
    font-size: 1.25em;
    font-weight: bold;  
}

p{
    line-height: 1.55em;
}

header img{
    max-height: 4rem;
}

.float-right{
    float: right;
}

.max-w-375{
    max-width: 375px;
}

.wrapper{
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.65);
}

.navbar:hover, .dropdown-menu{
    background: #333 !important;
}

.nav-item:hover, .dropdown-item:hover{
    background: #149b2e;
}

.navbar-toggler{
    border: 2px solid #ccc;
}

.main-page-carousel{
    max-height: 8rem;
    max-width: 8rem;
}

.carousel{
    max-height: 8rem;
    max-width: 900px;
    overflow: hidden;
    background: lightgray;
}

.carousel img{
    margin-left: auto;
    margin-right: auto;
}

footer{
    font-size: 0.9em;
}

.display-block{
    display: block;
}

.borderless td, .borderless th {
    border: none;
}

.no-left-padding td, .no-left-padding th{
    padding-left: 0;
}

.small-table td, .small-table th{
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

ol li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.photo-in-text-left{
    max-width: 350px;
    float: left;
}

.photo-in-text-right-small{
    max-width: 350px;
    float: right;
}

.photo-in-text-right{
    max-width: 100%;
    float: right;
}
table .spacer{
    height: 1.75em;
}

.price-list{
    max-width: 500px;
    padding-left: 2em;
    padding-right: 2em;
}

.price-list span{
    height: 2em;
}

.sale{
    font-size: 1.075em;
}

.product-card{
    background-color: rgba(78, 61, 49, 0.233);
    border-radius: 0;
    min-height: 42em;
}

.product-card .card-img-top{
    height: 12em;
}
.product-card .card-img-top img{
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.product-card a.btn{
    background-color: rgb(78, 61, 49);
    border: rgb(78, 61, 49);
    color: white;
    float: right;
    border-radius: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.product-card a.btn:hover{
    background-color: rgb(51, 40, 32);
    border: rgb(48, 37, 29);
}

.slippers-more-information{
    background-color: rgb(78, 61, 49);
    border: rgb(78, 61, 49);
    color: white;
    border-radius: 0;
}

.google-maps-wrapper{
    position:relative;
       /* 
    min-height: 25em;*/
}

.google-map{
    /*height:100%;
    width:100%;
    position:absolute;*/
    max-width: 100%;
    min-height: 25em;
    width: 100%;
    border: 0;
}

@media screen and (max-width: 650px) {
    .photo-in-text-left{
        float: none;
        align-content: center;
        max-width: 100%;
    }
    
    .photo-in-text-right-small{
        float: none;
        align-content: center;
        max-width: 100%;
    }
}

.photo-centered-on-mobile.price-list-img{
    /*margin-right: 5%;*/
    margin-left: auto;
    margin-right: auto;
}
.photo-centered-on-mobile.price-list-img img{
    float: right;
}

@media only screen and (max-width: 768px) {
    .photo-centered-on-mobile{
        margin-left: auto;
        float: none;
        margin-right: auto;
        max-width: 100%;
    }

    .photo-centered-on-mobile.price-list-img{
        width: 90%;
        max-width: 350px;
    }
}