/*
    IN THE ROOM Buy for Congress page

*/
body
{
    color: #5c5c5c;
    font-family: arial;
    font-size: 110%;
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #4b7435;
}

.backgroundImage
{
    position: fixed;
    top: 20px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    z-index: 0;
    opacity: .25;
}

h1
{
    font-size: 1.75em;
    margin-block-start: 0;
    margin-block-end: 0;
}

h2
{
    font-size: 1.25em;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3
{
    font-size: 3em;
    margin-block-start: .5em;
    margin-block-end: 0;
}

h4
{
    font-size: 2em;
    margin-block-start: .5em;
    margin-block-end: 0;
}

div, span, img
{
    box-sizing: border-box;
}

p
{
    text-indent: 1em;
}

a
{
    color: #4b7435;
    cursor: pointer;
}

.noStyleLink
{
    text-decoration: none;
}

ul
{
    list-style-type: none;
}

li
{
    margin-top: 1em;
}

.mainList
{
    margin-left: 8%;
    font-size: 1.25em;
    list-style-type: square;
}

table
{
    border-spacing: 20px 8px;
    font-size: 18px;
}

.greyfont
{
    color: #5c5c5c;
}

.greenfont
{
    color: #4b7435;
}

.audioPlayer
{
    width: 90%;
    height: 45px;
    margin: 8px 0;
}

audio::-webkit-media-controls-enclosure
{
    background-color: #fcf2e4;
}

.header
{
    
}

.pointer
{
    cursor: pointer;
}

.siteImageContainer
{
    display: block;
    position: relative;
    width: 90%;
    max-width: 400px;
    height: 100%;
    margin: 0 auto 0;
    padding: 0 0 30px 0;
    z-index: 2;
}

.siteImage
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mainPage
{
    position: relative;
    width: 90%;
    max-width: 1200px;
    min-height: 100vh;
    margin: 20px auto;
    font-family: sans-serif;
    background-color: #e0e0e0;
}

.mainContent
{
    padding: 4%;
    font-family: serif;
}

.button
{
    width: fit-content;
    margin: 4% auto;
    padding: 3% 5%;
    background-color: #226601;
    border-radius: 20px;
    border: solid 3px #9aba9b;
    color: #e0e0e0;
    text-align: center;
    box-shadow: 4px 4px 6px gray;
}

.buyButton
{
    padding: 3px 8px;
    background-color: #e0e0e0;
    border-radius: 6px;
    border: solid 1px #5c5c5c;
    color: #222222;
    cursor: pointer;
}

.buyButton:hover
{
    background-color: #9aba9b;
}

.sectionContainer
{
    position: relative;
    padding: 36px 5%;
    background: linear-gradient(180deg, #e0e0e0a8, #e0e0e000);
    z-index: 1;
    box-shadow: 0 -4px 4px #00000055;
}

.sectionContainer:first-child
{
    margin: 3% auto;
}

.sectionContainer::after 
    {
        content: "";
        clear: both;
        display: table;
    }

.sectionTitle
{
    text-align: center;
    width: 100%;
    padding: 0 30px 10px;
    color: #4b7435;
}

.sectionImageContainer
{
    float: right;
    max-width: 40%;
    height: 100%;
    min-width: 175px;
    margin: 20px 0 20px 12px;
}

.sectionImageContainer::after 
    {
        content: "";
        clear: both;
        display: table;
    }

.sectionImage
{
    max-width: 100%;
    max-height: 350px;
    object-fit: contain;
}

.imageShadow
{
    box-shadow: 4px 4px 6px gray;
}

.sectionContent
{
    font-size: 1.25em;
}

.contentImage
{
	display: block;

	width: 25%;
	margin: 0 auto;
}

.counterContainer
{
	margin: 30px auto;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}

.counter
{
	display: inline;
	background: #5c5c5c;
	color: #e0e0e0;
	font-weight: normal;
	margin: 2px;
	padding: 4px 6px;
	border-radius: 6px;
}

.dynamicSection
{
	display: block;
	width: auto;
	max-width: 600px;
	margin: 0 auto;
}

.logoLinks
{
    height: 28px;
    margin: 8px 8px 0;
}

.podcastContainer
{
    margin: 20px 5%;
    padding: 2px 0;
    background: #809db85e;
}

.footer
{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1% 2% 2%;
    text-align: center;
}

.footerText
{
    margin: 0 auto;
    text-align: center;
    font-size: .875em;
}

.collapsible
{
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
}

.active, .collapsible:hover
{
    background-color: #4b7435;
}

.collapsible:after
{
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after
{
    content: "\2212";
}

.collapsibleContent
{
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

@media screen and (max-width: 600px)
{
	.sectionImageContainer
	{
		float: none;
		max-width: 100%;
	}
}

@media screen and (max-width: 500px)
{
	h1
	{
		font-size: 1.5em;
	}
	
	table
	{
		border-spacing: 8px 8px;
    }
    
	.mainPage
	{
		width: 96%;
	}
	
	.sectionContainer
	{
		padding: 36px 3%;
	}
	
	.sectionTitle
	{
		padding: 0 0 10px;
	}
}
