﻿/* ==================================
C-C-C Family Assn. - 3rd generation website
-------------------------------------
style-genealogy.css    8-27-2021

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
/*===================================*/
.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: "Open Sans", sans-serif;
	text-align: center;
	font-weight: 500;

}

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

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

.font250pct {
	font-size: 250%;
}

.font200pct {
	font-size: 200%;
}

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

.figcap-heading {
	margin: 0px 0px 0 -70px;
}

.figcaption {
	font-family: "Marcellus SC", small caps;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	background-color: #fbd1a2;
	max-width: 400px;
	padding: 15px;
	margin: 0 auto 20px auto;
	border-radius: 5px;
}

.figcaption {
	font-family: "Marcellus SC", small caps;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	background-color: #fbd1a2;
	max-width: 750px;
	padding: 15px;
	margin: 0 auto 20px auto;
	border-radius: 5px;
}

.figcaption-nl {
	font-family: "Marcellus SC", small caps;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	background-color: #deffff;
	max-width: 750px;
	padding: 15px;
	margin: 0 auto 20px auto;
	border-radius: 5px;
}

#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;
}

.mt15 {
	margin-top: 15px;
}

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

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

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

.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;
}

/* ===========================================*/
Grid Setup

/*==============================================*/
.grid-container {
	display: grid;
	grid-template-columns: 250px 1fr 250px;
	grid-template-rows: 60px 27px 27px 50px 200px repeat(5, auto);
	grid-template-areas:
		'header header header'
		'menu1 menu1 search'
		'breadcrumb breadcrumb search'
		'portions portions portions'
		'slider slider slider'
		'left-nav ar-title1 ar-title1'
		'left-nav pagination-upper .'
		'left-nav ar-text1 ar-text1'
		'. pagination-lower .'
		'footer footer footer';
	background-color: history;
	grid-gap: 0px;
	padding: 10px;
}

.header {
	grid-column: 1/span 3;
	grid-row: 1;
	grid-area: header;
	margin: 0;
	position: fixed;
	width: 100%;
	z-index: 25;
}

.menu1 {
	grid-column: 1/span 2;
	grid-row: 2;
	grid-area: menu1;
	position: fixed;
	z-index: 25;
}

.breadcrumb {
	grid-column: 1/span 2;
	grid-row: 3;
	grid-area: breadcrumb;
	position: fixed;
	margin-top: 100px;
	background-color: #fdd091;
	z-index: 25;

}

.search {
	grid-column: 3;
	grid-row: 2/span 2;
	grid-area: search;
	position: fixed;
	z-index: 25;
}

.portions {
	grid-column: 1/span 3;
	grid-row: 4;
	grid-area: portions;
	margin-top: 25px;
}

.slider {
	grid-column: 1/span 3;
	grid-row: 5;
	grid-area: slider;
	height: 170px;
	position: relative;
}

.left-nav {
	grid-column: 1;
	grid-row: 6/span 3;
	grid-area: left-nav;
	margin-top: 0px;
	padding: 0;
}

div.ar-title1 {
	grid-column: 2/span 2;
	grid-row: 6;
	grid-area: ar-title1;
	background-color: #fdd091;
	padding: 0px;
	margin-top: 100px;
	z-index: 5;
}

div.pagination-upper {
	grid-column: 2;
	grid-row: 7;
	grid-area: pagination-upper;
	background-color: #fdd091;
	padding: 0px;
	margin-top: 100px;
	z-index: 5;
}

div.ar-text1 {
	grid-column: 2/span 2;
	grid-row: 8;
	grid-area: ar-text1;

}

div.pagination-lower {
	grid-column: 2;
	grid-row: 9;
	grid-area: pagination-lower;
}

div.footer {
	grid-column: 1/span 3;
	grid-row: 10;
	grid-area: footer;
	background-color: white;
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-template-rows: auto;
	grid-template-areas:
		'footer-col1 footer-col2 footer-col3';
	grid-gap: 0px;
	text-align: center;
	margin-left: -8px;
	margin-right: -18px;
}

.footer-col1 {
	grid-column: 1;
	grid-row: 1;
	grid-area: footer-col1;
}

.footer-col2 {
	grid-column: 2;
	grid-row: 1;
	grid-area: footer-col2;
}

.footer-col3 {
	grid-column: 3;
	grid-row: 1;
	grid-area: footer-col3;
}

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

.article div {
	/*background-color:rgba(255, 255, 255, 0.5);*/
	text-align: center;
	position: relative;
	padding: 20px 0;
	font-size: 18px;
	z-index: 5;
}

.ar-title1 {
	grid-column: 1;
	grid-row: 1;
	grid-area: ar-title1;
	position: relative;
	z-index: 5;
}

div.ar-text1 {
	grid-column: 1;
	grid-row: 2;
	grid-area: ar-text1;
	position: relative;
	z-index: 5;
}


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

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

/*====== 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;
}

#back-btn-fourth,
#back-btn-fourth:hover {
	text-decoration: none;
	-webkit-transition-duration: all .5s ease-in-out;
	transition-duration: all .5s ease-in-out;
}

#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;
	background-repeat: repeat;
}

#archives {
	background-color: #f89c80;
}

#memorabilia {
	background-color: #fbd1a2;
}

/*=========================================
/*     Title Bar at Top
/*=========================================*/
.header {
	background-image: url('../images/ccc.jpg');
	background-repeat: yes;
	height: 60px;
	width: 100%;
	border: 3px #5ea089 solid;
	background: cover;
	color: #5ea089;
	display: grid;
	grid-template-columns: 130px 1fr;
	grid-template-rows: auto;
	grid-template-areas: 'logo title-main';

	/*float:left;*/


	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 25;
}

.logo {
	grid-column: 1;
	grid-row: 1;
	grid-area: logo;
	height: 50px;
	width: auto;
	border: 3px solid #5ea089;
	margin: -38px 0 0 -126px;
	/*float: left;*/
}

.title-main {
	grid-column: 2;
	grid-row: 1;
	grid-area: title-main;
	text-align: center;
	font-family: "Perpetua", "Times New Roman", serif;
	position: fixed;
	font-size: 3.1vw;
	line-height: 28px;
	font-weight: 500;
	margin: -16px auto 0 200px;
	/*margin-left:350px;*/
	text-align: center;
	z-index: 25;

}

/*=========================================*/
/*     Menu Bar
/*=========================================*/
div#nav-bar.menu1.history {
	grid-column: 1/span 2;
	grid-row: 2;
	grid-area: menu1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/*border: 1px black solid;*/
	position: fixed;
	background-color: #fdd091;
	color: #38cfde;
	height: 54px;
	width: 100%;
	margin-top: 60px;
	margin-left: -7px;
	z-index: 23;
}

.nav-btns {
	list-style-type: none;
	position: relative;
	display: flex;
	flex-direction: row;
	margin-left: -30px;
	height: 19px;
	margin-top: -27px;
	z-index: 24;
}


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

ul.nav-btns a:hover {
	color: #fff;
	background-color: #00778b;
	font-size: 13px;
	text-decoration: none;
}

/*.button1:hover {
	color: #fff;
	background-color: #c86e41;
	font-size:12px;
	text-decoration: none;
	
}*/
.button1,
.button1:hover {
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

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

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

#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;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 25;
}

.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;
	height: 27px;
	margin-left: 0px;
	margin-top: 34px;
	z-index: 25;
}

/*.bc-bar {
	list-style-type: none;
	position:fixed;
	/*background-color: aliceblue;*/
/*height: 27px;
	margin: 0px 0 0 0px;
	width:87%;
	z-index: 24;
}
.bc-btn {
	text-decoration: none;
	position:fixed;
	color: white;
	background-color:  w3-theme-2;
	font-size: 11px;
	margin:-11px 0 0 5px;
	border: 1px solid black;
	border-radius: 5px;
	padding: 3px 8px 0px 8px;
	z-index: 24;
}
.bc-btn:hover {
	color: white;
	background-color: #c86e41;
}
.bc-btn,
.bc-btn:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}*/
.bc-bar {
	list-style-type: none;
	/*border:2px solid red;*/
	position: fixed;
	display: flex;
	flex-direction: row;
	background-color: w3-theme-2;
	width: 100%;
	height: 27px;
	margin: -5px 0 0 80px;
	padding: 3px 3px 0 0;
	margin-left: -35px;
	z-index: 25;
}

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

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

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

/*li.bc-btn.flex-item{
	list-style-type: none;
	text-decoration:none;
	position:fixed;
	
    
    color:white;
	background-color: aliceblue;
	font-size: 11px;
	margin:-2px 0 0 16px;
	border: 1px solid black;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	z-index: 31;
}
/*li#bc-button-home.bc-btn.flex-item {
	text-decoration: none;
	position: fixed;
	color: white;
	background-color: aliceblue;
	font-size: 11px;
	margin: -2px 0 0 -27px;
	border: 1px solid black;
	border-radius: 5px;
	padding: 3px 5px 3px 5px;
	z-index: 31;
}*/
/*ul.bc-bar.flex-container.history{
	/*display:none;*/
/*position:fixed;
	z-index: 25;
}
/*li.bc-btn:hover {
	color: #fff;
	background-color: #c86e41;
}*/
li.bc-btn.flex-item,
li.bc-btn.flex-item: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: 255px;
	height: 58px;
	background-color: #fff8c9;
	padding-left: 9px;
	padding-top: 6px;
	right: 0;
	margin-top: 20px;
	/*overflow-y: hidden;*/
	z-index: 70;
}

.search > table {
	margin-top: -15px;
	margin-left: 8px;
}

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

.portions p {
	position: relative;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 45px;
	z-index: 1;
}

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

/*#anim-hdg {
	margin-left: 400px;
}*/

div#about-left.history {
	margin-left: 250px;
	/*--was in-line style*/
}

#slide-in {
	position: relative;
	background-color: #fdd091;
	z-index: 1;
}

/*.slider {
	margin-left: -100px;
}*/


div.vertical-heading.history {
	position: relative;
	margin-top: -20px;
	font-size: 20px;
	z-index: 1;
}

/*div.vertical-heading.history h5 {
	margin-left: -200px;
}*/
div.vertical-heading.history 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: -185px;
	z-index: 1;
}

h2#title01.history {
	text-align: left;
	position: relative;
	/*display: inline-block;*/
	margin-left: 260px;
	margin-top: -50px;
	width: 350px;
	z-index: 1;
}

/*=========================================*/
/*  Left Nav Column
/*=========================================*/
div.left-nav {
	z-index: 1;
	position: relative;
	margin-top: 50px;
}

#left-nav-hr1,
#left-nav-hr2 {
	margin-left: -13px;
}

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

a#AnnaCatharina a:hover,
a#FriedrichCarl a:hover,
div#left-col-text a:hover {
	background-color: #aa8635;
	font-size: 17px;
	text-decoration: none;
	color: black;
}

a#AnnaCatharina a,
a#AnnaCatharina a:hover,
a#FriedrichCarl a,
a#FriedrichCarl a:hover,
div#left-col-text a,
div#left-col-text a:hover {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}



#left-nav-container {
	width: 260px;
	/* Controls the width of a container.  */
	margin-left: 0px;
	position: relative;
	z-index: 1;
}

div#left-column-bkgnd {
	position: relative;
	background-color: #fee9ba;
	padding: 8px;
	/*max-width: 100%; */
	/*float: left; */
	/*margin-top: 10px; */
	border: 3px solid #5ea089;
	z-index: 1;
}

#crest-box {
	position: relative;
	/*width: 250px;*/
	max-height: 200px;
	z-index: 1;
}

#crest {
	position: relative;
	margin: -20px 0px 0 0px;
	z-index: 1;
}

#crest:hover {
	opacity: 0.5;
}

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

hr#lnav1.med-green,
hr#lnav2.med-green {
	margin-left: -12px;
}

hr#lnav1.med-green {
	margin-top: -30px;
}

hr#lnav2.med-green {
	margin-top: 30px;
}

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

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

.center-font110pct {
	margin: 0 auto 0 auto;
	position: relative;
	font-size: 20px;
	z-index: 1;
}

.x-small {
	font-size: 13px;
	position: relative;
	line-height: 16px;
	z-index: 1;
}

/*=========================================*/
/*  Article
/*=========================================*/


div.ar-title1 {
	margin-top: -1500px;
	/*border:2px solid yellow;*/
	margin-right: -35px;
	margin-left: 270px;
	font-weight: 800;
	width: 1200px;
	height: 80px;
}

div.pagination-upper {
	margin-top: -100px;
	float: left;
	margin-left: 30px;
}

div.ar-text1 {
	margin-left: 260px;
	margin-top: 90px;
	margin-right:30px;
	/*margin-right: -500px;*/
	/*border:2px solid blue;*/

	max-width: 1500px;
}

.button {
	background-color: #00778b;
	border: 1px solid black;
	color: #fee9ba;
	border-radius: 5px;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.button1:hover,
.button2:hover {
	background-color: #aa8635;
	font-size: 17px;
	text-decoration: none;
	color: black;
}

div.article a:hover {
	background-color: #aa8635;
	font-size: 17px;
	text-decoration: none;
	color: black;
}

.button1,
.button2,
.button1:hover,
.button2:hover,
div.article a,
div.article a:hover {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

div.pagination-lower {
	margin-left: 20px;
}

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

.footer .hor-rule {
	width: 100%;
}

.hr.med-green-ftr {
	width: 100%;
	background-color: white;
}

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

.footer-update {
	/*text-align: center;*/
	font-size: 14px;
	margin-left: 120px;
	color: black;
}

.footer-col1 {
	margin: 0px 0px 0 15px;
}

.footer-col1 .trees {
	margin-left: -1100px;
}

.footer-col2 {
	margin: -140px 0 0 -120px;
}

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

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

.footer-col3 {
	margin: -180px 0 0 800px;
}

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

/*================ Modal =====================*/
#modal-close-button {
	background-color: #fbd1a2;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#modal-close-button:hover {
	background-color: #2f5a44;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

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

#back-to-top,
#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.ar-text1 {
		margin-right: 60px;
	}*/


	div.ar-title1 {
		width: 1000px;
	}

	h2#title01.history {
		margin-left: 250px;
		margin-top: -50px;
	}
}

/*===================================================*/
@media only screen and (max-width: 1450px) {
	.ar-flower {
		display: none;
	}

	div.pagination {
		margin-left: -50px;
	}

	p.ar-author {
		margin-left: -200px;
	}

	div.ar-text2 {
		width: 1100px;
	}
	div.vertical-heading.history h5 {
	position: relative;
	margin-top: -100px;
	margin-left: 05px;
	z-index: 1;
}

}

/*===================================================*/
@media only screen and (max-width: 1300px) {
	div.vertical-heading.history h5 {
		position: relative;
		margin-top: -30px;
		margin-left: -40px;
		width: 450px;
		z-index: 1;
	}

	h2#title01.history {
		width: 350px;
		margin-left: 200px;
	}

	div.ar-title1 {
		width: 750px;
	}

}

/*===================================================*/
@media only screen and (max-width: 1200px) {
	.grid-container {
		grid-template-columns: 250 auto 250;
		grid-template-rows: 60 27 27 60 120 auto auto auto auto auto auto;
		grid-template-areas:
			'header header header'
			'menu1  menu1  search'
			'breadcrumb breadcrumb search'
			'portions portions portions'
			'slider slider slider'
			'ar-title1 ar-title1 ar-title1'
			'pagination-upper . .'
			'ar-text1 ar-text1 ar-text1'
			'left-nav . .'
			'pagination-lower . .'
			'footer footer footer';
	}
	
	.portions.p.text {
		margin-top:100px;
		margin-left:-100px;
	}

	/*.article {
		grid-column: 1/span3;
		grid-row: 5;
		grid-area: article;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, auto);
		grid-template-areas:
			'ar-title1'
			'ar-text1';
		grid-gap: 0px;
		padding: 0px;
	}

	/*.article1 {
		grid-column: 1 /span3;
		grid-row: 5;
		grid-area: article1;
		margin-top: -4000px;
		margin-left: 20px;
	}*/

	h2#title01.history {
		margin-left: 200px;
		margin-top: -50px;
		width: 350px;
	}

	div.ar-title1 {
		grid-column: 1/span 3;
		grid-row: 6;
		grid-area: ar-title1;
		margin-left: 170px;
		margin-top: -5200px;
		margin-right: 50px;
		width: 600px;
	}

	div.pagination-upper {
		grid-column: 1;
		grid-row: 7;
		grid-area: pagination-upper;
		margin-top: 50px;
		float: left;
		margin-left: 0px;
	}

	ul.pagination.pagination-sm {
		margin-left: 30px;
	}

	div.ar-text1 {
		grid-column: 1/span 3;
		grid-row: 8;
		grid-area: ar-text1;
		margin-top: 150px;
		margin-left: 30px;
		width: 800px;
	}




	div.left-nav {

		grid-column: 1;
		grid-row: 8;
		grid-area: left-nav;
		position: relative;
		margin-left: 15px;
		margin-top: 3800px;
		z-index: 2;

	}

	div#left-column-bkgnd {
		margin-top: 0px;
	}




	div.pagination-lower {
		grid-column: 1;
		grid-row: 10;
		grid-area: pagination-lower;
		margin-top: 1600px;
		margin-left: 50px;
	}

	.footer {
		margin-top: 2200px;
	}

	p.footer-update {
		margin-left: 50px;
	}

	div.footer-col1 a.trees {
		margin-left: -940px;
	}

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

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

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

	div#left-column-bkgnd {
		margin-top: -80px;
	}

	div.ar-title1 {
		margin-top: -5050px;
		margin-left: 0px;
		width: 750px;
	}

	div.pagination-upper {
		margin-left: 20px;
	}

	div.ar-text1 {
		margin-top: 150px;
		margin-left: 20px;
		max-width: 800px;
	}
	div.pagination-lower{
		margin-left:-1000px;
	}
	div.footer-container {
		margin-top: 300px;
	}

	div.footer-col1 a.trees {
		margin-left: -800px;
	}



	/*div.article {
		grid-column: 1/span 3;
		grid-row: 5;
		grid-area: article;
		margin-top: -2350px;
		margin-left: 180px;
	}*/


	div.ar-title1 {
		margin-right: 50px;
		margin-top:
	}
	div.pagination-lower{
		margin-left:25px;
	}


	div hr.med-green {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;

	}
}

/*===================================================*/
@media only screen and (max-width: 1050px) {
	.grid-container {
		display: grid;
		grid-template-columns: 250px 1fr 250px;
		grid-template-rows: 60 27 27 27 120 repeat(6, auto);
		grid-template-areas:
			'header header header'
			'menu1 menu1 search'
			'breadcrumb breadcrumb search'
			'portions portions portions'
			'slider slider slider'
			'ar-title1 ar-title1 ar-title1'
			'pagination-upper . .'
			'ar-text1 ar-text1 ar-text1'
			'left-nav .   .'
			'pagination-lower .   .'
			'footer footer footer';
		grid-gap: 0px;
		background-color: #fdd091;
		padding: 0px;
	}

	div.search.sb-container {
		margin-top: 60px;
	}

	div.portions {
		grid-column: 1/span 3;
		grid-row: 4;
		grid-area: portions;

	}

	.portions p {
		position: relative;
		margin-top: 2700px;
		margin-left: 15px;
		margin-right: 45px;
		z-index: 1;
	}

	ul.bc-bar.flex-container.history {
		margin-top: 35px;
	}

	div.vertical-heading.history h5 {
		position: relative;
		margin-top: 280px;
		margin-left: -1530px;
		width: 450px;
		z-index: 1;
	}

	h2#title01.history {
		width: 350px;
		margin-left: -730px;
	}

	/*div.ar-title1 {
		margin-left: -360px;
		margin-top:1000px;
	}*/
	div.pagination-upper {
		width: 300px;
	}

	/*h1 {
		margin-left: -60px;
	}*/
	div.portions {
		margin-top: -3020px;
		margin-left: 0px;
	}

	div.ar-text1 {
		margin-top: 920px;
		margin-left: -400px;
		max-width: 800px;
	}


	/*div.article {
		grid-column: 1/span 3;
		grid-row: 6;
		grid-area: article;
		margin-top: 0px;
		margin-left: 30px;
	}*/
	div.ar-title1 {
		margin-top: 0px;
		margin-left: 50px;
	}

	div.ar-text1 {
		margin-top: 50px;
		margin-left: 40px;
	}

	div.left-nav {
		margin-top: -20px;

	}

	div.pagination-lower {
		margin-top: -20px;
		width:300px;
	}

	div.footer-container {
		margin-top: 200px
	}


}

/*===================================================*/
@media only screen and (max-width: 992px) {
	p.title-main {
		margin-left: 00px;
	}

	.nav-btns {
		display: none;
	}

	div.ar-title1 {
		margin-left: 0px;
	}

	div.ar-text1 {
		margin-top: 40px;
		/*:2px solid red;*/
		width: 750px;
		margin-left: 40px;
	}

	div.article {
		margin-left: 40px;
		/*border:2px solid green;*/
	}


}

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

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

	.article {
		grid-column: 1/span 3;
		grid-row: 5;
		grid-area: article;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, auto);
		grid-template-areas:
			'ar-title1'
			'ar-text1';
	}

	.left-nav {
		grid-column: 1;
		grid-row: 6;
		grid-area: left-nav;
		margin-top: -80px;
	}



}

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

	/*.article {
		grid-column:2/span 2;
		grid-row: 6;
		grid-area: article;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(6, auto);
		grid-template-areas:
			'ar-title1'
			'ar-text1';
		grid-gap: 0px;
		padding: 0px;
	}*/
	div.portions {
		margin-top: -2000px;
	}

	div.ar-title1 {
		width: 700px;
	}

	div.ar-text1 {
		width: 700px;
	}

	div.ar-text2 {
		width: 700px;
	}

	div.ar-poem-col2 {
		margin-top: 100px;
	}

	div.pagination {
		margin-top: 600px;
	}

	div.footer {
		grid-column: 1/span 3;
		grid-row: 10;
		grid-area: footer;
		background-color: white;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat (3, auto);
		grid-template-areas:
			'footer-col2'
			'footer-col1'
			'footer-col3';
		grid-gap: 0px;
		text-align: center;
	}

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

	div.footer-col3 {
		margin-top: 300px;
		width: 400px;
		margin-left: 200px;
	}

	div.footer-col2 {
		margin-top: -370px;
		margin-left: 0px;
	}
}

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

	div.portions {
		margin-top: -3000px;
		position:relative;
		margin-right:25;
		z-index: 20;
	}
	div.w3-container{
		display:block;
		border:2px solid blue;
		position:fixed;
		z-index: 23;
	}
	div.vertical-heading.history h5 {
		position: relative;
		margin-top: 280px;
		margin-left: -830px;
		width: 500px;
		z-index: 23;
	}

	h2#title01.history {
		width: 350px;
		margin-left: -330px;
		position:relative;
		z-index: 23;
	}

	div.ar-title1 {
		margin-left: 270px;

	}

	/*div.ar-title1 {
		width: 500px;
		margin-left: 520px;
	}*/

	h1 {
		width: 500px;
	}

	div.pagination-upper {
		margin-top: -1100px;
		height:70px;
	}


	div.ar-text1 {
		margin-top: 50px;
		width: 520px;
	}

	p.text1.p150 {
		width: 520px;
	}

	div.pagination-low1er {
		margin-top: -2000px;
		margin-left: 500px;
	}


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

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

	div.footer-col1 {
		margin-left: 280px;
	}

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

	#left-nav-col-2 {
		margin-top: 0px;
	}

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

/*===================================================*/
@media only screen and (max-width: 700px) {
	.footer {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, auto);
		grid-template-areas:
			'hor-rule'
			'footer-col1'
			'footer-col2'
			'footer-col3';
	}

	div.portions {
		margin-top: -3200px;
		margin-left: 400px;
		width:650px;
	}

	div.vertical-heading.history h5 {
		position: relative;
		margin-top: 250px;
		margin-left: -900px;
		width: 400px;
		z-index: 1;
	}

	h2#title01.history {
		margin-top:-55px;
		width: 400px;
		margin-left: -440px;
	}

	/*div.ar-title1 {
		margin-left: 350px;
	}*/
	h1 {
		margin-left: 220px;
	}

	h1#2para {
		margin-left: -400px;
	}

	p.text1.p150 {
		margin-left: -160px;
		width: 350px;
	}

	div.ar-text2 {
		margin-left: -240px;
		width: 400px;
	}

	.footer > .hor-rule {
		width: 100%;
	}

	div.footer-col1 {
		margin-left: 200px;
		width: 100%;
	}

	div.footer-col2 {
		margin-left: -100px;
	}

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

	.slider {
		margin-top: 200px;
		margin-left: 0px;
	}

	div.ar-title1 {
		margin-left: -170px;
		width: 550px;
	}

	p.text1.p150 {
		width: 550px;
	}

	div.ar-text2 {
		width: 550px;
	}

}

/*===================================================*/
@media only screen and (max-width: 600px) {
	div.portions {
		margin-top: -3000px;
		width:450px;
	}

	div.ar-text1 {
		max-width: 450px;
	}

	div.ar-title1 {
		max-width: 350px;
		margin-left: -220px;
	}

	div.footer-col1 {
		margin-left: 250px;
	}

	div.footer-col2 {
		margin-left: -40px;
	}
}

/*===================================================*/
@media only screen and (max-width: 550px) {
	p.title-main {
		font-size: larger;
		margin-left: -90px;
		margin-top: -25px;
	}

	h5 {
		margin-left: -60px;
	}

	h2#title01-about1 {
		margin-left: -40px;
	}

	div.slider {
		margin-left: 80px;
	}

	/*div.article1.history.grid-container3 {
		border: 2px solid blue;
		margin-top: 500px;
	}*/

	div.left-nav {
		/*border: 2px solid yellow;*/
		margin-top: 100px;
	}
	img#am-let.img-responsive.letter{
		margin-left:120px;
	}
	div.ar-title1 {
		width: 300px;
		margin-left: -210px;
	}

	/*div.article{
		margin-left:140px;
		max-width:350px;
	}*/
	div.ar-text1 p {
		margin-left: 130px;
		width: 400px;
	}

	div.ar-text1 h2 {
		margin-left: 130px;
		max-width: 400px;
	}



	/*.article .text1 {
		width: 400px;
		/*border: 2px dotted black;*/
	/*margin-top: -6000px;
	}*/



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

	div.ar-text1 {
		margin-left: -120px;
		width: 450px;
	}

	p.text1.p150 {
		width: 400px;
	}

	#left-nav-col-2 {
		margin-top: 3000px;
	}

	.article {
		margin-left: 15px;
	}

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

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

	div.footer-col2 {
		width: 400px;
		margin-left: 100px;
	}
}

/*===================================================*/
@media only screen and (max-width: 500px) {
	div.vertical-heading.history h5 {
		position: relative;
		margin-top: 300px;
		margin-left: -900px;
		width: 450px;
		z-index: 1;
	}
	div.pagination-upper:{
		margin-top:60px;
	}
	h2#title01.history {
		width: 300px;
		margin-left: -440px;
	}

	div.slider {
		margin-left: 80px;
	}

	p.title-main {
		font-size: larger;
		margin-left: -90px;
		margin-top: -25px;
	}

	div.portions {
		margin-top: -3080px;
		max-width: 330px;
	}

	div.ar-title1 h1 {
		width: 300px;
		margin-top:-50px;
	}

	div.ar-text1 p {
		width: 320px;
	}
	div.ar-text1 p{
		margin-top:30px;
	}
	h2#2para {
		width: 300px;
		margin-left: 10px;
	}
	img.img-responsive#am-let{
		width:350px;
		margin-left:120px;
	}
	div.footer-col2 {
		margin-left: 0px;
	}

	p.footer-update {
		margin-left: -200px;
	}

	div.footer-col1 {
		margin-left: 330px;
	}
}
