/* 
* Typography
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");



* {
    font-size: 16px;
}

main>.container {
    padding: 170px 15px 0;
}

.container,
a,
p {
    font-family: 'Rubik', Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.site-banner-img {
    width: 100%!important;
    min-height: 90px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #333;
}

.site-banner-title {
    font-family: 'Bree Serif', Georgia, Garamond, 'Times New Roman', Times, serif;
    font-size: 1.7rem;
    text-decoration: none;
    padding: 5px 10px;
}

.site-banner-title:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bree Serif', Georgia, Garamond, 'Times New Roman', Times, serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Bree Serif', Georgia, Garamond, 'Times New Roman', Times, serif;
}

strong {
    font-family: 'Rubik', Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: 500;
}

/* 
* Navbar menu 
*/



.nav {
    transition: all 0.4s;
    left: 0;
    background-color: #fff;
}

li.nav-item>a{
    text-decoration: none;
    font-family: 'Bree Serif', Georgia, Garamond, 'Times New Roman', Times, serif;
    font-size: 1rem;
    color: black;
}
li.active>a{
    
    border-bottom: 2px solid;
    color: rgba(0, 0, 0, .6)
}
/*html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}*/

/*
* Footer
*/

.footer {
    background-color: #fff;
}


a.footer-social-link {
    text-decoration: none;
    color: rgba(0, 0, 0, 1)
}

a.footer-social-link:hover {
    color: rgba(0, 0, 0, .7)
}

