/*
Theme Name: My Base Theme
Theme URI: [Theme URL]
Author: [Author Name]
Author URI: [Author URL]
Description: [Theme Description]
Version: [Theme Version]
License: [Theme License]
License URI: [Theme License URL]
Tags: [Theme Tags]
*/

ul.wp-block-page-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.wp-block-page-list li {
	padding: 10px 0;
	border-top: 1px solid #999;
}

ul.wp-block-page-list li:last-of-type {
	border-bottom: 1px solid #999;
}

ul.wp-block-page-list li ul li {
	border: 0 !important;
}

.navbar-brand img {
	width: 80px;
}

@media (min-width: 992px) {
	#mainNav.is-fixed {
		position: fixed;
		top: -113px;
	}
}