    #pagetitle {
        color: black;
        font-family: 'Luckiest Guy', cursive;
        text-decoration-line: underline;
        text-decoration-style: solid;
        font-size: 300%;
        font-weight: bolder;
        text-align: center;
    }

    #undertitle {
        color: black;
        font-family: 'Luckiest Guy', cursive;
        text-decoration-line: underline;
        text-decoration-style: solid;
        font-size: 200%;
        text-align: center;
    }

    .headercentre {
        color: black;
        font-family: 'Luckiest Guy', cursive;
        text-decoration-line: underline;
        text-decoration-style: solid;
        font-size: 200%;
        font-weight: bolder;
        text-align: center
    }

  .CH {
        color: red;
        font-family: 'Luckiest Guy', cursive;
        text-decoration-line: underline;
        text-decoration-style: solid;
        font-size: 200%;
        font-weight: bolder;
        text-align: center
    }

    #header {
        color: black;
        font-family: 'Luckiest Guy', cursive;
        text-decoration-line: underline;
        text-decoration-style: solid;
        font-size: 200%;
        font-weight: bolder;

    }

    .secondheader {
        color: black;
        font-family: 'Luckiest Guy', cursive;
        text-decoration-line: underline;
        text-decoration-style: solid;
        font-size: 300%;
        font-weight: bolder;
        text-align: center
    }

    .thirddheader {
        color: black;
        font-family: 'Luckiest Guy', cursive;
        text-decoration-line: underline;
        text-decoration-style: solid;
        font-size: 200%;
        font-weight: bolder;
        text-align: center;

    }

    .CR {
        color: black;
        text-decoration-line: underline;
        text-decoration-style: solid;
        font-size: 50%;
        font-weight: bolder;
        text-align: center;
    }

    a {
        text-decoration-line: none;
        text-decoration-color: black;
    }

    p {
        font-family: 'Francois One', sans-serif;
        font-size: 125%;
        text-align: justify;
        text-indent: 3px;
        letter-spacing: 0.5px;
        word-spacing: 1px;
        line-height: 30px;
        text-align: center;

    }

    blockquote {

        font-family: cursive;
        font-size: 150%;
        font-weight: bolder;
        text-align: justify;
        text-indent: 20px;
        word-spacing: 2px;
        line-height: 40px;
     
       padding: 10px;

    }

    .GBULL {
        font-family: 'Francois One', sans-serif;
        font-size: 125%;
        font-weight: bold;
        text-align: justify;
        text-indent: 3px;
        letter-spacing: 0.5px;
        word-spacing: 1px;
        line-height: 30px;
        text-align: center;
    }

    .para2 {
        font-family: 'Francois One', sans-serif;
        font-size: 125%;
        text-align: justify;
        text-indent: 3px;
        letter-spacing: 0.5px;
        word-spacing: 1px;
        line-height: 30px;
        text-align: left;



    }

    .logo img {

        width: 50%;
        height: 20%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .centerimg {

        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        height: 30%
    }



    .dl {
        font-family: 'Luckiest Guy', sans-serif;
        overflow: hidden;
        text-align: center;
        color: black;

    }

#contacttitle {
        color: darkred;
        font-family: monospace;
        text-decoration-line: underline;
        text-decoration-style: solid;
        font-size: 300%;
        font-weight: bolder;
        text-align: left;
    }

   .contact {
        font-family:monospace;
       font-size: 200%;
        overflow: hidden;
        text-align: left;
        color: darkred;

    }


    .pedimg {

        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        height: 700px;
    }

    .dogimg {

        display: block;
        margin-left: auto;
        margin-right: auto;
        width:30%;
        height: 30%;
    }

    .mySlides {
        display: none;
    }

    img {
        vertical-align: middle;
    }

    .slideshow-container {
        max-width: 600px;
        position: relative;
        margin: auto;
    }


    .mySlides {
        display: none;
    }


    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }


    .dot {
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin: 0 7px;
        align-content: flex-end;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }


    .active,
    .dot:hover {
        background-color: #717171;
    }




    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 5.5s;
        animation-name: fade;
        animation-duration: 5.5s;
    }


    @-webkit-keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    @media only screen and (max-width: 300px) {
        .text {
            font-size: 11px
        }

        #BDPImg {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }
