@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

/*header {
    position: sticky;
    top: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    box-sizing: border-box;
}*/

/*nav a {
    color: #19587B;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 24px;
    font-family: poppins;
    font-weight: bolder;
}*/

h1,
h2 {
    margin: 0px;
    padding: 0px;
}

html {
    font-family: Poppins;
    font-weight: bold;
}

header {
    padding-top: 2vw;
}

.mobilenavbar {
    display: none;
}

.container-box {
    display: grid;
    /*    grid-template-columns: repeat(9, 1fr);*/
    position: sticky;
    grid-gap: .75rem;
    top: 0;
    z-index: 2;
    grid-template-columns: auto auto auto auto auto auto auto;
    place-items: center;
    background-color: #fff;
    --max-width: 1440px;
    --container-padding: 1rem;

    width: min(var(--max-width), 100% - (var(--container-padding) * 2));
    margin-inline: auto;
}

header.navbar {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: white;
    padding: 1rem;

}

.custom-button,
.custom-button:visited {
    margin: auto;
    border: 3px solid white;
    top: 30%;
    right: 25px;
    background-color: #9D1C20;
    color: white;
    font-family: poppins;
    border-radius: 20px;
    font-weight: bolder;
    justify-content: center;
    padding: 1rem;
}

.custom-button:hover {
    background: #19587B;
}

.nobanner {
    display: none;
}

.navgrid {
    color: #19587B;
    text-align: center;
    text-decoration: none;
    font-size: 1.75vmin;
    font-family: poppins;
    font-weight: bolder;
    border: none;
    outline: none;
    background-color: inherit;
    width: 100%;
}

p.navgrid {
    display: flex;
    justify-content: center;
}

.navgrid.custom-button {
    background-color: #9D1C20;
    color: white;
}

.mainpage {
    margin: 0px;
}

img.trustdiagram {
    width: 250px;

}

.bksteps {
    margin-bottom: 50px;
}

.bkstepstable {
    background-color: #f2f2f2;
    border-radius: 10px;
    color: #000;
    margin: auto;
}

.bkstepstable td {
    display: initial;
}

.bk {
    margin: 50px;
}

.navbar {
    margin-top: 2rem;
}

.navbar a {
    float: left;
    font-size: clamp(.2rem, 1rem, 1.5rem);
    color: #19587B;
    text-align: center;
    text-decoration: none;
}

.bkdropdown {
    float: left;
    overflow: hidden;
}

.bkdropdown {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover {
    background-color: #9D1C20;
    color: white;
    padding: .5vw 0;
}

.container {
    background-color: #19587B;
}

.container p {
    color: white;
    text-align: center;
    padding: .5vw 15vw;
}

.bkdropdown:hover {
    background-color: #9D1C20;
    color: white;
    padding: .5vw 0;
}

.bkdropdown-content {
    display: none;
    /*    margin-top: 3.5rem;*/
    position: fixed;
    background-color: #9D1C20;
    font-family: poppins;
    color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.bkdropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    font-family: poppins;
    text-decoration: none;
    display: block;
    text-align: left;
}

.bkdropdown-content a:hover {
    background-color: #19587B;
    color: white;
    font-family: poppins;
    z-index: 99;
}

.bkdropdown:hover .bkdropdown-content {
    display: block;
    position: fixed;
    z-index: 99;
}

.trustdropdown {
    float: left;
    overflow: hidden;
}

.trustdropdown {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.trustdropdown:hover {
    background-color: #9D1C20;
    padding: .5vw 0;
}

.trustdropdown-content {
    display: none;
    position: fixed;
    /*    margin-top: 3.5rem;*/
    background-color: #9D1C20;
    font-family: poppins;
    color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.trustdropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.trustdropdown-content a:hover {
    background-color: #19587B;
    color: white;
    font-family: poppins;
    z-index: 99;
}

.trustdropdown:hover .trustdropdown-content {
    display: block;
    position: fixed;
    z-index: 99;
}

.banner-content {
    margin-left: 0px;
    text-align: center;
    align-items: center;
    background-color: slategrey;
    color: white;
}

.centeralign {
    text-align: center;
    font-weight: bold;
}

h2 {
    font-family: poppins;
    color: white;
    text-align: center;
}

.trusttable h2 {
    color: black;
}

h3,
h3 p {
    font-family: poppins;
    color: #000;
    margin: .5vw;
    text-align: center;
    font-size: 1.5rem;
}

h3.headings {
    color: #000;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.headings {
    color: #000;
    text-align: left;
    padding: 0px;
}

.willstrustscontent,
.willstrustscontent h2 {
    color: #fff;
    margin: auto;
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 50%;
    color: #000;
    font-family: poppins;
}

.bankruptcycontent,
.bankruptcycontent h2 {
    color: #000;
    margin: auto;
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 50%;
    color: #000;
    font-family: poppins;
}

.contactoutro {
    color: white;
    font-family: poppins;
    margin: auto;
    width: 80%;
}

p.days {
    font-size: 40px;
}

p.specialappt {
    font-weight: bold;
}

p.specialappt,
p.days {
    text-align: center;
}

.thankyou {
    background-color: #19587B;
    padding: 50px 0px 50px 0px;
}
p.redirect {
    text-align: center;
    color: white;
}

.willstruststeps {
    padding: 2vw 32px 16px 32px;
    font-family: poppins;
    color: white;
    background-color: #19587B;
}

/*.flex-container {
    display: flex;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;

}*/

.grid-item {
    padding: 2% 10% 2% 10%;
    /*    margin: 0 5% 0 5%;*/
    background-color: #f2f2f2;
    color: #000;
    font-family: poppins;
    font-size: 1.25em;
}

.google-reviews img {
    height: 50px;
    width: 50px;
    padding-right: 20px;
}

/*.hours {
    flex-direction: column;
    float: right;
}*/

.largetext {
    list-style-type: none;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    /*
    margin-top: 15px;
    margin-right: 250px;
*/
    font-family: poppins;
}

.smalltext {
    list-style-type: none;
    color: #000;
    /*    margin-right: 12%;*/
    font-size: 13px;
    /*    margin-top: 5px;*/
    font-family: poppins;
}

.desc p {
    font-size: .75em;
}

.servicedesc {
    font-size: .75em;
    text-align: left;
    font-weight: 500;
}

h2.serviceheader {
    margin: 0 auto;
    color: black;
}

/*.custom-button,
.custom-button:visited {
    margin: auto;
    border: 3px solid white;
    top: 30%;
    right: 25px;
    background-color: #9D1C20;
    color: white;
    font-family: poppins;
    border-radius: 10px;
    font-weight: bolder;
}*/

.
/*custom-button:hover {
    background: #19587B;
}*/

.service-button {
    padding: 15px 10px;
    border: 9px solid white;
    right: 25px;
    background-color: #19587B;
    color: white;
    font-family: poppins;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
}

.service-button:hover {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
}

div.bkbuttons {
    width: auto;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    display: grid;
    grid-template-columns: auto auto;
    font-weight: bold;
    text-align: center;
}

.bkbtnrow {
    padding: 15px 10px;
    /*    position: absolute;*/
    border: 3px solid white;
    top: 30%;
    right: 25px;
    background-color: #9D1C20;
    color: white;
    font-family: poppins;
    border-radius: 10px;
    font-weight: bolder;
    margin: auto;
    display: grid;
    height: 5rem;
    align-content: center;
}

.bkbtnlink:link,
.bkbtnlink:visited {
    color: white;
}

.bkbtnlink:hover {
    color: #19587B;
}

.service-learnmore,
.service-learnmore:visited {
    padding: 15px 10px;
    border: 9px solid white;
    right: 25px;
    background-color: #9D1C20;
    color: white;
    font-family: poppins;
    border-radius: 10px;
    font-weight: bolder;
}

.service-learnmore:hover {
    background-color: #fff;
    color: #000;
    border: 9px solid #9D1C20;
}

/*
      color: #4b5320;
      border: 3px solid #9D1C20;
*/
/*
.main p {
    background-color: #19587B;
}
*/

body {
    margin: 0;
    padding: 0;
}

main p {
    margin: 25px;
}

h1 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0 auto;
    font-size: 3em;
}

.gallery-container {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, .23fr));
    grid-gap: 3vw;
    justify-content: center;
}

.gallery-block-learnmore {
    background-color: #19587B;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
}

.gallery {
    background-color: #f2f2f2;
    border-radius: 10px;

}

.gallery-learnmore {
    background-color: #9D1C20;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.gallery:hover {
    border: 1px solid #777;
}

.desc {
    padding: 15px;
    text-align: center;
    border: 15px solid #000;
}

/*.services-heading p {
    margin: 25px;
}*/

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.moveDown {
    margin-top: 3em;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text],
select,
textarea {
    width: 100%;
    /* Full width */
    padding: 12px;
    /* Some padding */
    border: 1px solid #ccc;
    /* Gray border */
    border-radius: 4px;
    /* Rounded borders */
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 6px;
    /* Add a top margin */
    margin-bottom: 16px;
    /* Bottom margin */
    resize: vertical
        /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #19587B;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #9D1C29;
}

/* Add a background color and some padding around the form */
.contactuscontainer {
    color: white;
    padding-bottom: 25px;
    padding-top: 25px;
}

.contacttablecontainer {
    color: white;
    padding-bottom: 25px;
    padding-top: 25px;

}

.welcome {
    /*    padding: 25px 225px;*/
    color: white;
}

.welcome p {
    font-family: Poppins;
    font-weight: bold;
    color: white;
    margin: 0px;
    padding-top: 15px;
}

p.truststeps {
    padding: 5px 200px;
    color: white;
}

ol.truststeps {
    padding: 0px 290px;
    color: white;
}

ul.truststeps {
    padding: 0px 290px;
    color: white;
}

.contactus {
    color: #fff;
    margin: auto;
    border-radius: 10px;
    background-color: #f2f2f2;
    width: 41vw;
    color: #000;
    font-family: poppins;
    padding: 2%;
}

.contactus img {
    width: 30vw;
    margin: auto;
    display: block;
}

.trusttable {
    color: #fff;
    margin: auto;
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 50%;
    color: #000;
    font-family: poppins;
}

.contacttable {
    color: #fff;
    margin: auto;
    border-radius: 10px;
    background-color: #f2f2f2;
    width: 41vw;
    padding: 2%;
    color: #000;
    font-family: poppins;
}

table 
{
    table-layout:fixed;
    width:100%;
}

td {
    display: block;
}

tr {
    display: block;
    margin-bottom: 30px;

}

footer {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

footer p {
    grid-column: 1 / 4;
    grid-row: 1 / 1;
    color: black;
}

.social {
    grid-column: 5 / 5;
    grid-row: 1 / 1;
    margin: 10px 0px 0px 0px;
}

.social img {
    margin: 0px 10px 0px 10px;
}

.test {
    width: 30%;
}

ul.servicedetails {
    text-align: left;
    text-decoration: none;
}


/*
.logo-box {
    display: flex;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    width: 100%;
    background-position: center;
    align-items: center;
}*/

img.navgrid {
width: 100%;
    min-width: 250px;
}

.willstrusts {
    color: white;
    font-family: poppins;
    padding: 12px 16px;
    background-color: #19587B;

}

.bankruptcy {
    color: white;
    font-family: poppins;
    padding: 2vw 16px 0px 16px;
    background-color: #19587B;

}

.contactuspage {
    color: white;
    font-family: poppins;
    padding: 12px 16px;
    background-color: #19587B;

}

.contactustitle {
    text-align: center;
}

.contactuscontent p {
    text-align: center;
}

.contacticons {
    height: 100px;
}

img.mjprofile {
    width: 100%;
    min-width: 50px;
    display: block;
    margin: auto;
    padding-bottom: 2%;
}

img.building {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
}

.buildingicon {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* main {
    background-color: #19587B;
    color: #fff;
}

 .headerpic {
    z-index: 99;                                                                                               
    padding-top: 0;
}

.headerpic img {
    padding-top: 175px;
    width: 100%;
    height: auto;
    position: relative;  
}*/
.banner {
    position: relative;
    background-color: #19587B;
}

.banner-slide {
    width: 100%;
    background: #000;
    position: relative;
    background: url("images/johnsonfambanner.webp");
    background-size: 100vw;
    background-repeat: no-repeat;


    .banner-overlay {
        height: 20vw;
        position: relative;
    }

}

/*         Average Desktop screen size*/
@media only screen and (max-width: 1250px) {
    width: 100vw;

    /*    .navbar {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }*/

    .custom-button !important {
        display: none;
    }

    .contactus {
        padding-top: 5%;
    }

    .contactus img {
        margin: auto;
        display: block;
    }

    .gallery-container {
        color: white;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        padding-top: 5px;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, .4fr));
    }

    .bksteps {
        display: none;
    }
}

/*        // Average Large phone*/
@media only screen and (max-width: 855px) {
    width: 100vw;

    navbar a.right,
    navbar a {
        float: none;
        margin: 0;
        padding: 0;
    }

    .banner {
        display: none;
    }

    .banner-content {
        display: none;
    }
    
    img.trustdiagram {
    width: 150px;

}

    * {
        box-sizing: border-box;
    }

    a {
        text-decoration: none;
    }

    ul,
    li {
        list-style-type: disclosure-closed;
        margin: 0;
    }

    .navgrid {
        font-size: 2.6vmin;
    }

    body {
        background-color: #19587B;
        font-family: Poppins, sans-serif;
    }

    .desktopnavbar {
        display: none;
    }

    .mobilenavbar {
        display: block;
        background: #fff;
        width: 100%;
        padding: 11vw 5vw 2vw 5vw;
    }

    input[type='checkbox'] {
        display: none;
    }

    .bkstepstable {
        display: none
    }

    header {
        background-color: white;
        display: flex;
        align-items: center;
        height: 100px;
        position: fixed;
        padding-top: 6vw;
        width: 100%;

        h1 {
            margin: 0;
            flex: 2;
            font-size: 36px;
            color: black;
        }

        .hamburger {
            cursor: pointer;

            span {
                background-color: black;
                display: block;
                height: 2px;
                width: 40px;
                margin-bottom: 5px;

                &:last-child {
                    margin: 0;
                    align-self: flex-end;
                }
            }
        }

        .mobile-nav {
            background-color: #9D1C20;
            display: flex;
            visibility: hidden;
            height: 0;
            position: absolute;
            left: 0;
            overflow: hidden;
            width: 100%;
            transition: .2s;

            ul {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 100%;
                list-style-type: none;

                li {
                    margin-bottom: 30px;
                    list-style-type: none;

                    &:last-child {
                        margin: 0;
                    }

                    li:hover {
                        background-color: darken(#9D1C20, 10%);
                    }

                    a {
                        background-color: darken(pink, 10%);
                        border-radius: 40px;
                        display: block;
                        min-width: 30vw;
                        padding: 10px;
                        font-size: 24px;
                        font-weight: bold;
                        color: white;
                        text-align: center;
                    }
                }
            }
        }
    }

    .toggle:checked {

        & ~ .mobile-nav {
            visibility: visible;
            height: calc(100vh - 100px);
        }
    }

    .nobanner {
        display: block;
        color: white;
        text-align: center;
        padding-top: 36vw;

    }

    .bksteps {
        display: none;
    }

    .bkstepstable {
        display: none;
    }

    .bkstepstable p {
        margin: 2vw 3vw;
    }

    footer p {
        color: white;
    }

    .bankruptcy {
        color: white;
        font-family: poppins;
        padding: 20vw 16px 0px 16px;
        background-color: #19587B;

    }

    /*
    .container-box {
        display: grid;
        position: sticky;
        grid-gap: 2rem;
        top: 0;
        z-index: 2;
        grid-template-columns: auto;
        place-items: center;
        background-color: #fff;
        --max-width: 1440px;
        --container-padding: 1rem;

        width: min(var(--max-width), 100% - (var(--container-padding) * 2));
        margin-inline: auto;
    }
*/
    .container p {
        color: white;
        text-align: center;
        padding: .5vw 5vw;
    }

    .gallery {

        color: black;
        font-family: 'Poppins', sans-serif;
        /*        display: grid;
        grid-template-columns: auto;*/
        font-weight: bold;
        text-align: center;
        padding: 2vw;

    }

    .gallery-container {
        color: white;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        padding-top: 5px;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, .7fr));
    }

    /*
    .navbar {                                                                       display: grid;
        grid-template-columns: auto auto auto auto;
    }
*/

    .custom-button {
        display: none !important;
    }

    .welcome {
        /*        padding: 25px 25px;*/
        color: white;
    }

    p.truststeps {
        padding: 5px 20px;
        color: white;
    }

    ol.truststeps {
        padding: 0px 40px;
        color: white;
    }

    ul.truststeps {
        padding: 0px 40px;
        color: white;
    }

    .trusttable {
        color: #fff;
        margin: auto;
        border-radius: 10px;
        background-color: #f2f2f2;
        padding: 0px;
        width: 100%;
        color: #000;
        font-family: poppins;
    }

    .willstrustscontent,
    .willstrustscontent h2 {
        color: #fff;
        margin: auto;
        border-radius: 10px;
        background-color: #f2f2f2;
        padding: 0px;
        width: 100%;
        color: #000;
        font-family: poppins;
    }

    .bankruptcycontent,
    .bankruptcycontent p,
    .bankruptcycontent h2 {
        color: #000;
        margin: auto;
        border-radius: 10px;
        background-color: #f2f2f2;
        padding: 2vw 3vw;
        width: 100%;
        color: #000;
        font-family: poppins;
    }

    .bankrupctycontent li {
        list-style-type: decimal;
    }


        .willstrusts {
    padding: 20vw 16px;

}

    .contactus {
        margin: auto;
        padding-top: 5%;
        width: 100%;
    }
    
    .contactuspage {
    padding: 34vw 16px;

}
    
        .contacttable {
        margin: auto;
        padding-top: 5%;
        width: 100%;
    }

    .contactus img {
        margin: auto;
        display: block;
    }

    .willstruststeps {
        padding: 34vw 16px 0px 16px;
        font-family: poppins;
        color: white;
    }
    
    .contactoutro {
    width: 90%;
}
}

/*        // Average Mobile*/
@media only screen and (max-width: 420px) {
    width: 100vw;
    transform: skew(0deg, 0deg);
    left: 0px;

    navbar a.right,
    navbar a {
        float: none;
        margin: 0;
        padding: 0;
    }
    
    ul,
    li {
        padding: 0rem;
    }

    /*    .navbar {
        display: grid;
        grid-template-columns: auto;
    }*/

    .trusttable {
        color: #fff;
        margin: auto;
        border-radius: 10px;
        background-color: #f2f2f2;
        padding-left: 1rem;
        width: 100%;
        color: #000;
        font-family: poppins;
    }
    
    .willstrusts {
    padding: 23vw 16px;

}

    .willstrustscontent,
    .willstrustscontent h2 {
        color: #fff;
        margin: auto;
        border-radius: 10px;
        background-color: #f2f2f2;
        padding-left: 2rem;
        width: 100%;
        color: #000;
        font-family: poppins;
    }

    .bankruptcycontent,
    .bankruptcycontent h2 {
        color: #000;
        margin: auto;
        border-radius: 10px;
        background-color: #f2f2f2;
        padding: 0px;
        width: 100%;
        color: #000;
        font-family: poppins;
    }


    .gallery {
        color: black;
        font-family: 'Poppins', sans-serif;
        /*        display: grid;
        grid-template-columns: auto;*/
        font-weight: bold;
        text-align: center;
        /*        background-color: #f2f2f2;*/
        border-radius: 10px;

    }

    .gallery-learnmore {
        background-color: #9D1C20;
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 2em;
        display: grid;
        font-weight: bold;
        text-align: center;
    }

    .bankruptcy {
        color: white;
        font-family: poppins;
        padding: 30vw 16px 0px 16px;
        background-color: #19587B;

    }

    .contactus {
        padding-top: 5%;
    }

    .contactus img {
        margin: auto;
        display: block;
    }
    
        .contactuspage {
    padding: 38vw 16px;

}

    footer p {
        color: white;
    }

    .banner-slide {
        width: 100%;
        background: #19587B;
        position: relative;

        .banner-overlay {
            position: relative;
            background: -moz-linear-gradient(left, rgba(25, 88, 123, 1.0) 0%, rgba(25, 88, 123, 1.0) 0%);
            background: -webkit-linear-gradient(left, rgba(25, 88, 123, 1.0) 0%, rgba(25, 88, 123, 1.0) 0%);
            background: linear-gradient(to right, rgba(25, 88, 123, 1.0) 0%, rgba(25, 88, 123, 1.0) 0%);

            .banner-content {
                height: 400px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;

                h1 {
                    color: white;
                    font-size: 3vw;
                    padding-top: 85px;
                    padding-bottom: 0px;
                    margin-bottom: 0px;
                    padding-bottom: 5px;
                    line-height: 85px;
                    -webkit-text-stroke-width: 3px;
                    -webkit-text-stroke-color: black;
                }

                p {
                    display: none;
                }
            }
        }
    }
}

}
