@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
body {
    font-family: 'Ubuntu';
    font-weight: 300;
    line-height: 1.7em;
}
h1, h2, h3, h4 {
    font-family: 'Montserrat';
    font-weight: 800;
}
img:not(.media-object) {
    max-width: 100%;
    height: auto;
}
bar {
    display: inline-block;
    height: 3px;
    width: 75px;
    background-color: #A160BF;
}
nav + * {
    margin-top: 130px;
}
.navbar-default {
    border-radius: 0;
    border: 0;
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #efefef;
}
.navbar-default ul li a {
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-brand {
    position: relative;
    z-index: 3;
    height: auto !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-right {
    padding-top: 25px;
}
.navbar-brand img {
    width: 150px;
    transition: all 0.2s;
}

footer {
    background-color: #F2F2F2;
    padding:30px 0;
    margin-top: 30px;
}

#articleTitle {
    padding:50px 0
}
#articleTitle h1 {
    margin-top: 0;
}
#articleSection {
    padding:50px 0
}

.articleCard {
    padding:10px 0;
}
.articleCard .date {
    font-size: 12px;
    color: #777;
}
.articleCard .text {
    padding:10px 0;
    color: #333;
}

.articleListCard .date {
    font-size: 11px;
    color: #777;
}






.btn {
    border-top:0;
    border-bottom:0;
    border-left-width:3px;
    border-right-width: 3px;
    border-radius: 0;
}
