
@import url("font-awesome.min.css");




body {
		background: #d1d3bb;
	}



#header {
		
		background: #fff;
		
	}
#header img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		max-height: 165%;
}



#teampage h1 {
			font-family: fenway-park-jf, sans-serif;
			text-shadow: 0.03em 0.05em 0 rgba(213, 163, 50, 0.9);
			/*text-shadow: 0.03em 0.05em 0 rgba(102, 150, 145, 0.9);*/
			color: #222629;
			letter-spacing: 3px;
}

#blogpage h1 {
			font-family: fenway-park-jf, sans-serif;
			text-shadow: 0.03em 0.05em 0 rgba(150, 51, 32, 0.9);
			/*text-shadow: 0.03em 0.05em 0 rgba(102, 150, 145, 0.9);*/
			color: #222629;
			letter-spacing: 3px;
}


#frontpage h1 {
			font-family: fenway-park-jf, sans-serif;
			text-shadow: 0.03em 0.05em 0 rgba(102, 150, 145, 0.9);
			color: #222629;
			letter-spacing: 3px;
}

#eventpage h1 {
			font-family: fenway-park-jf, sans-serif;
			text-shadow: 0.03em 0.05em 0 rgba(109, 137, 93, 0.9);
			color: #222629;
			letter-spacing: 3px;
}

#header p {
			text-transform: uppercase;
			
		}

h1, h3, h4, h5, h6 {
		font-weight: 600;
		text-transform: capitalize;
	}

a:hover {
			color: #d1d3bb;;
			border-bottom-color: rgba(255, 255, 255, 0);
		}

#logoimage img {
	display: block;
	position: absolute;
	left: 52px;
	top: 5%;
	max-height: 165%;
}

#nav {
		position: absolute;
		top: 3.5em;
		left: 0;
		width: 100%;
		cursor: default;
	}
ul {
		top: 2em;
		margin-bottom: 0.5em;
	}

/* main.css | https://mama4mt.org/strongly_typed/assets/css/main.css */

ul li:first-child {
  /* margin-top: 0; */
  margin-top: 0.75em;
	margin-bottom: 0.5em;
}

#nav > ul > li.active > a > span, #nav > ul > li:hover > a > span {
				color: #a32206;
			}
#nav > ul > li.active > a:before, #nav > ul > li:hover > a:before {
				background: #a32206;
				color: #fff;
			}

			#nav > ul > li.active > a > span, #nav > ul > li:hover > a > span {
				color: #a32206;
			}


/* main.css | file:///Users/jackattack/Sites/MAMA/strongly_typed/assets/css/main.css */

/* main.css | file:///Users/jackattack/Sites/MAMA/strongly_typed/assets/css/main.css */

#content > section:first-child, #content > article:first-child {
  /* margin: 0; */
  margin-left: 4em;
  margin-right: 3em;
}

#blog {
	padding-top: 0;
	padding-bottom: 0;
}


.borders{

    padding: 1em 1em 3em 1em;
    border-bottom: solid 2px #e5e5e5;
   
}

.toppadding {
	padding-top: 1em;
	text-align: justify;
}
#justify {

	text-align: justify;
}

#imagelogo{
	float: left;	
	
}

.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Header */

			#header > .container {
				padding: 10em 0 7em 0;
			}

		/* Nav */

			#nav {
				display: none;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#titleBar .toggle {
					text-decoration: none;
					position: absolute;
					left: 0;
					top: 0;
					width: 50px;
					height: 50px;
					border: 0;
		}

						#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						text-align: center;
						font-family: 'Font Awesome 5 Free';
						content: '| | |';
						transform-origin: center;
						transform: rotate(-90deg);
						font-weight: 900px;
						padding-top: .5em;
						
						text-decoration: none;
						width: 50px;
						height: 50px;
						background: rgba(232, 232, 232, 0.9);
						
						border-radius: 4px;
						position: absolute;
						left: 5px;
						top: 5px;
						box-shadow: 0.125em 0.125em 0 0 rgba(0, 0, 0, 0.15);
						
						line-height: 40px;
						
						color: #aaa;
					}

					#titleBar .toggle:active:before {
						opacity: 0.5;
						
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #444;
				border-right: solid 2px #3c3c3c;
				font-weight: 400;
				text-transform: uppercase;
				color: #888;
				letter-spacing: 2px;
				font-size: 0.85em;
			}

				#navPanel .link {
					display: block;
					color: #ddd;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border: 0;
					border-top: solid 1px #3c3c3c;
					padding: 0 1em 0 1em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						font-weight: 600;
						color: #fff;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Sidebar */

			#sidebar {
				padding-top: 6em;
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.2em;
				letter-spacing: 2px;
				text-align: center;
				margin: 0 0 1em 0;
			}

				h2 br, h3 br, h4 br, h5 br, h6 br {
					display: none;
				}

		/* Image */

			.image.featured {
				margin: 0 0 1.5em 0;
			}

			.image.left {
				max-width: 35%;
			}

			.image.right {
				max-width: 35%;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				letter-spacing: 2px;
				display: block;
				padding: 1em 0 1em 0;
				width: 100%;
			}

		/* Actions */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Box */

			.box.excerpt header {
				text-align: center;
			}

		/* Header */

			#header > .container {
				padding: 6em 0 4em 0;
			}

			#header h1 {
				font-size: 2em;
				letter-spacing: 8px;
				line-height: 1.325em;
			}

			#header p {
				margin: 1.25em 0 0 0;
				letter-spacing: 2px;
			}

		/* Banner */

			#banner {
				padding: 5em 0;
			}

				#banner > .container {
					padding: 0;
				}

					#banner > .container:before, #banner > .container:after {
						display: none;
					}

				#banner p {
					font-size: 1.25em;
				}

		/* Features */

			#features {
				padding: 2em 0;
			}

				#features ul.actions {
					margin-top: 0;
				}

		/* Main */

			#main {
				padding: 2em 0;
			}

		/* Content */

			#content > section,
			#content > article {
				margin: 3em 0 0 0;
				padding: 3em 0 0 0;
			}

		/* Sidebar */

			#sidebar {
				padding-top: 3em;
			}

				#sidebar > section,
				#sidebar > article {
					margin: 3em 0 0 0;
					padding: 3em 0 0 0;
				}

		/* Footer */

			#footer {
				padding: 2em 0;
			}

				#footer ul.icons {
					margin-bottom: 0;
				}

		/* Copyright */

			#copyright .links {
				margin-bottom: 0;
			}

				#copyright .links li {
					display: block;
					padding-left: 0;
					margin-left: 0;
					border-left: 0;
				}

	}



