/* Import needed fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* text needs to show up on background */
header h1, h2, h3, h4, h5 {
    color: white !important; 
}

/* sane font defaults */
h1,h2,h3,h4,h5,a,b,i,div,p {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
}

/* match header title size */
h1.lh-title {
    font-size: 35.2px; 
}

/* match header spacing */
header div div.pv6-l {
    padding-top: 6rem; 
    padding-bottom: 8rem;
}

/* font settings for post/page content */
main p, main h1, main h2, main h3, main h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 300 !important; 
    color: #000 !important;
}

main p {
    font-size: 1.1rem;
    font-weight: 200 !important;
    line-height: 28.8px;
}

/* fixes for side-by-side text/images */
main article.measure-wide {
    max-width: 77rem;
    padding-left: 0px;
    padding-right: 0px;
}

#textimage-right {
    padding-left: 10px; 
}

/* decrease white space on main page */
main.pb7 {
    padding-bottom: 8rem;
}

/* change text for navbar links */
nav div.items-center li.list a.no-underline {
    font-size: 17px !important;
    font-weight: 300 !important;
}

/* copyright footer text centre align and styling */
footer div p {
    margin-left: auto;
    margin-right: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 200 !important;
    font-size: 16px !important;
    color: #fff !important;
}

/* otherwise background image will appear gray */
.bg-black-60 {
    background-color: rgba(0,0,0,.3); 
}

/* match background image */
header.cover {
    background-position: center; 
}

a[href="/"] {
    font-size: 28px; 
    padding: 20px;
}