@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Noto Sans Display", sans-serif;
}

section.header {
    padding: 30px 0px;
}

section.header img {
    width: 120px;
    object-fit: cover !important;
}

section.pagetitle {
    background: url('../images/title_bar_bg.webp');
    background-size: cover;
    min-height: 125px !important;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.pagetitle h1 {
    margin-bottom: 0px !important;
    font-weight: 500;
    line-height: 1.2;
    color: #1c1c1c;
    font-size: 2rem !important;
}

section.about {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: #fafafa;
}

section.about p {
    font-size: 16px !important;
}

section.about p:first-child {
    font-size: 20px !important;
}

.page-sidebar {
    background: white;
    padding: 25px 20px;
    border-radius: 10px;
}

.page-sidebar ul {
    margin-bottom: 10px !important;
}

.page-sidebar p.head {
    font-weight: 500;
}

.page-sidebar ul li {
    color: #0059c6;
    text-decoration: underline;
    font-size: 17px !important;
}

section.about .row {
    align-items: center;
}

a.registerbtn {
    background: red;
    color: white !important;
    text-decoration: none;
    display: block;
    width: max-content;
    margin-top: 30px !important;
    padding: 0.4375rem 0.9375rem;
    background-color: #0059c6;
    border-color: #0059c6;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}

section.posts {
    padding: 0px 0px;
    background: #fafafa;
}

section.posts img {
    width: 100% !important;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-top: 30px;
}

section.posts h6 {
    margin-top: 0;
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1.5rem;
    font-size: 1.125rem !important;
}

section.posts p {
    font-size: 17px;
    margin-top: 15px;
}

section.footer {
    background: #fafafa;
    padding-top: 40px;
}

section.footer .container {
    border-top: 1px solid #e3e3e3;
}

p.copyright {
    text-align: center;
    margin-bottom: 0px !important;
    padding: 15px 0px;
    font-size: 17px;
    font-family: 'Noto Sans Display';
    font-weight: 500;
}

@media all and (max-width : 767px){
.page-sidebar {
    margin-top: 40px;
}
}