body {
    font-family: "Montserrat";
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "montserrat-bold";
}

p {
    color: #8f8f8f;
}

.colored-section {
    background-color: tomato;
}

.white-section {
    background-color: white;
}

#title {
    background-color: #ff4c68;
    color: white;
    text-align: left;
}

.container-fluid {
    padding: 3% 15% 10%;
}

a {
    text-decoration: none;
}

.navbar-brand {
    font-size: 2.5rem;
    font-weight: bold;
}

.navbar {
    padding-left: 0;
}

.nav-link {
    font-size: 1.5rem;
}

.title {
    padding-top: 100px;
    font-size: 5rem;
}

.buttons {
    padding-top: 100px;
}

.titleImage {
    padding-left: 100px;
}

.imageTitle {
    width: 80%;
    padding-top: 20px;
    transform: rotate(25deg);
    position: absolute;
}

@media(max-width:900px) {
    .imageTitle {
        position: static;
        transform: rotate(0deg);
    }
    .title {
        text-align: center;
    }
}

.download {
    width: 10rem;
    height: 3rem;
    font-size: large;
}


/* Feature section */

#features {
    /* margin: 100px auto 2rem auto; */
    padding: 7% 15% 15%;
    position: relative;
}

.featureBox {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

h3 {
    font-size: 1.5rem;
    font-family: "Montserrat-bold";
}

.fetaureIcon {
    color: #ef8172;
    font-size: 5rem;
    margin-bottom: 20px;
}

.fetaureIcon:hover {
    color: #ff4c68;
}


/* testimonial section */

.testimonials {
    padding: 7% 15%;
    color: white;
    line-height: 1.5;
    font-family: "Montserrat-bold";
}

.testimonial-img {
    width: 20rem;
    height: 20rem;
    border-radius: 100%;
    margin: 10px 15px 10px 15px;
    padding: 10px 20px 10px 20px;
}


/* press section */

.press-Images {
    background-color: tomato;
    padding: 5rem;
}

.pImages {
    padding: 5px 10px 3px 10px;
}


/* pricing section */

.card {
    text-align: center;
    margin-top: 10px;
    margin-right: 15%;
    margin-left: 15%;
    border-style: solid;
}

h2 {
    font-weight: bold;
}

.dogbreed {
    font-family: "Montserrat-bold";
    font-weight: bolder;
}

.pricing-heading {
    margin-top: 100px;
}

.price-row {
    margin-top: 50px;
}


/* copyright section */

#cta {
    background-color: #ff4c68;
    font-family: "montserrat-black";
    color: white;
    padding: 3% 15% 7%;
}

.cta-title {
    padding: 10px 15px 20px 15px;
    font-weight: bold;
    font-size: 3rem;
}

#footer {
    padding-top: 50px;
}

.copyrightText {
    padding-top: 30px;
}