/* ==================================
C-C-C Family Assn. - 3rd generation website
-------------------------------------
Fonts: Raleway & Open Sans
-------------------------------------
Colors:
Tan Hide:       	#f79256
Raw Sienna:			#c86e41
Colonial White:		#fee9ba
Water Leaf:			#a5edde
Patina:				#5ea089
Baby Blue:			#deffff
Hippie Blue:		#6590b5
White:				#fff
Black:				#000
====================================*/
.w3-tan-hide {
	color: #f79256 !important;
}

.w3-raw-sienna {
	color: #c86e41 !important;
}

.w3-dark-unk {
	color: #99492b !important;
}

.w3-colonial-white {
	color: #fee9ba !important;
}

.w3-water-leaf {
	color: #a5edde !important;
}

.w3-patina {
	color: #5ea089 !important;
}

.w3-baby-blue {
	color: #deffff !important;
}

.w3-hippie-blue {
	color: #6590b5 !important;
}

.w3-blue-unk {
	color: #12316a !important;
}

/*===================================*/
/*       New color definitions
/*===================================*/
.history {
	background-color: #fdd091;
	background-repeat: repeat;
}

.w3-theme {
	color: #000 !important;
	background-color: #fcc687 !important;
}

.w3-theme-light {
	color: #000 !important;
	background-color: #ffe585 !important;
}

.w3-theme-dark {
	color: #fff !important;
	background-color: #994926 !important;
}

.w3-theme-2 {
	color: #000 !important;
	background-color: #a5edde !important;
}

.w3-theme-2light {
	color: #000 !important;
	background-color: #bdfff6 !important;
}

.w3-theme-2dark {
	color: #fff !important;
	background-color: #3f725b !important;
}

.w3-theme-3 {
	color: #000 !important;
	background-color: #96bdde !important;
}

.w3-theme-3light {
	color: #fff !important;
	background-color: #deffff !important;
}

.w3-theme-3dark {
	color: #fff !important;
	background-color: #0f2860 !important;
}

/* ==================================
html, body
====================================*/
html,
body {
	height: 100%;
}

body {
	color: #212226;
}

h1 {
	font-family: "Raleway", sans-serif;
	text-align: center;
	font-weight: 900;

}

h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	text-align: center;
}

.w3-lobster {
	font-family: "Lobster", Sans-serif;
}

.citation {
	font-family: "Marcellus SC", small caps;
	font-weight: 700;
	font-size: 17px;
}

.figcaption {
	font-family: "Marcellus SC", small caps;
	font-weight: 700;
	font-size: 15px;
	
	margin:0 auto 0 auto;
	background-color: #fdd091;
	width: 550px;
	padding: 15px;
	
}

#cite,
.cite {
	font-family: "Marcellus SC", small caps;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
}

.ul-hdg {
	text-decoration: none;
}

.font90 {
	font-size: 90%;
}

.mr35 {
	margin-right: 55px;
}

p {
	text-align: justify;
	font-size: medium;
}

hr.med-green {
	border-top: 3px solid #5ea089;
	background-color: #fff;
	width: 100%;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	z-index: 10;
}

.center-text {
	text-align: center;
	margin-left: -30px;
}

.center-object {
	margin: 0 auto 0 auto;
}

.p125 {
	font-size: medium;
}

p.p125::first-letter {
	font-size: 125%;
}

.p150 {
	font-size: medium;
}

p.p150::first-letter {
	font-size: 150%;
}

.underline {
	text-decoration: underline;
}
/* ==================================
                        Prepare Grid
====================================*/
* {
			box-sizing: border-box;
		}

		.grid-container {
			
			display: grid;
			grid-template-columns:250px 1fr 250px;
			grid-template-rows:60px 54px 27px 30px 200px repeat(3, auto);
			grid-template-areas:
				'header header header'
				'menu1 menu1 search'
				'breadcrumb breadcrumb search'
				'portions portions portions'
				'slider slider slider'
				'left-nav article article'
				'.      pagination      .'
				'footer footer footer';
			grid-gap: 0px;
			padding: 10px;
		}

		/*.grid-item {
			background-color: rgba(255, 255, 255, 0.8);
			text-align: center;
			padding: 0px;
			font-size: 20px;
		}*/

		.header {
			grid-column:1/span 3;
			grid-row:1;
			grid-area:header;
			margin:-9px 0 0 -10px;
			width:100%;
		}

		.menu1 {
			grid-column:1/span 2;
			grid-row:2;
			grid-area:menu1;
			
		}

		.breadcrumb {
			grid-column:1/span 2;
			grid-row:3;
			grid-area:breadcrumb;
		}

		.search {
			grid-column:3;
			grid-row:2/span 2;
			grid-area:search;

		}

		div.portions.history {
			grid-column:1/span 3;
			grid-row:4;
			grid-area:portions;
			/*width:100%;*/
			background-color:#fdd091;
		}

		.slider {
			grid-column: 1/span 3;
			grid-row: 5;
			grid-area:slider;
			background-color:#fdd091;


		}

		.left-nav {
			grid-column: 1;
			grid-row: 6 / span 2;
			grid-area:left-nav;
			display:block;

		}

		.article {
			grid-column:2 / span 2;
			grid-row:6;
			grid-area:article;
			display:grid;
			grid-template-columns:auto;
			grid-template-rows:repeat(6, auto);
			grid-template-areas:
				'ar-title1'
				'ar-text1'
				'ar-inst'
				'ar-carousel'
				'ar-title2'
				'ar-text2';
			background-color:#fdd091;
			}
			h1.ar-title1{
				grid-column:auto;
				grid-row:1;
				grid-area:ar-title1;
				
				
		}
			p.p150.ar-text1{
				grid-column:auto;
				grid-row:2;
				grid-area:ar-text1;
				margin-top:20px;
		}
			p.ar-inst{
				grid-column:auto;
				grid-row:3;
				grid-area:ar-inst;
				margin-top:30px;
				font-size:small;
				border:1px solid black;
		}
			div#CommemorativeCarousel.ar-carousel{
				grid-column:auto;
				grid-row:4;
				grid-area:ar-carousel;
		}
			/*.ar-title2{
				grid-column:auto;
				grid-row:5;
				grid-area:ar-title2;
				margin-left:250px;
				margin-top:500px;
		}*/
			

		.pagination {
			grid-column:2;
			grid-row:8;
			grid-area:pagination;

		}

		.footer {
			grid-column:1/span 3;
			grid-row:9;
			grid-area:footer;
			margin-left:-20px;


		
			display: grid;
			grid-template-columns: 2fr 3fr 2fr;
			grid-template-rows: auto;
			grid-template-areas:
				'footer-col1 footer-col2 footer-col3';
			background-color: white;


		}

		div.footer-col1 {
			
			background-color: white;
			margin-top: 30px;
			
			margin-left: 20px;
			
		}

		div.footer-col2 {
			position: relative;
			background-color: white;
			margin: 40px 0px 0 0px;
			
		}

		div.footer-col3 {
			
			background-color: white;
			margin: 40px 20px 0px 0px;
			
		}
	

/* ==================================
Preloader
====================================*/
#preloader {
	background-color: white;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#status {
	background-image: url("../images/preloader/preloader.gif");
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
}

/*====== Main Container ===================*/
#main-container {
	background-color: white;
}

#main-container-third-gen {
	background-color: #fdd091;
}

#main-container-fourth-gen {
	background-color: #94ffff;
}

#4-gen {
	background-color: #94ffff;
	/*border: 5px solid blue;*/
}

#5-gen {
	background-color: #fee9ba;
}

#main-container-fifth-gen {
	background-color: #fee9ba;
}

#main-container-sixth-gen {
	background-color: #a5edde;
}

#6-gen {
	background-color: #a5edde;
}

#7-gen {
	background-color: #25c5d7;
}

#history {
	background-color: #fdd091;
}

#archives {
	background-color: #f89c80;
}

#memorabilia {
	background-color: #fbd1a2;
}

/*=========================================
/*     Title Bar at Top
/*=========================================*/
#title-panel {
	position: fixed;
	grid-area: header;
	background-image: url('../images/ccc.jpg');
	background-repeat: yes;
	height: 70px;
	width: 100%;
	float: left;
	border: 3px #5ea089 solid;
	background: cover;
	color: #5ea089;
	text-align: center;
	padding: 0;
	margin-left: 0px;
	margin-top: 0;
	z-index: 25;
}

#ccc-logo {
	height: 56px;
	width: 112px;
	border: 3px solid #5ea089;
	margin: 5px 0 0 5px;
	float: left;
}

#title-bar-2 {
	font-family: "Perpetua", "Times New Roman", serif;
	font-size: 3.3vw;
	line-height: 35px;
	font-weight: 500;
	/*margin-top: 10px;*/
	margin-top: 12px;
	margin-left: 125px;
	text-align: center;
	z-index: 30;
}

/*=========================================*/
/*     Menu Bar
/*=========================================*/
#nav-bar {
	position: fixed;
	/*border-bottom: 1px black solid;*/
	background-color: #fdd091;
	height: 27px;
	width: 87%;
	margin-top: 60px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 4px;
	z-index: 25;
}

#nav-home-btn {
	width: 43px;
	margin-top: 22px;
	margin-left: -55px;
}

ul.nav-btns {
	list-style-type: none;
	position: relative;
	display: flex;
	flex-direction: row;
	margin-left: -50px;
	margin-top: 0px;
	z-index: 25;
}

#menu-bars {
	margin-right: 230px;
	padding-bottom: 20px;
}

}

#menu-bars:hover {
	color: bisque;
}

.w3-overlay {
	position: fixed;
	display: block;
	width: 100%;
	height: 40%;
	top: 135px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 30;
	cursor: pointer;
}

#vertical-btns {
	background-color: none;
	width: 30%;
	/*height: 100%;*/
	position: fixed;
	top: 150px;
	left: 0;
	z-index: 30;
}

.button1 {
	list-style-type: none;
	display: flex;
	position: relative;
	flex-direction: row;
	color: #006477;
	text-decoration: none;
	font-size: 12px;
	background-color: aliceblue;
	border-radius: 5px;
	border: 1px solid black;
	margin-top: 1px;
	padding: 3px;
	margin-left: 6px;
	font-weight: 400;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	z-index: 25;
}

a#nav-home-button.button1:hover,
a.button1:hover {
	color: white;
	background-color: #006477;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#menu-bars {
	position: relative;
	margin-right: 230px;
	padding-bottom: 20px;
	overflow-y: hidden;
	z-index: 25;
}

#menu-bars-button {
	position: fixed;
	border: 1px black solid;
	background-color: aliceblue;
	margin-top: 2px;
	margin-left: 15px;
	margin-right: 20px;
	width: 27px;
	padding: 3px;
	height: 24px;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 30;
}

#menu-bars:hover {
	color: bisque;
}

.w3-overlay {
	position: fixed;
	display: block;
	width: 100%;
	height: 40%;
	top: 135px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);

	z-index: 30;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}

#vertical-btns {
	background-color: none;
	width: 30%;
	/*height: 100%;*/
	position: fixed;
	top: 150px;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 30;
}

.w3-bar-block > vertical-btns a:hover,
.w3-bar-block > vertical-btns a:focus {
	background-color: bisque;
	text-decoration: none;
	color: black;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}

/*=========================================*/
/*     Breadcrumb
/*=========================================*/
.container-breadcrumb-lw {
	position: fixed;
	background-color:#fdd091;
	height: 27px;
	margin-left: -10px;
	margin-top: 87px;
	margin-right: 200px;
	width: 100%;
	z-index: 20;
}

ul.bc-bar.flex-container {
	background-color: #fdd091;
	position: fixed;
	z-index: 25;
}

.bc-bar {
	list-style-type: none;
	/*border:2px solid red;*/
	position: fixed;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #a5edde;
	width: 100%;
	height: 30px;
	margin: -8px 0 0 0px;
	padding: 3px 3px 0 0;
	margin-left: -24px;
	z-index: 25;
}

.bc-btn {
	text-decoration: none;
	position: relative;
	color: white;
	background-color: #deffff;
	font-size: 11px;
	height: 23px;
	margin: 0px 0 0 5px;
	border: 1px solid black;
	border-radius: 5px;
	padding: 3px 4px 0px 4px;
	z-index: 25;
}

#bc-button-home {
	list-style-type: none;
	position: relative;
	margin-left: 15px;
	margin-top: 0px;
	z-index: 25;
}

li.bc-btn.flex-item:hover {
	list-style-type: none;
	color: #fff;
	text-decoration: none;
	background-color: #feeebf;
}

.bc-btn,
.bc-btn:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

/*=========================================*/
/*    Search Box
/*=========================================*/
.sb-container {
	border: 1px solid black;
	/*background-attachment: fixed;*/
	position: fixed;
	border-radius: 5px;
	width: 250px;
	height: 58px;
	background-color: #fff8c9;
	padding-left: 7px;
	padding-top: 6px;
	right: 0;
	margin-top: 60px;
	/*overflow-y: hidden;*/
	z-index: 25;
}

.search > table {
	margin-top: -3px;
	margin-left: 1px;
}

#row1-cell1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.search-text {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 4px;
}

.text-none-gray {
	text-decoration: none;
	color: gray;
}

.text-color-darkgray {
	color: #606060;
}

#search-form {
	/*margin:0px;*/
	margin-top: 4px;
}

#search-btn:hover,
#search-btn:focus {
	background-color: #a5edde;
	color: black;
	font-weight: 400;
}

#search-btn,
#search-btn:hover,
#search-btn:focus {
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

/*=========================================*/
/*    Portions of the text...
/*=========================================*/
div.portions.history {
	position: relative;
	/*border:2px solid yellow;*/
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 35px;
	max-width: 86%;
	height: 35px;
	background-color: #fdd091;
	z-index: 12;
}

/*.portions p {
	position: relative;
	margin-top: 10px;
	margin-left: 200px;
	background-color:#FDD091;
	z-index: 12;
}*/

/*=========================================*/
/*   Animated Heading
/*=========================================*/
.animate__animated.animate__slideInLeft {
	--animate-delay: 2sec;
}

#anim-hdg {}

.slider {
	position: relative;
	background-color: #fdd091;
	z-index: 10;
}


.vertical-heading {
	margin-top: 30px;
	font-size: 20px;
}

/*#vert-hdng-about1 {
	margin: 50px 0 0 0;

}*/

div.vertical-heading h5 {
	color: #b05b36;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	word-spacing: 9px;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: relative;
	margin-top: 100px;
	margin-left: 270px;
}

div.vertical-heading h2 {
	text-align: left;
	margin-left: 345px;
	margin-top: -50px;
}

/*=========================================*/
/*  Left Nav Column
/*=========================================*/
#left-nav-col-2 {
	display: block;
	/*flex-wrap: wrap;*/
	position: relative;
	width: 220px;
	/* This one controls the overall width of the menu  */
	margin-top: 100px;
	margin-left: 10px;
	z-index: 2;
}

/*#left-nav-col-2-abt1 {
	position: sticky;
	width: 220px;
	margin-top: 350px;
	margin-left: 40px;
	z-index: 5;
}*/

/*#left-nav-container-abt1 {
	width: 230px;
	margin-top: 350px;
	z-index: 5;
}*/

/*#left-nav-container {
	width: 260px;
	/* Controls the width of a container.  */
	/*margin-left: 0px;
	z-index: 8;
}*/
hr#left-nav-hr2.med-green,
hr#left-nav-hr1.med-green{
	margin-left:-13px;
}
#left-column-bkgnd {
	position: sticky;
	background-color: #fee9ba;
	padding: 8px;
	/*max-width: 100%; */
	/*float: left; */
	/*margin-top: 10px; */
	border: 3px solid #5ea089;
	z-index: 8;
}

#crest-box {
	position: sticky;
	/*width: 250px;*/
	max-height: 250px;
	z-index: 8;
}

#crest {
	position: sticky;
	margin: 15px 0px 0 10px;
	z-index: 8;
}

#crest:hover {
	opacity: 0.5;
}

/*=================================*/
/*transition: 500ms; */
/*=================================*/
#crest {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#left-col-text {
	position: sticky;
	width: 205px;
	margin-left: 10px;
}

#left-col-text-abt1 {
	margin-left: 0px;
	width: 205px;
}

.center-font110pct {
	margin: 0 auto 0 auto;
	font-size: 20px;
}

.x-small {
	font-size: 13px;
	line-height: 16px;
}

/*=========================================*/
/*  Article
/*=========================================*/
.ar-title1 {
	margin: 100px 35px 0 20px;
	display: block;
}

.ar-text1 {

	/*border: 2px dotted red;*/

	margin: 0 30px 0 30px;

}

.ar-title2 {
	margin: 40px 35px 0 35px;
	position: relative;

	/*border: 2px dotted blue;*/

}

.ar-text2 {
	/*border: thin black solid;*/
	border-radius: 2px;
	text-align: center;
	font-size: x-small;
	margin: 30px 30px 0 30px;
}

/*=========================================*/
/*  Article 1
/*=========================================*/
.ar1-title1 {
	margin: 100px 35px 0 20px;
	display: block;
}

.ar1-text1 {

	/*border: 2px dotted red;*/

	margin: 0 30px 0 30px;

}

.ar1-title2 {
	margin: 40px 35px 0 35px;
	position: relative;

	/*border: 2px dotted blue;*/

}

.ar1-text2 {
	/*border: thin black solid;*/
	border-radius: 2px;
	text-align: center;
	font-size: x-small;
	margin: 30px 30px 0 30px;
}

.ml25 {
	margin-left: 25px;
}

/*.mw325-centered {
	max-width:325px;
	margin:0 auto 0 auto;
}*/
.w325-b-b-hover {
	width: 325px;
	border: thin black solid;
	box-shadow: 2px 2px 3px 2px gray;
	border-radius: 10px;
}

.w325-b-b-hover:hover {
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0.65;
}

.w325-b-b-hover:hover {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.mw325-b-b-hover {
	max-width: 325px;
	border: thin black solid;
	box-shadow: 2px 2px 3px 2px gray;
	border-radius: 10px;
}

.mw325-b-b-hover:hover {
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0.65;
}

.mw325-b-b-hover:hover {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.center-b-b-hover {
	margin: 0 auto 0 auto;
	border: thin black solid;
	box-shadow: 2px 2px 3px 2px gray;
	border-radius: 10px;
}

.center-b-b-hover:hover {
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0.65;
}

.center-b-b-hover:hover {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.pic-overlay {
	position: fixed;
	display: block;
	width: 100%;
	height: 40%;
	top: 135px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 30;
	cursor: pointer;
}

.p125cap-centered {
	font-family: "Marcellus SC", small caps;
	font-size: normal;
	text-align: center;
	/*	margin-top:0px;         */
	margin-bottom: 10px;
}

p.p125cap-centered::first-letter {
	font-size: 125%;
}

#row-1 {
	display: inline-block;
	width: 100%;
	height: auto;



}

.row-2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.art-1 {
	flex: 60%;
	flex-direction: row;
	border: 2px solid red;
	flex-shrink: 2;
}

.pix-1 {
	flex: 40% margin-left: 40px;
	border: 2px solid yellow;
	flex-shrink: 1;
}

#crislip-medal {
	float: left;
}

#medal-crislip {
	display: flex;
	margin: 0 0 0 50px;
	max-width: 250px;
	flex-direction: column;
	/*border: 2px solid blue;*/

}

/*=========================================*/
/*  Slide-show
/*=========================================*/
.mh600-br10-centered {
	max-height: 600px;
	border-radius: 10px;
	margin: 0 auto 0 auto;
}

.mh750-centered-b-b {
	max-height: 750px;
	border: thin black solid;
	box-shadow: 2px 2px 3px 2px gray;
	border-radius: 10px;
	margin: 0 auto 0 auto;
}

ol.carousel-indicators {
	bottom: -50px;
	margin-left:-190px;
	margin-right:auto;
	margin-top:200px;
	max-width: 400px;
	margin-bottom: 5px;
	background-color: #f79256;
}

ol.carousel-indicators .active {
	background-color: #5de2eb;
}

ol.carousel-indicators.li {
	background-color: #111;
}
/*ol.carousel-indicators{
	margin:200px 0 0 -190px;
}*/
.container-caption {
	height: 180px;
}
/*div.carousel-inner.container-fluid{
	position:relative;
	z-index: 1;
}*/
/*a.right.carousel-control{
	position:sticky;
	z-index: 14;
}*/

/*=========================================*/
/*  article-2
/*=========================================*/
#about-article2 {
	margin: 0 30px 0 0px;
}

#ul-margin {
	margin-left: 250px;
	margin-right: 35px;
}

/*=========================================*/
/*  footer-3 parts
/*=========================================*/
.footer-container {
	clear: both;
	background-color: lightgray;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-left:0px;
	padding: 0;
	width: 100%;
	z-index: 8;
}

.hor-rule {
	margin: 0 0px 0 0px;
}

/*#footer-container-sixth {
	clear: both;
	background-color: white;
	/*position: relative; */
	/*text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	width: 100%;
	z-index: 8;
}*/

.footer-motto {
	font-size: 30px;
	font-family: serif;
	text-align: center;
	font-style: italic;
	margin-top: 0;
	color: #000;
}

.footer-update {
	text-align: left;
	font-size: 12px;
	margin-left: 100px;
	color: black;
}

.fineprint {
	font-size: x-small;
	font-style: normal;
	margin: 0 auto 0 auto;
	margin-top: -5px;
}

/*============================*/
/*			Back to Top
/*============================*/
#back-to-top {
	position: fixed;
	background-color: #f79256;
	color: #fff;
	top: 92%;
	left: 96%;
	padding 5px;
	width: 40px;
	height: 40px;
	z-index: 13;
}

#back-to-top:hover {
	background-color: #6590b5;
	color: #f79256;
}

#back-to-top:hover {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

/*=====================================================*/
/*                     Media Queries
	/*=====================================================*/
@media only screen and (max-width: 1500px) {
	div.footer-col3 {
		margin-left: 0px;
		
	}

	div.footer-col2 {
		margin-left: 0px;
	}
}*/

/*@media only screen and (max-width: 1400px) {
	div.footer-col1{
		float:left;
		width:200px;
	}
	div.footer-col2 {
		margin-left: 370px;
	}

	div.footer-col3 {
		margin-left: 410px;
		/*border:2px solid black;*/
		/*width: 300px;
	}
}

/*@media only screen and (max-width: 1300px) {
	div.footer-col1 {
		width: 20%;
		margin-left: 0px;
	}

	div.footer-col2 {
		margin-left: 370px;
		margin-top: -150px;
		width: 30%;
	}

	div.footer-col3 {
		margin-left: 850px;
		/*border:2px solid black;*/
		/*width: 15%;
		margin-top: -200px;
	}
}*/

/*@media only screen and (max-width: 1200px) {
	div.footer-col3 {
		margin-left: 350px;
		margin-top: -150px;
		background-color:bisque;
	}

	div.footer-col2 {
		margin-top: -250px;
		width:40%;
	}
	div.footer-col1 {
		margin:100px 0 0 10px;
	}

	.pagination {
		margin-top: 50px;
	}
}

/*@media only screen and (max-width: 1050px) {

	
	div.footer-col1 {
		margin-top: 240px;
		width: 80%;
		margin-left: 220px;
		width: 200px;
	}

	div.footer-col2 {
		margin-top: -400px;
		width: 50%;
		margin-left: 150px;
	}

	div.footer-col3 {
		margin-top: 380px;
		margin-left: 300px;
	}

	#back-to-top {

		top: 92%;
		left: 90%;
	}

}*/

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

	#menu-bars-button {
		margin: 1px 0 0 6px;
	}

	div.left-nav {
		margin-top: 3600px;
	}
	div#commemorations.article.history{
		margin:50px 50px 0 -240px;
	}
	.ar-title1{
		margin:50px auto 0 auto;
	}
	p.p150.ar-text1{
		margin-top:-300px;
	}
	p.ar-inst.history{
		height:25px;
		margin:-500px auto 0 auto;
	}
	
	.nav-btns {
		z-index: 25;
	}
	hr#ar-sep.med-green{
		margin-top:-1300px;
	}
	div.ar-title2{
		margin-top:-1500px;
	}
	div.ar-text2{
		margin-top:-1750px;
	}
}

@media only screen and (max-width: 992px) {
	.bc-bar {
		background-color: #fdd091;
		width: 100%;
		height: 60px;
		margin: -8px 0 0 0px;
		margin-left: -24px;
		z-index: 25;
	}
	div.portions.history{
		margin-top:30px;
	}
	p.p150.ar-text1{
		margin-top:-240px;
	}
	p.ar-inst.history.center-object{
		margin-top:-450px;
		height:30px;
		padding:5px;
	}
	div#CommemorativeCarousel.ar-carousel.carousel.slide.container-fluid{
		margin-top:-670px;
		height:800px;
	}
	ol.carousel-indicators{
		margin-top:-300px;
	}
	div.pagination {
		margin-top: 200px;
	}

	div.left-nav {
		margin-top: 2000px;
	}

	.article {
		margin-left: -250px;
	}
	#ar-sep{
		margin-top:-1200px;
	}
	div.ar-title2{
		margin-top:-1500px;
	}
	div.ar-text2{
		margin-top:-1700px;
	}
	.footer {
		grid-column: 1 / span 3;
		grid-row: 9;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, auto);
		grid-template-areas:
			'footer-col2'
			'footer-col1'
			'footer-col3';
		background-color: white;
	}
	div.footer-col2{
		margin-top:-340px;
	}
	div.footer-col1{
		margin:400px auto 0 auto;
		position:relative;
		z-index: 15;
	}

}
@media only screen and (max-width: 945px) {
	div.footer-col1 {
		
		position:relative;
		margin:300px auto 0 auto;
		z-index: 18;
	}

	div.footer-col2 {
		
		margin: -400px  auto 0 auto;

	}
	div.footer-col3 {
		margin:200px auto 0 auto;
	}
}

@media only screen and (max-width: 900px) {
	p.p150.ar-text1 {
		margin-top: -230px;
		
	}
	p.ar-inst.history.center-object{
		margin-top:-400px;
	}
	div#CommemorativeCarousel .ar-carousel.carousel.slide{
		margin-top:-1500px;
		height:1000px;
	}
	ol.carousel-indicators{
		margin-top:-500px;
	}
	hr#ar-sep.med-green{
		margin-top:-1000px;
	}
	div.ar-title2.container-fluid{
		margin-top:-1300px;
	}
	div.ar-text2{
		margin-top:-1500px;
	}
	div.left-nav{
		margin-top:2900px;
	}
	div.pagination{
		margin-top:-80px;
	}
}

@media only screen and (max-width: 800px) {
	
	div.footer-col1 {
		margin-top: 300px;
		margin-left: 170px;
		width: 60%;
	}

	div.footer-col2 {
		margin-top: -400px;
		margin-left: 75px;
		width: 600px;
	}

	div.footer-col3 {
		margin-top: 350px;
		margin-left: 300px;
	}
}

@media only screen and (max-width: 700px) {
	.bc-bar {
		background-color: #fdd091;
		width: 100%;
		height: 90px;
		margin: -8px 0 0 0px;
		margin-left: -24px;
		z-index: 25;
	}
	
	#slide-in {
	position: relative;
	background-color: #a5edde;
	z-index: 10;
	}
	div.portions{
		width:420px;
		margin-top:50px;
	}
	.vertical-heading {
		margin-top: 30px;
		font-size: 20px;
	}
	ol.carousel-indicators{
		margin-top:600px;
	}
	div.vertical-heading h5 {
		color: #b05b36;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		word-spacing: 9px;
		display: inline-block;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		position: relative;
		margin-top: 160px;
		margin-left:60px;
	}

	div.vertical-heading h2 {
		text-align: left;
		margin-left: 130px;
		margin-top: -50px;
	}

		p.p150.ar-text1 {
		margin-top: 40px;
			
		
	}
	p.ar-inst.history.center-object{
		margin-top:450px;
		margin-left:45px;
		margin-right:45px;
		height:45px;
		padding:5px;
	}
	div.carousel-inner.conainer-fluid{
		margin-top:-100px;
		height:1000px;
	}
	div#CommemorativeCarousel.ar-carousel.carousel.slide.container-fluid.history{
		margin-top:-120px;
		height:400px;
		
	}
	h1.ar-title1{
		position:relative;
		margin-top:-450px;
		padding:0;
		top:600px;
		right:45px;
		
	}
	p.p150.ar-text1{
		margin-top:-100px;
	}
	div#CommemorativeCarousel.ar-carousel.carousel.slide.container-fluid.history{
			margin-top:-540px;
			height:1000px;
	}
	ol.carousel-indicators{
		margin-top:-800px;
	}
	p.ar-inst.history.center-object{
		margin-top:-260px;
	}
	div.portions {
		margin-top: 90px;
	}
	hr#ar-sep.med-green{
		margin-top:-1000px;
	}
	div.ar-title2.container-fluid{
		margin-top:-1550px;
	}
	div.ar-title2{
		margin-left:0px;
		width:420px;
	}
	div.ar-text2{
		margin-top:-1750px;
		width:460px;
	}
	
	
	
	div.left-nav {
		margin-top: 4000px;
		/*display:none;*/
	}
	
	div.footer-col3{
		margin-top:40px;
		
	}

	/*div.pagination {
		margin-top: 400px;
		width:150px;
	}

	/*div.article {
		margin-left: -240px;
	}*/

	/*#vert-hdng-about1 {
		margin: 90px 0 0 0;

	}

	div.left-nav {
		margin-top: 2100px;
	}

	.vertical-heading h5 {
		color: #b05b36;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		word-spacing: 9px;
		display: inline-block;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		position: sticky;
		margin-top:1070px;
		left:-150px;
	}

	.vertical-heading h2 {
		position:relative;
		text-align: left;
		margin-left: -1400px;
		margin-top: -1470px;
		
		
		z-index: 17;
	}
	div.slider.history{
		margin-left:-50px;
		margin-top:50px;
	}

	.ar-title1 {
		margin-top: 150px;
	}
}*/

@media only screen and (max-width: 660px) {
	
	p.p150.ar-text1{
		width:420px;
		margin-right:65px;
	}
	p.ar-inst{
		width:420px;
	}
	div.pagination{
		margin-left:70px;
		width:160px;
	}
	div.footer-col2 {
		margin-left: 15px;
		margin-top: -300px;
	}

	div.footer-col1 {
		margin-left: 100px;
		margin-top: 300px;
	}

	div.footer-col3 {
		margin-left: 100px;
		margin-top: 300px;
		width: 60%;
	}
}

@media only screen and (max-width: 520px) {
	.bc-bar {
		background-color: #a5edde;
		width: 100%;
		height: 120px;
		margin: -8px 0 0 0px;
		margin-left: -24px;
		
	}
	div#CommemorativeCarousel.ar-carousel.carousel.slide.container-fluid.history{
		width:400px;
	}
	div.portions {
		margin-top: 150px;
		margin-right: 65px;
		margin-left: 10px;
		width: 330px;
	}
	hr#ar-sep.med-green{
		margin-top:-1500px;
	}

	li#friedrichcarl.bc-btn.flex-item {
		margin-top: 30px;
		margin-left: 20px;
	}

	li#genealogy.bc-btn.flex-item {
		margin-top: 30px;
	}

	li#bc-button-home.bc-btn.flex-item {
		margin-top: 30px;
	}

	#vert-hdng-about1 {
		margin: 120px 0 0 0;

	}

	.vertical-heading h5 {
		color: #b05b36;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		word-spacing: 9px;
		display: inline-block;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		position: relative;
		margin-top: 200px;
		margin-left: 20px;
	}

	.vertical-heading h2 {
		text-align: left;
		margin-left: 80px;
		margin-top: -50px;
	}

	div.left-nav {
		margin-top: 3100px;
	}

	div.article {
		margin-right: 40px;
	}

	div.ar-text1 {
		margin-right: 60px;
		margin-left: 0px;
	}

	div.ar-text2 {
		margin-right: 70px;
		margin-left: 10px;
		width:370px;
	}

	div.footer-col2 {
		margin-left: 30px;
		margin-top: -370px;
		width: 320px;
	}

	div.footer-col1 {
		margin-left: 10px;
		margin-top: 360px;
	}

	div.footer-col3 {
		margin-left: 50px;
		margin-top: 300px;
		width: 60%;
	}
	div.pagination{
		margin-top:100px;
		margin-left:-150px;
	}

}
@media only screen and (max-width: 400px) {
	div.ar-text2{
		width:330px;
	}
	div.ar-title2{
		width:330px;
		margin-top:-100px;
	}
	p.ar-inst.history.center-object{
		width:300px;
		margin-left:10px;
		height:70px;
	}
	p.p150.ar-text1 {
		margin-right: 60px;
		margin-left: 0px;
		width:300px;
	}
	div.portions.history{
		margin-top:70px;
		width:275px;
	}
	div.slider.history{
		margin-left:-80px;
		margin-top:75px;
	}
}