@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Montserrat", sans-serif;
}

a.navbar-brand img {
    width: 120px;
}

section#wrapper {
    padding: 50px 0 150px 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ea684e;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ea684e;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.bg-light {
    padding: 18px 0;
}

section#wrapper p,
section#wrapper ul li {
    font-size: 16px;
    line-height: 30px;
}

section#wrapper h1 {
    font-size: 32px;
}

section#wrapper h3 {
    font-size: 22px;
}

#hero {
    background-image: url(../img/hero-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    border-radius: 0 0 30px 30px;
}

.hero-caption p {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.hero-caption h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
}

section#aboutapp {
    padding: 80px 0;
}

.about-app img {
    width: 100%;
    border-radius: 10px;
}

.about-desc ul li b {
    color: #2f4f4f;
}

.about-desc ul {
    padding: 0;
    margin: 0;
}

.about-desc ul li {
    list-style-type: none;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 17px;
}

.about-desc p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 30px;
}

.about-desc h2 {
    font-size: 32px;
    color: #2f4f4f;
    letter-spacing: 0.5px;
}

footer {
    background: #2f4f4f;
    padding: 20px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

footer a:hover {
    color: #fff;
    opacity: 0.8;
}

footer a {
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
    font-weight: 600;
}

footer p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

body {
    position: relative;
    min-height: 100vh;
}