*{
    margin: 0;
    padding: 0;
}
#banner{
   background: linear-gradient(#d8d8d8,rgba(0,0,0,0)),url(Images/Banner2.jpeg);
    background-size: cover; 
    background-position: center; 
    height: 100vh; 
    border: 1px;
}
.banner-text{
  text-align: left;
  color: #535353;
  padding: 30px; 
}
.banner-text h1{
    text-align: left;
    color: #610413;
}
.banner-text h2{
    padding-top: 3px;
    padding-bottom: 30px;
}
.banner-text h3{
    text-align: left;
    color: #610413;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 20px;
}
.banner-text blockquote{
    padding-bottom: 40px;
    font-style: italic;
    font-weight: bold;
}
.banner-text p{
    padding-bottom: 20px;
    text-align: initial;
    font-size: 20px;
}
.banner-text p2{
    padding-bottom: 20px;
    text-align: initial;
    font-size: 20px;
    color: #7e2231;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}
li{
    float: left;
}
li a{
    display: block;
    color: grey;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
/*Change the link color to #610413 (maroon) on hover */
li a:hover {
    background-color: #610413;
}


/*--Our Rates--*/


#Our-rates{
    width: 100%;
    padding: 70px 0; 
    background: #fff;
}
.Our-rates-text{
    text-align: left;
    color: #535353;
    padding: 30px; 
}
.our-rates-text h3{
    text-align: left;
    color: #610413;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 20px;  
}
.our-rates-text p{
    padding-bottom: 20px;
    text-align: initial;
    font-size: 20px; 
}
.our-rates-text p2{
    padding-bottom: 60px;
    text-align: initial;
    font-size: 20px;
    color: #7e2231;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}
li{
    float: left;
}
li a{
    display: block;
    color: grey;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
/*Change the link color to #610413 (maroon) on hover */
li a:hover {
    background-color: #610413;
}


/*--How to find us--*/


#How-to-find-us{
    width: 100%;
    padding: 70px 0; 
    background: #fff;
}
.How-to-find-us-text{
    text-align: left;
    color: #535353;
    padding: 30px; 
}
.How-to-find-us-text h3{
    text-align: left;
    color: #610413;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 20px; 
}
.How-to-find-us-text p{
    padding-bottom: 20px;
    text-align: initial;
    font-size: 20px; 
}
.How-to-find-us-text p2{
    padding-bottom: 20px;
    text-align: initial;
    font-size: 20px;
    color: #7e2231;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}
li{
    float: left;
}
li a{
    display: block;
    color: grey;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
/*Change the link color to #610413 (maroon) on hover */
li a:hover {
    background-color: #610413;
}

.cookieConsentContainer{
    z-index: 999;
    width: 50%;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 25%; 
    right: 25%; 
    display:none;
}
