@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700'); /* https://fonts.googleapis.com/css2?family=Sarala:wght@400;700&display=swap */
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html{
    font-size: 100%;
}
body {
    color: #494b51;
    font-family: "Sarala", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #049AD3;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
}
ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {line-height: 1.5}
h1{font-size: 1.8rem; font-weight:700}
h2{font-size: 1.6rem; font-weight:600}
h3{font-size: 1.5rem; font-weight:500}
h4{font-size: 1.2rem;}
h5{font-size: 1rem;}
h6{font-size: 0.8rem;}

header .logo img {
    width: 40em;
    max-width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size:1rem;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ED3237;
}

.ttl {
    background: #9c4337;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

section.about {
    padding: 30px 0 15px;
    background: #222;
    color: #fff;
    text-align: center;
}




footer {
    background: #9c4337;
    position: relative;
}
footer .foot {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
footer .copyright p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.9rem;
}
footer .copyright a {
    color: #00a859;
    font-size: 14px;
}








