/*
Theme Name: LC Peer Support
Theme URI: https://www.micahswebsolutions.com/
Author: Micah Sells
Author URI: https://www.micahswebsolutions.com/
Description: A proprietary theme created for the Lewis County Peer Support network
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mcs-starter
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/*
.nav {
  position: fixed;
  background-color: #222222;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.nav .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}

.nav ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  align-items: center;
  justify-content: center;
}

.nav a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 7px 15px;
  transition: all 0.3s ease-in-out;
}

.nav.active {
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav.active a {
  color: #000000;
}

.nav.active .container {
  padding: 10px 0;
}

.nav a.current, .nav a:hover {
  color: #C0392B;
  font-weight: bold;
}

.nav .logo img {
  width: auto;
  height: 64px;
}


.hero {
  background-image: url('img/tim-tiedemann-DmVDrTLFHBw-unsplash.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  z-index: -2;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.hero h1 {
  font-size: 46px;
  margin: -20px 0 20px;
}

.hero p {
  font-size: 20px;
  letter-spacing: 1px;
}

.content h2, .content h3 {
  font-size: 150%;
  margin: 20px 0;
}

.content p {
  color: #555555;
  line-height: 30px;
  letter-spacing: 1.2px;
}

#main {
  position: relative;
  top: 10rem;
} */

.pslc-block-container {
	max-width: 1100px;
}

.wp-block-buttons > .wp-block-button {
	transition: opacity 0.3s ease-in-out;
}

.wp-block-buttons > .wp-block-button:hover {
	opacity: 0.7;
}

.wp-block-buttons > .wp-block-button.lightBtn {
	color: #232323;
	background-color: #eeeeee;
}
.wp-block-buttons > .wp-block-button.darkBtn {
	color: #eeeeee;
	background-color: #333333;
}

.teaser-box {
	padding: 0.5rem 1rem;
	margin: 1rem auto;
	width: 86%;
	border-radius: 8px;
	background-color: #EEEEEE;
}

#site-header img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

nav#site-menu ul li a {
	font-weight: 500;
}
nav#site-menu ul li a:hover {
	border-bottom: none !important;
}

#site-masthead:before { 
	z-index: 1;
}

#site-masthead>.container { 
	z-index: 2;
}

#header-dept-logos img {
	width: auto;
}

