/* 
Theme Name: SIHFD Vol 2
Theme URI: http://sihfd.org
Author: Phillip Lane
Author URI: https://jalc.edu
Description: Theme for Southern Illinois Hunting and Fishing Days
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Tags: mobile friendly
Text Domain: sihfd

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. 
*/


@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

html {
	scroll-behavior: smooth;
}
.mainlogo {
    position: absolute;
    margin: auto;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 99;
}
body {
	background: #381603 url(https://sihfd.org/wp-content/uploads/2023/08/background2.jpg) center top no-repeat;
}
h1, h2, h3, h4, h5 {
	color: #381603;
	font-family: 'Lilita One', cursive;
}
h1 a {
	color: #fff;
	text-decoration: none;
}
h2 {
	font-size: 2.25rem;
}
h2.pageheading {
	margin-bottom: 30px;
}
h3 {
	font-size: 1.75rem;
}
h3.sponsorheading {
	font-size: 3rem;
    margin-top: 120px;
    margin-bottom: 60px;
	text-shadow: 1px 1px #000;
}
a {
	color: #f4871c;
}
header h1 {
	font-size: 2.5rem;
	color: #fff;
	margin: 0;
	padding: .75rem 0;
	font-style: italic;
}
nav {
	margin: 0;
	padding: 0;
	height: 100%;
}
nav a {
	color: #381603;
	background: #fff;
  	opacity: 0.7;
 	transition: 0.4s;
	margin: 0 2px 0 0;
	display: inline-block;
	text-decoration: none;
	height: 100%;
	width: 49%;
	text-align: center;
	padding-top: 50px;
}
nav a:hover {
	opacity: 1;
	color: #381603;
}
.contentflcont {
	background: #fcf9ea url(https://sihfd.org/wp-content/uploads/2023/08/background-paper.jpg);
	padding: 30px 0;
}
.contentflcontpage {
	background: #fcf9ea url(https://sihfd.org/wp-content/uploads/2023/08/background-paper.jpg);
	padding: 70px 0;
}
h2.homeheading {
	text-align: center;
	margin-top: 15px;
	color: #fff;
	font-size: 2.4rem;
}
h2#eventnews {
	margin: 30px 0;
	text-align: center;
}
h2#aboutevent {
	margin: 60px 0 30px 0;
	text-align: center;
}
.himagecontain {
	position: relative;
	text-align: center;
	/* background: #fff; */
}
.himagecontain img.lrgbnimg {
	opacity: 0.5;
	padding: 0;
}
.eventposts {
	background: #f8ebe1;
	border-radius: 20px;
	padding: 20px;
}
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a {
	text-decoration: none;
}
#bottom {
	padding: 60px 0 600px 0;
	text-align: center;
}
footer p, footer h3, footer h4 {
	color: #fff;
}
.lrgtxt {
    font-size: 140%;
}

.sponsors p {
	margin-top: 15px;
}
.stbg {
	background: #151F6D;
}

/* From Facebook Feed */
#cff.cff-palette-1 .cff-item, #cff.cff-palette-1 .cff-item.cff-box, #cff.cff-palette-1 .cff-item.cff-box:first-child, #cff.cff-palette-1 .cff-album-item {
	padding: 15px;
}

/* Fix centering of captions below images */
.wp-block-image .aligncenter>figcaption {
	display: block;
}
.wp-block-image .aligncenter {
	text-align: center;
}

/* WpForms */
div.wpforms-container-full {

    background: rgba(255, 255, 255, 0.75);
    padding: 2rem;
}

/* Media Queries */

@media (max-width: 575.98px) {
	nav {
		margin-top: 30px;
		height: auto;
	}
	nav a {
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}
}