@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
 	--theme-headline-font: "Montserrat", serif;
	--theme-text-font: "Montserrat", serif;
}

.header-content .header-links ul li a {
  font-size: 16px;
}


.header-content .header-links ul li {
  align-content: center;
  padding: 0.75rem, 1rem;
}


.header a:hover, .footer a:hover {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
  font-weight: 700;
}

.header-content .header-links ul li:nth-child(3),
.header-content .header-links ul li:nth-child(4),
.header-content .header-links ul li:nth-child(5),
.header-content .header-links ul li:last-child {
	border: 1px solid #fff;
    padding: 0.75rem 1rem;
  	border-radius: 6px;
  	background-color: #2a9bd2;
    transition: background-color .30s ease-in-out, border .30s ease-in-out;
}


.header-content .header-links ul li:nth-child(3) a,
.header-content .header-links ul li:nth-child(4) a,
.header-content .header-links ul li:nth-child(5) a,
.header-content .header-links ul li:last-child a {
  	color: #fff !important;
}


.header-content .header-links ul li:nth-child(3):hover,
.header-content .header-links ul li:nth-child(4):hover,
.header-content .header-links ul li:nth-child(5):hover,
.header-content .header-links ul li:last-child:hover {
	border: 1px solid #2a9bd2;
  	border-radius: 6px;
  	background-color: #fff;
}

.header-content .header-links ul li:nth-child(1) a:hover,
.header-content .header-links ul li:nth-child(2) a:hover {
 	 font-weight: 700 !important;
}


.header-content .header-links ul li:nth-child(3) a:hover,
.header-content .header-links ul li:nth-child(4) a:hover,
.header-content .header-links ul li:nth-child(5) a:hover,
.header-content .header-links ul li:last-child a:hover {
  	color: #2a9bd2 !important;
}

.page-pagination {
  width: 100%;
}

footer {
	display: flex !important;
}

ul.footer-content li:nth-child(2) {
  display: none;
}

.footer div:nth-child(1) {
  align-items: center;
  flex-direction: column;
}

footer .footer-logo {
  	margin-bottom: 15px;
  	margin-right: 0;
}

.footer-content {
	margin: auto;
  	margin-top: 15px;
  font-size: 12px;
}

.footer-links a {
	font-weight: 500;
  font-size: 16px;
}
.footer-links a:not(:last-child)::after {
	content: '|';
}
