.row {
	max-width: 1000px !important;
}
.align-right {
	margin: 0 0 30px 30px;
}
.align-left {
	margin: 0 30px 30px 0;
}
.nopadding-right {
	padding-right: 0;
}
.nopadding-left {
	padding-left: 0;
}
.column.slimpadding,
.columns.slimpadding {
	padding: 0 8px;
}
.button {
	color: var(--theme-secondary-color);
	padding: 15px;
	border: 2px solid var(--theme-secondary-color); 
	border-radius: 0;
}

body, html, p {
	font-size: 1em;
  font-family: verdana;
  color: #000;
  margin-bottom: 0;
}

h1 {
	font-family: 'futura_mdcn_btmedium';
	color: var(--theme-brown);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  margin: 0 0 30px;
}
.front h1 span {
	font-size: 60%;
	color: #6f6f6f;
}

a {
	color: inherit;
}

label, select, input {
	font-family: "futura_bk_btbook";
	font-size: 14px;
}

#block-cin-content p {
	margin-bottom: 15px;
}

#block-cin-content a:not(.button) {
	color: var(--theme-color);
	font-weight: bold;
}
#block-cin-content a:not(.button):hover {
	text-decoration: underline;
}
#block-cin-content h2 {
	color: #222;
	font-family: 'futura_hv_btheavy';
	font-size: 22px;
	margin: 3px 0 8px;
}



header.header {
	background-color: var(--theme-color);
	border-bottom: 2px solid #cfc8ae;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 40px;
}
header.header * {
	color: var(--theme-secondary-color);
}
@media screen and (max-width: 1024px) {
	header.header {
		height: 70px;
	}
}

header nav ul.menu.main {
	justify-content: flex-end;
}

header nav a {
	color: #cfc8ae;
  font-family: "futura_bk_btbook";
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em 1em;
  transition: background-color 1s;
}
header nav a:hover {
	background-color: #000;
}

#logo {
	position: absolute;
  top: -2px;
  left: 8px;
  z-index: 99;
  border: 2px solid #cfc8ae;
  border-top: none;
  border-bottom-width: 20px;
}
@media screen and (max-width: 1024px) {
	#logo {
		max-width: 100px;
		border-bottom-width: 15px;
	}
}
@media screen and (max-width: 640px) {
	#logo {
		max-width: 60px;
		border-bottom-width: 10px;
	}
}

.front #banner {
	margin-top: 40px;
	margin-bottom: 15px;
	position: relative;
}
.front #banner .button {
	position: absolute;
  right: 0;
  bottom: 0;
	background-color: var(--theme-burgundy);
	color: #fff;
	font-weight: bold;
  padding: 10px 15px;
  margin: 0;
  border-radius: 0;
}
.front #banner .button:hover {
	background-color: #fff;
	color: var(--theme-burgundy);
}
@media screen and (max-width: 640px) {
	.front #banner {
		margin-top: 70px;
	}
	.front #banner .button {
		position: relative;
		width: 100%;
	}
}

#page.not-front #content-top {
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
	#page.not-front #content-top {
		margin-top: 70px;
	}
}

footer.site-footer {
	background-color: #000;
	padding: 15px;
}
footer.site-footer * {
	color: #cbcbcb;;
}
footer.site-footer a:hover {
	color: #fff;
	transition: 1s color;

}

#footer-top,
#footer-middle {
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
}

footer .menu {
	justify-content: center;
}

#copyright,
#igd {
	font-size: 0.7rem;
}
#copyright {
	text-align: left;
}
#igd {
	text-align: right;
}
#igd a {
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	#copyright, #igd {
		text-align: center;
	}
}

#block-cin-views-block-front-page-navigation-blocks-block-1 {
	display: inline-block;
	margin: 0 -8px;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .field-image {
	margin-bottom: 10px;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .field-image img {
	width: 100%;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .field-image img:hover {
	opacity: 0.7;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .box {
	 margin-top: 10px;
   padding: 10px;
   min-height: 140px;
   position: relative;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .views-row:nth-of-type(1) .box {
	background-color: #346962;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .views-row:nth-of-type(2) .box {
	background-color: #f5af31;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .views-row:nth-of-type(3) .box {
	background-color: var(--theme-burgundy);
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .views-row:nth-of-type(4) .box {
	background-color: var(--theme-brown);
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .box h2 {
	color: #fff;
	font-family: 'futura_hv_btheavy';
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 10px;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .box a {
	color: inherit;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .box a:hover {
	text-decoration: underline;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .box .field-text {
	color: #fff;
	font-family: verdana;
  font-size: 14px;
  line-height: 1.3;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .box .field-text:hover {
	text-decoration: underline;
}
#block-cin-views-block-front-page-navigation-blocks-block-1 .node--view-mode-teaser .box .arrow {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* Historic District Walking Tours minibanner */
#block-cin-historicdistrictwalkingtoursminibanner {
	text-align: center;
	margin: 15px 0 60px;
  padding: 45px 30px 45px 50%;
  background-image: url(/themes/cin/images/walking_tours.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#block-cin-historicdistrictwalkingtoursminibanner .content {
	max-width: 50%;
	margin: auto;
}
#block-cin-historicdistrictwalkingtoursminibanner h2 {
	color: #fff;
	font-family: 'futura_hv_btheavy';
  font-size: 21px;
	line-height: 1;
	text-shadow: 1px 1px 3px #000;
}
#block-cin-historicdistrictwalkingtoursminibanner h2 a {
	position: relative;
}
#block-cin-historicdistrictwalkingtoursminibanner h2 a:after {
	content: '';
	display: block;
	background-image: url('/themes/cin/images/arrow.png');
	width: 30px;
  height: 24px;
  position: absolute;
  top: 13px;
  right: -40px;
}

#block-cin-historicdistrictwalkingtoursminibanner p,
#block-cin-historicdistrictwalkingtoursminibanner a {
	color: #fff;
	line-height: 1;
}
#block-cin-historicdistrictwalkingtoursminibanner a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	#block-cin-historicdistrictwalkingtoursminibanner {
		padding-left: 30px;
		padding-right: 15px;
	}
	#block-cin-historicdistrictwalkingtoursminibanner .content {
		margin-left: auto;
		margin-right: 0;
	}
	#block-cin-historicdistrictwalkingtoursminibanner h2 a:after {
		top: 23px;
	}

}
@media screen and (max-width: 480px) {
	#block-cin-historicdistrictwalkingtoursminibanner {
		background-image: none;
		background: linear-gradient(#27504A, #3F8177);
		padding-right: 30px;
	}
	#block-cin-historicdistrictwalkingtoursminibanner .content {
		max-width: unset;
	}
}

/* Front page content */
@media screen and (max-width: 640px) {
	.front main .align-right,
	.front main .align-right img,
	.front main .align-left,
	.front main .align-left img {
		width: 100%;
	}
}
 
/* Interactive Map banner block */
#block-cin-interactivemaplink {
  margin-top: 30px;
  text-align: center;
  padding: 50px 100px;
  margin-bottom: 30px;
  background: linear-gradient(#015292, #2080CA);
  background-image: url(/themes/cin/images/interactmaplink_bckgrnd.png);
  background-size: cover;
  background-position-x: right;
}
#block-cin-interactivemaplink .content {
	max-width: 40%;
}
#block-cin-interactivemaplink h2 {
	color: #fff;
  font-family: 'futura_mdcn_btmedium';
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 400px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
}
#block-cin-interactivemaplink h2 a {
	position: relative;
}
#block-cin-interactivemaplink h2 a:after {
	content: '';
	display: block;
	background-image: url('/themes/cin/images/arrow.png');
	width: 30px;
  height: 24px;
  position: absolute;
  top: 28px;
  right: -45px;
}
#block-cin-interactivemaplink a {
	font-weight: bold;
	color: #fff;
  max-width: 400px;
  line-height: 1;
  text-align: center;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
}
#block-cin-interactivemaplink a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	#block-cin-interactivemaplink {
		padding: 50px 15px;
	}
}
@media screen and (max-width: 640px) {
	#block-cin-interactivemaplink {
		background-image: none;
		background: linear-gradient(#015292, #2080CA);
	}
	#block-cin-interactivemaplink .content {
		max-width: unset;
	}
	#block-cin-interactivemaplink h2 {
		margin: auto;
	}
}
@media screen and (max-width: 400px) {
	#block-cin-interactivemaplink h2 a:after {
		position: static;
		margin: 15px auto;
	}
}


/* Downtown Clarkston Historical Walk banner block */
#block-cin-downtownclarkstonhistoricalwalkimagelink {
	text-align: center;
  color: #045596;
  background-color: #FCD81A;
  background-image: url(/themes/cin/images/faded.png);
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 45px 15px;
  margin-bottom: 45px;
  
}
#block-cin-downtownclarkstonhistoricalwalkimagelink .content {
	max-width: 50%;
}
#block-cin-downtownclarkstonhistoricalwalkimagelink h2 {
	font-family: 'futura_mdcn_btmedium';
  color: #045596;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 5px;
}
#block-cin-downtownclarkstonhistoricalwalkimagelink h2 a {
	position: relative;
}
#block-cin-downtownclarkstonhistoricalwalkimagelink h2 a:after {
	content: '';
	display: block;
	background-image: url('/themes/cin/images/arrow_blue.png');
	width: 30px;
  height: 24px;
  position: absolute;
  top: 45px;
  right: -75px;
}
#block-cin-downtownclarkstonhistoricalwalkimagelink p {
	color: #045596;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
	#block-cin-downtownclarkstonhistoricalwalkimagelink .content {
		max-width: unset;
	}
	#block-cin-downtownclarkstonhistoricalwalkimagelink {
  	background-image: none;
  }
  #block-cin-downtownclarkstonhistoricalwalkimagelink h2 a:after {
  	position: static;
  	margin: 15px auto;
  }
}

/* Property Links view */
#block-cin-views-block-propery-links-block-1 h2 {
	color: #000;
	font-family: 'futura_hv_btheavy';
	font-size: 22px;
  line-height: 1.2;
  margin: 3px 0 8px;
}
#block-cin-views-block-propery-links-block-1 a {
	color: #222;
	font-size: 16px;
}
#block-cin-views-block-propery-links-block-1 a:hover {
	color: #222;
	text-decoration: underline;
}

/* Walking Tours */
#block-cin-views-block-walking-tours-block-1 h2 {
	color: #000;
	font-family: 'futura_hv_btheavy';
	font-size: 22px;
  line-height: 1.2;
  margin: 3px 0 8px;
}
#block-cin-views-block-walking-tours-block-1 a {
	color: #222;
	font-size: 16px;
}
#block-cin-views-block-walking-tours-block-1 a:hover {
	color: #222;
	text-decoration: underline;
}

.node--type-walking-tour .field-walking-tour-image {
	margin-bottom: 30px;
}
.node--type-walking-tour .field-notation-explanation {
	margin-top: 30px;
}

#block-cin-views-block-walking-tour-buildings-block-1 {
	margin-top: 30px;	
}
#block-cin-views-block-walking-tour-buildings-block-1 h2 {
	color: #000;
  font-family: 'futura_hv_btheavy';
  font-size: 22px;
  line-height: 1.2;
  margin: 3px 0 8px;
}
#block-cin-views-block-walking-tour-buildings-block-1 ul {
	list-style-type: none;
	margin-left: 0;
}
#block-cin-views-block-walking-tour-buildings-block-1 ul .field {
	display: contents;
}
#block-cin-views-block-walking-tour-buildings-block-1 ul a {
	color: var(--theme-color);
  font-weight: bold;
}
#block-cin-views-block-walking-tour-buildings-block-1 ul a:hover {
	text-decoration: underline;
}

.walking-tour-nav {
	text-align: center;
}
.walking-tour-nav .walking-tour-title {
	display: inline-block;
}
#block-cin-content .walking-tour-nav .walking-tour-buttons a {
	background-color: var(--theme-color);
	color: var(--theme-secondary-color);
	line-height: 1;
	padding: 5px 5px 7px;
	border: 2px solid var(--theme-secondary-color);
	transition: 1s all;
}
#block-cin-content .walking-tour-nav .walking-tour-buttons a:hover {
	background-color: #222;
	text-decoration: none;
	transition: 0.5s all;
}


/* Mobile Navigation */
#showMenu {
	left: unset;
	right: 0;
	top: 10px;
}
#showMenu .hambLine1, #showMenu .hambLine2, #showMenu .hambLine3 {
	background-color: #fff;
	height: 5px;
	width: 35px;
}

#offCanvasRight {
	background-color: var(--theme-color);
	padding-top: 90px;
}
#offCanvasRight ul.mobile-menu {
	display: inline-block;
	border-top: 1px solid #a3a3a3;
}
#offCanvasRight a {
	color: var(--theme-secondary-color);
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #a3a3a3;
}

/* Genealogy view */
#block-cin-views-block-genealogy-block-1 label {
	display: none;
}
#block-cin-views-block-genealogy-block-1 .bef-links ul {
	list-style-type: none;
	display: inline-flex;
	justify-content: space-evenly;
	width: -webkit-fill-available;
}
#block-cin-views-block-genealogy-block-1 .bef-links a {
	color: #4d4d4d;
	font-size: 15px;
	font-family: 'futura_bk_btbook';
	font-weight: bold;
}
#block-cin-views-block-genealogy-block-1 .bef-links a:hover,
#block-cin-views-block-genealogy-block-1 .bef-links a.bef-link--selected {
	text-decoration: underline;
}
#block-cin-views-block-genealogy-block-1 h3 {
	color: #222222;
	font-family: 'futura_bk_btbook';
	font-size: 27px;
}
#block-cin-views-block-genealogy-block-1 .views-field-title a {
	color: #4d4d4d;
	font-size: 15px;
	font-family: 'futura_bk_btbook';
}
#block-cin-views-block-genealogy-block-1 .views-field-title a:hover {
	text-decoration: underline;
}

/* Historic Dristrict menu */
#block-cin-historicdistrictmenu {
	margin-bottom: 60px;
}
#block-cin-historicdistrictmenu h2 {
	color: var(--theme-brown);
	font-family: 'futura_mdcn_btmedium';
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
#block-cin-historicdistrictmenu a {
	color: var(--theme-secondary-color);
	background-color: var(--theme-color);
	padding: 15px;
	border: 2px solid var(--theme-secondary-color);
	margin-right: 5px;
}
#block-cin-historicdistrictmenu a:hover {
	background-color: var(--theme-secondary-color);
	color: var(--theme-color);
}
@media screen and (max-width: 640px) {
	#block-cin-historicdistrictmenu a {
		margin-bottom: 5px;
	}
}

/* Gallery */
#block-cin-views-block-gallery-block-1 {
	display: inline-block;
	background-color: var(--theme-color);
	padding: 30px 0;
}
#block-cin-views-block-gallery-block-1 .column:last-child:not(:first-child), 
#block-cin-views-block-gallery-block-1 .columns:last-child:not(:first-child) {
	float: left;
}
#block-cin-views-block-gallery-block-1 .views-row {
	margin-bottom: 30px;
	text-align: center;
}
#block-cin-views-block-gallery-block-1 .views-field-title {
	color: var(--theme-secondary-color);
	font-size: 15px;
	font-family: 'futura_bk_btbook';
	text-align: left;
}
#block-cin-views-block-gallery-block-1 .views-field-title a:hover {
	color: inherit;
	text-decoration: underline;
}

/* Before/After Slides */
#block-cin-views-block-before-after-slides-block-1 .views-row {
	margin-bottom: 45px;
}
#block-cin-views-block-before-after-slides-block-1 h2 {
	font-family: 'futura_mdcn_btmedium';
    font-size: 35px;
    color: var(--theme-brown);
    line-height: 1;
}

/* Street page */
.field-street-map.field-type-entity-reference {
	margin-bottom: 60px;
}

/* Building page */
#block-cin-content .street-button a:not(.button) {
	display: inline-block;
	width: 100%;
	background-color: var(--theme-color);
	color: var(--theme-secondary-color);
	text-align: center;
	padding: 15px 30px;
	margin: 0 auto 30px;
	border: 2px solid var(--theme-secondary-color);
	transition: 1s all;
}
#block-cin-content .street-button a:not(.button):hover {
	background-color: #222;
	transition: 0.5s all;
	text-decoration: none;
}

.node--type-property .field-title {
	color: #222;
	font-family: 'futura_bk_btbook';
	font-size: 18px;
	font-weight: bold;
}
.node--type-property .field-photo {
	margin-bottom: 30px;
}
.node--type-property .field-street-side {
	color: #222;
	font-family: 'futura_bk_btbook';
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.node--type-property .field-old-photo {
	margin-bottom: 30px;
}
.node--type-property .field-architecture-style {
	margin: 15px 0;
}
.node--type-property .field-historic-dstrct-comm-docs {
	margin: 15px 0;
}

/* Contact Us page */
#block-cin-contactsidebarblock h2 {
	color: var(--theme-color);
	font-family: 'Verdana', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 60px 0 20px;
}
#block-cin-contactsidebarblock h3 {
	color: var(--theme-color);
	font-family: 'Verdana', Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0;
	line-height: 1;
}
#block-cin-contactsidebarblock a {
	font-family: 'Verdana';
}
#block-cin-contactsidebarblock a:hover {
	color: inherit;
	text-decoration: underline;
}

/* Student Walking Tour */
.node--type-student-walking-tour {
	margin-bottom: 60px;
}
.node--type-student-walking-tour .node__content {
	display: flex;
  align-items: center;
}
.node--type-student-walking-tour h1 {
	margin-bottom: 15px;
}
.node--type-student-walking-tour .field-subtitle {
	font-family: 'futura_mdcn_btmedium';
  color: var(--theme-brown);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.node--type-student-walking-tour .field-icon {
	margin-bottom: 15px;
}
.node--type-student-walking-tour .field-image,
.node--type-student-walking-tour .body {
	margin-top: 15px;
}
#block-cin-content .node--type-student-walking-tour .field-prev a {
	background-image: url('/themes/cin/images/prev.jpg');
}
#block-cin-content .node--type-student-walking-tour .field-next a {
	background-image: url('/themes/cin/images/next.jpg');
}
#block-cin-content .node--type-student-walking-tour .field-prev a,
#block-cin-content .node--type-student-walking-tour .field-next a {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	padding: 30px 0;
	color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (max-width: 640px) {
	.node--type-student-walking-tour .field-subtitle {
		margin-bottom: 30px;
	}
	.node--type-student-walking-tour .field-icon,
	.node--type-student-walking-tour .field-image {
		margin-bottom: 15px;
		text-align: center;
	}
}
