/* ############  Core Layout Components ############# */

html {
	background-color: white;
}

body {

	background-image: url(../images/Background_Overlay_Example.jpg), url(../images/Wavegrid_1080px2.png);
    background-repeat: no-repeat, repeat;
    background-size: 100vw 100vh, 2310px;
    background-attachment: fixed, fixed;
	 

    background-blend-mode: overlay;
    background-color: unset;
    
	
	/* good! together above!
	background-image: url(../images/Wavegrid_1080px2.png);
	background-repeat: repeat;
	background-size: 1920px;
	background-attachment: fixed;


	/* good!
	background-image: url(../images/Background_Overlay_Example.jpg);
	background-repeat: no-repeat;
	background-size: 100vw 100vh;
	background-attachment: fixed;
	*/

    
    /*
    background-image: url(../images/samplepicture.png), url(../images/Background_Overlay_Example.jpg), url(../images/Wavegrid_1080px2.png);
	background-size: auto, cover, cover;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-blend-mode: multiply, overlay;
	*/

	/* IE  */
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	
	/* end IE  */


	width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    color: #292E26;
    /* font-family: 'Arvo', serif;  */
    
    font-family: atrament-web;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: .5px;
    
    /* font-family: 'Annie Use Your Telescope', cursive; */



}

/* 
#wrapper {
	position: absolute;
}
*/

.container {
	max-width: 1500px;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.hidden {
	display: none;
}
  
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}



/* These may (and maybe should) effect normal links on a page..  */

a {
	color:#5E97AA;
    font-weight:bold;
}

a:link {/*color:#FF0000;*/
    color:#5E97AA;
    font-weight:bold;
}
a:visited {/*color:#00FF00;*/
    color:#5E97AA;
    font-weight:bold;
}
a:hover {
    color:#2B5362; /* !important  */

    
} 

a:active {/*color:#00FF00;*/
    color:#2B5362;
    
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}




/* Ok, do we know why these h1 things are here..?  */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {

    margin-top: .2em;
 
}
.btn {
	font-size: 20px;
	letter-spacing: .5px;
}

.btn-primary {
    color: #fff;
    background-color: #1b9df3;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2ea5f4;
    border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
	 	color:#fff;
	 	background-color:#2ea5f4;
	 	border-color:#0062cc;
	 	-webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);box-shadow:0 0 0 .2rem rgba(38,143,255,.5)

	 	box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
	
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2ea5f4;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.table td, .table th {
    padding: .25rem;
}

.fineprint {
	font-size: 20px;
}


/* ##################
##	Spinner stuff
###################*/

#edit_spinner {
    display: none;
    position: absolute;
    top: 40vh;
    left: 50%;
    z-index: 10;
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
        border-right-color: currentcolor;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}



/* 
#banner-image {
	max-width: 1920px;
}
*/

.rotated {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#close-mobile-menu {

}

#overlay-container{
	position: absolute;
	width: 100%;
	max-width: 1500px;
	height: 1004px;

	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: nowrap;

}
#hh-overlay-l {
	position: relative;
	z-index: 0;

	/*allowing it to shrink for now */
	margin-left: -14px;
	opacity: .56;

}
#overlay-space{
	position: relative;
}
#hh-overlay-r {
	position: relative;
	z-index: 6;

	margin-right: -14px;
	opacity: .56;

}


#home-header {
    height: 726px;
    max-width: 1920px;
    width: 100%;
}

#home-header-content {
	/* 
	z-index: -1;
    position: relative;
    */

	background-image: url(../images/Main_Image_w_Sides_Cropped.png);
    background-repeat: no-repeat;
    background-position: center;
    /* margin: 0 auto; */
    max-width: 1500px;
    text-align: center;

    height: 726px;

    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	padding-top: 86px;

}

#home-header-content h1 {
	/* Don't think this is used.. */
    color: #D72B1F;
    font-size: 84px;
    margin: 60px 0 20px 0;
    text-shadow: 0px 0px 2px #FFC535;
}

/*
# {
	display: none;
	height: 41px;
	width: 100%;
	position: absolute;
	background-color: #8AC2DF;
	opacity: .7;
	margin-top: 191px;
}
*/

/*
#home-header::after {
    content: "";
    background-image: url(/images/ExHall4.jpg);
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
*/

/*
#container {
    display: grid;
    width: 100%;
    min-height: 100vh;
}
*/

/*
header {
    
    height: 929px;
    width: 100%;

/*
    background-image: url(/images/ExHall1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
*/    
 /*} */
/*
header::after {
    content: "";
    background: url(/images/ExHall1.jpg);
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;  

    /* background-attachment: fixed; */
/*    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 230px;
}
*/

/*
#header-top {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    max-height: 220px;
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;

    position: fixed;


}
*/

#breadcrumbs{
	font-size: 26px;
	font-family: 'Annie Use Your Telescope', cursive;
	
	/* border: 1px solid black; */
	position: relative;
	background-color: rgba(255,255,255,0.45);
    width: auto; 
    height: auto;
    
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
    border-radius: 25px;
    color: #000;
    display: inline-block;
    margin-top: -17px;
}

#breadcrumbs > span {
	display: inline-block;
}



/* ## Home Page ## */
#news {
	position: relative;
	z-index: 30;
	font-family: atrament-web;
    /* background-color: rgba(250, 231, 199, 0.8);  */
    background-color: rgba(255,255,255,0.8);
    width: 65%; 
    height: auto;
    /* margin: 0 auto;  */
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 17.5%;
    padding: 16px;
    overflow: auto;
    border-radius: 25px;
    color: #000;

}
#news h3 {
	margin-top: .6em;
	margin-bottom: .6em;
	font-size: 23pt;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 35px;

}

.h3-sub {
    font-size: 20px;
}

#news p {
	font: atrament-web, sans-serif;
    text-align: left;
    font-size: 19pt;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;

}
#news ul {
    list-style: none;
    text-align: left;
}

/*
#header-right {
    color: #D72B1F;

    width: 13%;

    font-size: 19px;

    font-weight: bold;
    text-shadow: 0px 0px 2px #FFC535;
}
*/


#countdownbar {
	border-top: 18px #ffc535 solid;
	border-bottom: 18px #ffc535 solid;
	/* margin-top: 17px; */
	height: 116px;
	width: 100%;
	background-color: #75d2fe;
}
#countdown-container {

	/* IE  */
	display: -webkit-box;
	display: -ms-flexbox;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;

	-ms-flex-wrap: nowrap;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	-webkit-box-align: center;
	-ms-flex-align: center;

	/* end IE */
	
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;

}

#countdown-container div:nth-child(2) {
	color: #FFFFF3;

	/* -webkit-text-stroke-color: rgba(55,55,31,0.42);  */


	/* 
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: #5a92a1;
	paint-order: stroke;
	font-size: 60px;
	font-weight: 900;
	word-spacing: 3vw;
	*/
	-webkit-box-flex: 2;-ms-flex-positive: 2;

	text-transform: uppercase;
	flex-grow: 2;
	text-align: center;
	word-spacing: 2.2vw;
	
}

.count-num {
	font-size: 62px;
	font-family: atrament-web;
	-webkit-text-stroke-width: 2px;
	/* -webkit-text-stroke-color: rgba(55,55,31,0.42);  */
	-webkit-text-stroke-color: #5a92a1;
	font-weight: 900;
	letter-spacing: .15vw;


}

.count-text {
	font-size: 52px;
	font-family: 'Annie Use Your Telescope', cursive;
	-webkit-text-stroke-width: 4.7px;
	/* -webkit-text-stroke-color: rgba(55,55,31,0.42);  */
	-webkit-text-stroke-color: #5a92a1;
	paint-order: stroke;
	
	font-weight: 900;

	letter-spacing: .18vw;
	

	
	/* text-shadow: 0px 1px, 1px 0px, 1px 1px;
	text-shadow: 1px 2px, 2px 1px, 2px 2px;
	*/


}

.count-spacer {
	font-size: 55px;
	font-family: atrament-web;
	-webkit-text-stroke-width: 2px;
	/* -webkit-text-stroke-color: rgba(55,55,31,0.42);  */
	-webkit-text-stroke-color: #5a92a1;
	font-weight: 900;
	letter-spacing: .15vw;
}

.countarea {
	margin: 0;
	margin-bottom: 5px;
	/* line-height: 1px; */

}

#countdown-container div:nth-child(odd) {
	margin-top: 31px;
	opacity: .7;
}

#countdown-container div:nth-child(1) img {
	margin-left: 45px;
}

#countdown-container div:nth-child(3) img {
	transform: scaleX(-1);
	margin-right: 45px;
}


.card-deck {


	/*  IE  */
	-webkit-box-pack: center;
	-ms-flex-pack: center;

	display: -webkit-box;
	display: -ms-flexbox;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;

	-ms-flex-line-pack: center;

	/* end IE */


	justify-content: center;
	/* 
	margin-right: -45px;
	margin-left: -45px;
	*/
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	margin-bottom: -147px;

	position: relative;
	z-index: 8;

}

.ribbon-card:before {
	content: "";
	position: absolute;
	background-image: url(../images/cards/Cards_V3/Blue_Card_Open.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 4;
}

#home-cards-container a:hover {
	paint-order: stroke fill;
}

#home-cards-container a:visited {
	
	paint-order: stroke fill !important;
}

#home-cards-container a:active {
	
	paint-order: stroke fill !important;
}

#home-cards-container a:any-link {
	
	paint-order: stroke fill !important;
}


#home-cards-container a:nth-child(1):before {
	background-image: url(../images/cards/Cards_V3/Blue_Card_Open.png);
	z-index: 3;

}
#home-cards-container a:nth-child(2):before {
	background-image: url(../images/cards/Cards_V3/Blue_Card_Open.png);
	z-index: 3;
}
#home-cards-container a:nth-child(3):before {
	background-image: url(../images/cards/Cards_V3/Blue_Card_Open.png);
}
#home-cards-container a:nth-child(4):before {
	background-image: url(../images/cards/Cards_V3/Blue_Card_Open.png);
	z-index: 3;
}
#home-cards-container a:nth-child(5):before {
	background-image: url(../images/cards/Cards_V3/Blue_Card_Open.png);
}


#home-cards-container a:nth-child(4) > div > img {
	/* 
	margins for the trumpets
	*/
	margin-top: 42px;
	margin-left: 24px;
	
}

#home-cards-container div:nth-child(5) > div > img {
	/* blend attempt for derby cars 
	mix-blend-mode: multiply;
	*/
}

#home-cards-container div:nth-child(5) > div {
	z-index: 0;
}


.ribbon-card:after {
	content: "";
	display: none;
	position: absolute;
	background-image: url(../images/cards/Card-Title-Ribbon.png);
	background-repeat: no-repeat;

	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin-top: 77%;

	z-index: 4;
}

.ribbon-card {
	/* IE  */
	display: -webkit-box;
	display: -ms-flexbox;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;

	-webkit-box-align: center;
	-ms-flex-align: center;

	/* end IE */


	/* border: 1px solid red;  */
	position: relative;

	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;

	width: 100%;
	max-width: 429px;

	height: 429px; 
	
	
	display: flex;
	flex-direction: column;
	align-items: center;

}

.ribbon-img {

	/* IE */

	display: -webkit-box;
	display: -ms-flexbox;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;


	/* end IE */

	/* border: 1px solid black; */
	display: flex;
	position: relative;
	
	max-width: 378px;
	width: 100%;
	max-height: 380px;
	height: 100%;

	align-items: center;
	

	z-index: 2;

	justify-content: center;
	overflow: hidden;

	border-radius: 50%;
	margin-top: 9px;
	margin-left: -.25px;
	margin-left: -.40px;


}

.ribbon-img:before {
	/*
	
	*/
	border: 2px solid red;

	content: "";
	position: absolute;

	top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;

	z-index: 0;

	background-color: white;
	opacity: 0.17;
	/* opacity: 1; */


	/*
	display: flex;
	justify-content: center;
	overflow: hidden;
	display: block;
	max-width: 380px;
	width: 100%;
	max-height: 380px;
	height: 100%;

	align-items: center;

	border-radius: 50%;

	margin-top: 9px;
	margin-left: -.25px;
	*/


}



.ribbon-img > img {
	-webkit-box-flex: 0;
	
	-ms-flex: none;


	position: relative;
	z-index: 0;
	
	flex: none;

}

.ribbon-card h2 {
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 52px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	-webkit-text-stroke-width: 4.3px;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-color: black;
	paint-order: stroke fill;

	/* -webkit-text-stroke-color: #FFFFFF;  */

	
	position: absolute;
	z-index: 4;
	margin-top: 334px;
	letter-spacing: 3px;
	word-spacing: -.15em;
}

#main-stage {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 1em;
    min-height: 54vh;
    /* z-index: 51; */

    /* display: flex; */
}

#page-display {
	/* background-color: rgba(255,255,255,0.8); */
	min-height: 54vh;
	
	max-width: 1450px;
	width: 100%;
	border-radius: 25px;
	padding: 1em;
	padding-top: 5px;
}


#contact-page {
	/* IE */
	-webkit-column-gap: 40px;-moz-column-gap: 40px

	display: -ms-grid;

	/* end IE */


	width: 100%;
	margin: 0 auto;
	display: grid;
	/* grid-template-columns: 50% 50%;  */
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	row-gap: 40px;
}


#contact-form {

	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	
	grid-row: 1/3;
	grid-column: 1/2;
	
	width: 100%;
	
}

#contact-info {

	/* IE FULL */
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;

	/* end IE */

	/* Previous: 
	

	grid-row: 1/2;
	grid-column: 2/3;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;

	*/
	
}
#contact-info > div {
	margin-left: 5px;
	margin-right: 5px;
}

#contact-info div:nth-child(3) {
	-ms-flex-line-pack: center;
	align-content: center;
}

#map {

}

#gmap {
    border: 1px solid #1b9df3;
    border-radius: .25rem;

    width: 100%;
    height: 100%;
    min-height: 250px;
}

.form-control {
	font-size: 20px;
	letter-spacing: .5px;
}



/*
#####################################
	Rules and Regs page
#####################################
*/
#rules_regs_content h1, h2 {
	text-align: center;

}
.sub-h2 {
	text-align: center;

}


#rules_regs_content h2 {
	font-size: 1.5rem;
	margin-top: 3em;
}

#rules_regs_content p, ul {
	font-size: 20px;
}

/* ################################## */

/*
#####################################
	Ground Rental page
#####################################
*/

#grounds-rental-page {
	width: 100%;
	margin: 0 auto;
	display: grid;
	/* grid-template-columns: 50% 50%;  */
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	row-gap: 40px;
}

#ground-rental-form-area {
	position: relative;
	z-index: 7;
}	


/*
####################################
	Officers and Directors
####################################
*/

dd {
	margin-left: 15px;
}

.t_15_nobold {
	font-size: 15px;
}

#officers_directors_content h1 {
	width: 100%;
	text-align: center;
}

#officers_directors_content .row {
	padding-bottom: 20px;
	border-bottom: 1px solid #8AC2DF;
	padding-top: 10px;
}

#directors {
	
}

.flex-grid-sm {
	/* IE */
	display: -webkit-box;
	display: -ms-flexbox;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	
	-ms-flex-wrap: wrap;

	-ms-flex-pack: distribute;

	/* end IE */

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.flex-grid-sm > .flex-grid-item {
	min-width: 270px;
	
}

.committees-item {
	margin-left: 10px;
	margin-right: 10px;
	max-width: 300px;
}

.comittees-title {
	line-height: 20px;
	padding-top: 10px;
}

.table-center th, td {
	text-align: center;
}


/*
#################################
	Storage Page
#################################
*/
.info-page h1 {
	width: 100%;
	text-align: center;
}

.flex-2col {

	/* IE */
	display: -webkit-box;
	display: -ms-flexbox;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;

	-ms-flex-wrap: wrap;

	-ms-flex-pack: distribute;

	/* end IE */


	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.flex-col-item {
	-webkit-box-flex: 1;-ms-flex: 1 1 325px;

	flex: 1 1 325px;
	max-width: 750px;
	padding: .5em;
}











footer {
	/*
		background-image: url(../images/footer/Footer.png);
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	*/
	-webkit-transition: 2s;
	-o-transition: 2s;

	transition: 2s;
	position: relative;

	font-family: 'Annie Use Your Telescope', cursive;
	color:#ffffff;
	font-weight: bold;
    max-width: 1920px;
    width: 100%;
    /* height: 811px;  */
    /* background-color: #be381f; */
    /*padding: 1em; */


}


#footer-top:before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 303px;
	left: 0;
    bottom: 0;
    right: 0;
	
	background-image: url(../images/footer/Grass.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: cover;
	background-position: center;
	height: 342px;
	max-width: 1487px;
	width: 100%

}

#footer-top:after {
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;

	background-image: url(../images/footer/oldtimefair.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 7;

	height: 643px;
	max-width: 1496px;
	width: 100%;
}

#footer-top {

	/* border: 1px solid green;  */

	position: relative;
	height: 643px;
	margin-top: -10px;
		
	/*
	position: absolute;
	background-image: url(../images/footer/oldtimefair.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 6;
	
	height: 643px;
	width: 1496px;
	*/

}

.home-footer-top {
	margin-top: -161px;
}

#footer-content:before {
	content: "";
	position: absolute;
	top: -81px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 6;

    width: 100%;
    /* height: 252px;  */

	background-image: url(../images/footer/footer-red.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
	/* border: 4px solid yellow;  */
}

#footer-content {
	/* border: 1px solid black; */

	position: relative;
	
	/*
	background-image: url(../images/footer/footer-red.png);
	background-repeat: no-repeat;
	background-size: cover;
	*/

	max-width: 1920px;
	width: 100%;

}

#footer-container {
	/* border: 1px solid red;  */
	
	position: relative;
	z-index: 10;
	
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	text-align: center;
	/* padding: 4px; */
	padding-top: 11px;
	height: 100%;
	

/*
	border: 1px solid black;

	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;


    margin: 0 auto;
    max-width: 1500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
*/

}

#footer-test {
	display: none;
border: 1px solid black;
width: 100vw;
width: 100%;
height: 200px;
background-color: #bd381f;

background: linear-gradient( to left, #9d190e, #bd381f 50px),
            linear-gradient( to right, #9d190e, #bd381f 1.8% );
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 100%, 0px;
    background-position-y: 0px, 0px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-image: linear-gradient(to left, rgb(157, 25, 14), rgb(189, 56, 31) 3%), linear-gradient(to right, rgb(157, 25, 14), rgb(189, 56, 31) 3%);
    background-size: 50%, 50%;
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
}
/*
background:
linear-gradient(
      to left,
      #9d190e,
      #bd381f 1.8%
    ) 0, -100px,
    
    linear-gradient(
      to right,
      #9d190e,
      #bd381f 1.8%
    );


}
/* linear-gradient(
      to left,
      #9d190e,
      #bd381f 1.8%
    ),

/* 
linear-gradient(
      to right,
      #9d190e,
      #bd381f 5%
    ),
*/

#footer-container p {
	margin-bottom: 0em;
}

#footer-nav {
	line-height: 55px;
	
	font-size: 48px;
	
	word-spacing: .15vw;
	letter-spacing: .50vw;
	
	/* !! Adjust spacing. font size is good now. */

}

#footer-nav a:link {/*color:#FF0000;*/
    color:#ffffff;
    
}
#footer-nav a:visited {/*color:#00FF00;*/
    color:#ffffff;
    
}
#footer-nav a:hover {
	color:#2B5362;
    text-decoration: none;

    
} 

#footer-nav a:active {/*color:#00FF00;*/
    color:#2B5362;
    
}

#footer-address {
    font-size: 35px;
    text-align: center;
    word-spacing: .15vw;
	letter-spacing: .1vw;

}

#footer-credits {
	padding-top: 1em;
	font-size: 1em;
	padding-bottom: 5px;

}


#footer-credits a {
	color:#FFFFF3;
}

#footer-credits a:visited {/*color:#00FF00;*/
    color:#fffff3;
    
}
#footer-credits a:hover {
	color:#2B5362;
    /* text-decoration: none;  */

    
} 

#footer-credits a:active {/*color:#00FF00;*/
    color:#2B5362;
    
}