html,
body {
    min-height: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
}

* {
    outline: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    /*dim the background*/
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5%;
}

.main a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    word-spacing: 10px;
    font-weight: 600;

}

.sidenav a {
    padding: 5%;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-size: 16px;
    letter-spacing: 2px;
}

.sidenav hr {
    margin-bottom: 5px;
    margin-top: 6px;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #2c2b2b;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding-right: 6px;
    padding-top: 15px;
}

/*@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}*/

.menu-ul {
    text-align: center;
}

.menu-ul li {
    list-style-type: none;
}

body {
    background-color: #fefefe;
    transition: background-color .5s;
    font-family: monospace;
}

.head-bar {
    padding-top: 1vh;
    height: 5rem;
    padding-left: 1vh;
    padding-right: 1vh;
}

.wow-logo {
    padding-bottom: 2vh;
    padding-top: 10vh;
}

.wow-logo p {
    padding-left: 1rem;
    padding-right: 1rem;
}

.img-logo {
    max-height: 15vh;
    margin-left: auto;
    margin-right: auto;
}

.helmet {
    height: 5rem;
    width: 5rem;
    float: left;
}

.head {
    min-height: calc(100vh - 5rem);
    background-image: url('../img/mara-fay-transparent.png');
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 60vh;
}

.fix-bottom {
    text-align: bottom;

}

/*button {
    background-color: #fefefe;
    border-color: black;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    border-width: 1px;
    letter-spacing: 2px;

}*/
.wow-button {
    padding: 1.5rem 2rem;
    border: solid 1px black;
    color: black;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    width: 20rem;
    letter-spacing: 2px;
}

.wow-button:hover {
    color: #ffffff;
    background-color: #2d2d2d;
    transition: .5s;
}

.wow-button-major {
    border: solid 2px;
    font-weight: bold;
}

.wow-button-major:hover {
    color: #ffffff;
    background-color: blue;
    transition: .5s;
}


.font-1 {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 21px;
}

.hr-social {
    margin: 0px;
    margin-top: 30px;
}

.index-part-2,
.index-part-4,
.index-part-3 {
    padding-top: 25px;
    padding-bottom: 60px;
}

.index-part-2,
.index-part-4 {
    background-color: #f7f7f7;
}

hr {
    background-color: #c7c7c7;
    height: 1px;
    border: 0;
    margin-top: 1vh;
}

h1,
h2,
h4,
h3,
h5,
a,
button {
    font-family: 'Poppins', sans-serif;
}

.title-hillview {
    font-family: "Girassol", serif;
    font-weight: 600;
    font-size: 5rem;
    margin-bottom: 0;
    margin-top: 0;
  }

.title-dog-grooming {
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8rem;
    margin-top: 0;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

.sub-text {
    padding-right: 25%;
    padding-left: 25%;
    padding-bottom: 3%;
}

.block {
    border-style: solid;
    border-color: #dcd9d9;
    border-width: 1px;
    margin-right: 0px;
    padding-top: 8%;
    padding-bottom: 5%;
    padding-left: 25%;
    padding-right: 25%;
}

/* .block-first {
    border-right: none;
    border-bottom: none;
}

.block-second {
    border-bottom: none;
}

.block-third {
    border-right: none;
} */

h4 {
    font-weight: bold;
}

.block p {
    line-height: 28px;
    padding-top: 10px;
}

.icon {
    background-color: #2d2d2d;
    color: white;
    display: table;
    min-width: 60px;
    height: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
}

i {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(50%);

}

.font-2 {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
}


.font-3 {
    font-family: 'Crimson Text', serif;
    font-size: 2rem;
}

.round-img {
    display: table;
    width: 250px;
    height: 250px;
    border-radius: 100%;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.social {
    text-align: center;
    display: block;
}

.social-header {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
    width: fit-content;
    float: right;
    padding-left: 2rem;
    padding-right: 2rem;
}

.social ul {
    padding-left: 0px;
}

.social li {
    list-style-type: none;
    display: inline-block;
    border: 1px solid #c8c2c2;
    margin-right: 5px;
    border-radius: 3px;
}

.social a {
    padding: 10px;
    color: black;
    text-align: center;
    text-decoration: none;
}

.social a:hover {
    color: #ffffff;
    background-color: #2d2d2d;
    transition: .5s;
}


.prices-list {
    list-style-type: none;
    padding-left: 0;
}

.prices-list li {
    font-family: "Poppins", "sans-serif"
}


.footer-p1,
.footer-p2 {
    padding-top: 10px;
    /* font-style: italic; */
    font-size: 16px;
}

.footer-p2 {
    display: inline-block;
    text-align: right;
    padding-right: 0px;
    width: 100%;
}

i.fa-heart {
    transform: translateY(-20%);
    margin-bottom: 0px;
}

.footer {
    padding-top: 35px;
    padding-bottom: 45px;
    border-top: 1px solid #cccccc;
}

.generic-page {
    background-color: #f7f7f7;
    padding-bottom: 30px;
}

.generic {
    padding-top: 25px;
}

.img-generic {
    padding-top: 15px;
    width: 100%;
    margin: 0px;
    padding-bottom: 60px;
}

.generic-p {
    padding-bottom: 20px;
    font-size: 18px;

}

.element-full {
    background-color: #f7f7f7;
}

.element-page {
    padding-top: 25px;
}

.Element-heading {
    padding-top: 15px;
}

.Element-heading-para {
    padding-right: 380px;
}

.call-btn-1 {
    border: 1px solid black;
    border-radius: 30px;
    width: 100%;
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 12px;
}

.call-btn-2 {
    border: 1px solid black;
    border-radius: 25px;
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

.call-btn-3 {
    border: 1px solid black;
    border-radius: 25px;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.btn-line {
    padding-top: 5px;
}

.btn-line a:hover {
    color: white;
    background-color: black;
    transition: .5s;
}

.form-section {
    padding-top: 56px;
}

.col-block {
    padding-left: 0px;
    padding-right: 0px;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid black;
    border-radius: 30px;
    font-family: 'Lora', serif;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    margin-bottom: 30px;
}

textarea {
    padding-top: 28px;
}

.form-section h3 {
    padding-bottom: 35px;
}

.form-section button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 13px;
    letter-spacing: 0px;
    margin-right: 5px;
    margin-bottom: 60px;
    border-radius: 50px;
    border: solid 1px black;
}

.form-section button:hover {
    color: #ffffff;
    background-color: #2d2d2d;
    transition: .5s;
}

.E-image img {
    padding-top: 50px;
}

.wow-btn {
    padding-top: 1vh;
    padding-bottom: 2vh;
}

.foot-img {
    margin-right: auto;
    margin-left: auto;
    max-width: 10rem;
    max-height: 10rem;
}

.line-full {
    margin-top: 50px;
    margin-bottom: 50px;
}

.hr-short {
    width: 5%;
    margin-left: 0px;
}

.hr-mid {
    width: 6%;
    margin-left: auto;
    margin-right: auto;
}

.blockquote-row {
    padding-left: 2%;
    padding-right: 18%;
}

.blockquote-side {
    border-left: thick solid black;
    padding-top: 8px;
}

.blockquote-side.font-1 {
    margin-left: 12px;
}

.E-social {
    text-align: left;
    padding-top: 36px;
    padding-bottom: 0px;
}

.footer-p2 a {
    /* color: black; */
    font-size: 14px;
}

.full-height-img {
    height: 100%;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
    .title-hillview {
        font-size: 4rem;
    }
    .title-dog-grooming {
        font-size: 6rem;
    }

    .block {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .Element-heading-para {
        padding-right: 80px;
    }

    .footer-p1,
    .footer-p2 {
        padding-top: 0px;
        font-size: 10px;
    }

    .footer {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .footer-p2 a {
        font-size: 12px;
    }

    .head {
        background-position: bottom;
        background-size: 40vh;
    }
}


@media only screen and (max-width: 480px) {
    .title-hillview {
        font-size: 2.5em;
    }
    .title-dog-grooming {
        font-size: 4rem;
    }

    .font-1 {
        font-size: 18px;
    }

    .head {
        background-position: 50% 105%;
        background-size: 35vh;
    }

    /*   .block{
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
   }*/
    .Element-heading-para {
        padding-right: 60px;
    }

    .footer-p1 p,
    .footer-p2 p {
        padding-top: 0px;
        font-size: 12px;
    }

    .footer-p2 p {
        line-height: 8px;
    }

    .footer-p2 a {
        font-size: 10px;
        line-height: 12px;
    }

    .footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .wow-logo{
        padding-top: 10vh;
    }
    .wow-btn {
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    input,
    select,
    textarea {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        margin-bottom: 15px;
    }

    textarea {
        padding-top: 15px;
    }

    .call-btn-1 {
        margin-top: 12px;
        padding-top: 12px;
        padding-bottom: 10px;
        font-size: 10px;
    }

    .call-btn-2 {
        margin-top: 12px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 10px;
    }

    .call-btn-3 {
        margin-top: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 10px;
    }

    .head-bar {
        padding: auto;
    }

    /*.wow-logo{
        padding: auto;
    }*/
    button {
        padding: auto;

    }

    .generic {
        padding-top: 15px;
    }

    .generic img {
        padding-top: 10px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 100%;
    }

    h6 {
        font-size: 100%;
    }
}

/*This section for small height device*/
@media only screen and (max-height: 400px) {
    .head-bar {
        padding-top: 1vh;
        max-height: 10vh;
    }

    .wow-logo {
        padding-bottom: 2vh;
        padding-top: 10vh;
    }

    .img-logo {
        max-height: 30vh;
        margin-left: auto;
        margin-right: auto;
    }

    .helmet {
        max-height: 20vh;
    }

    .btn-1 {
        padding-top: 3vh;
        padding-bottom: 3vh;
    }

    .head {
        min-height: 150vh;
        background-size: 60vh;
    }

    .wow-btn {
        padding-top: 10vh;
        padding-bottom: 4vh;
    }

}