*:not(title){
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    display: block;
}
.mobile, #M, #sidenavM, .sidenavM {
    display: none;
}
a:link {
    color: #4f8ca6;
}
a:visited {
    color: red;
}
a:hover {
    color: blue;
}
a:active {
    color: purple;
}
a:focus {
    color: orange;
}
header {
    background-image: linear-gradient(to bottom, #bf212e, white);
    font-weight: bold;
}
header img {
    width: 30%; 
}
.left, .right {
    width: 50%;
}
.left {
    float: left;
}
.right {
    float: right;
}
.left img, .right img {
    width: 90%;
}
.right p {
    text-align: center;
    margin-right: 0%;
}
#headerL {
    width: 25%;
    display: inline-block;
}
#headerR {
    font-size: 2.5vw;
    width: 45%;
    margin-top: -15%;
    color:white;
    padding-right: 20%;
    -webkit-text-stroke: 1px #bf212e;
    
}
#sidenav {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 0; 
    left: 0;
    overflow-x: hidden; 
    padding-top: 60px;
    transition: 0.5s; 
    background-color: white;
    display: block;
    position: relative;
}
#sidenav a {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: flex;
    text-align: right;
    align-items: flex-start;
}
#sidenav a:hover {
  color: #bf212e;
}
#sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
header {
    position: flex;
    z-index: 1;
}
main, footer {
    position: flex;
    z-index: 1;
}
main {
    margin-top: -30vw;
    background-color: white;
    clear: both;
}
#main {
    transition: margin-left 0.5s;
    border-left: 2px dashed #0e5073;
}
#main p, #main h1, #main img {
    padding-left: 5px;
}
.aboutSubPages {
    display: none;
}
.aboutDrop:hover .aboutSubPages {
    display: block;
}
.navButton {
    float: right;
    font-size: 12.5vw;
    position: relative;
    margin-right: -30%;
    margin-top: -27.5%;
}
footer {
    text-align: center;
    font-size: 0.75em;
}
h1 {
    text-align: center;
}
p a, li a {
    display: inline;
}
.indspatable tr {
    display: flex;
}
.indspatable td {
    max-width: 33%;
}
.indspaCropping {
    width: 80%;
    height: 17.5%;
    overflow: hidden;
}
.indspaCropping img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0;
}
.aboutCropping {
    width: 40vw;
    height: 15vw;
    overflow: hidden;
}
.aboutCropping img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0;
}
.staffCropping {
    width: 47.5vw;
    overflow: hidden;
}
.staffCropping img {
    width: 60%;
    height: 60%;
    object-fit: cover;
    margin: 0 0;
}
.abttable tr {
    display: flex;
}
.abttable td h2, .abttable td h3, .abttable td p {
    width: 50%;
}
.abtright {
    text-align: right;
    margin-top: -15%;
}
#abtfooter {
    margin-top: 15%;
}
.coupon {
    display: inline-block;
}
.coupon img {
    width: 30%;
    position: flex;
    float: left;
}
.coupon p, .coupon h2 {
    width: 67.5%;
    float: right;
    margin-top: 5vw;
}
#signature {
    font-family: "Imperial Script", cursive
}
ul {
    margin-left: 10%;
    list-style-type: circle;
}
.staff, .barkery {
    display: grid;
    grid-template-columns: auto;
}
.galleryPics {
    display: grid;
    grid-template-columns: auto auto;
}
.galleryPics img {
    width: 100%;
}
.shopamabob main {
    background-image: url("../images/dogwaura.jpg");
    background-repeat: no-repeat;
}
.testimonialTable tr:nth-child(even){
    background-color: #acacac;
}
.testimonialTable {
    margin-top: 35px;
}
#search {
	width: 100%;
	border: #bf212e 2px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
header a p {
	text-align: center;
}
form {
    background-color: #c4898e;
}
.buttons input {
    border-radius: 10px;
    font-size: 1.5em;
    width: 80%;
}
fieldset {
    border-bottom: #000 5px dashed;
}
@media (max-width: 768px) {
    p {
        font-size: 1.2em;
    }
    h1 {
        font-size: 2.25em;
    }
    h2 {
        font-size: 2em;
    }
}
@media (max-width: 600px) {
    .desktop {
        display: none;
    }
    .main {
        border: none;
    }
    .navButton {
        display: none;
    }
    #sidenav {
        display: none;
    }
    .mobile {
        display: block;
    }
    .aboutSubPages {
        display: block;
    }
    #sidenavM {
        height: 100%; 
        width: 0; 
        position: fixed; 
        z-index: 0;  
        overflow-x: hidden; 
        padding-top: 60px;
        transition: 0.5s; 
        background-color: white;
        display: block;
        border-right: 5px dashed #0e5073;
    }
    #sidenavM a {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: flex;
    text-align: right;
    align-items: flex-start;
    clear: right;
    }
    #sidenavM a:hover {
        color: #bf212e;
    }
    #sidenavM .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    #M {
        display: block;
        float: right;
        font-size: 15vw;
        position: absolute;
        margin-left: 50%;
        margin-top: -15%;
    }
    #headerR p {
        text-align: center;
        font-size: 3vw;
    }
    tr{
        display: block;
    }
    td {
        max-width: 100%;
    }
    .indspaCropping {
        width: 100%;
    }
    main {
        margin-top: 0;
    }
    .abtleft, .abtright {
        display: block;
        clear: both;
        float: none;
    }
    .abtright {
        margin-top: 0;
    }
    main .left, main .right {
        float: none;
        width: 100%;
    }
    .galleryPics {
    display: grid;
    grid-template-columns: auto;
    }
}