@charset "UTF-8";
/* CSS Document */


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px){
    .col-sm-5{
        display: none;
    }
}

body{
    background-image: url("../images/Suede01-LYG.gif");
    background-repeat: repeat;
}    

.container {
    max-width: 800px;
    border: double #50800F;
    background-image: url("../images/top.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main{
    max-width: 680px;
    margin: auto;
    background-image: url("../images/address.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.col-sm-7{
   background-image: url("../images/38-2.jpg");
    background-repeat: no-repeat;
    background-position: top;
}
.col-sm-5{
    background-image: url("../images/38-3.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
}
.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}



.bottom {
    
    max-width: 800px;
    height: 200px;
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 10px;
}

p.card-text{
    font-size: 11px;
    line-height: 18px;
    color: cadetblue;
}

li{
    font-size: 11px;
    line-height: 23px;
}

h3.dot{
    min-width: 300px;
    border-bottom: dotted thin #7F5F18;
}

address{
    display: block;
    font-family: "Lucida Console", Monaco, "monospace";
    font-size: 10px;
    text-align: center;
    color: cadetblue;
    margin-top: 100px;
}