/*
CTC Separate Stylesheet
Updated: 2018-11-07 13:28:47
Theme Name: The Indexer - based on Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Version: 1.7.1541597327
*/

/*Computer screen */
@media screen and (min-width: 48em) {
.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: 1200px;*/
	/*height: 100vh;*/
	height: 50vh;/*max-height: 100%;*/
	/*overflow: hidden;*/
}
}
/* Mobile screen*/
.has-header-image.twentyseventeen-front-page .custom-header {
	/*display: table;*/
	/*height: 300px;*/
	/*height: 75vh;*/
	height: 50vh;/*width: 100%;*/
}

/* Computer screen with logged in user and admin bar showing on front end*/
@media screen and (min-width: 48em) {
.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: calc(100vh - 32px);*/
	height: calc(50vh - 32px);
}
}
.navigation-top, .site-navigation-fixed.navigation-top{ z-index:999;}
.site-footer {
	background: #1f3952;
}
.site-footer {
	color: #ffffff;
}
.site-footer a {
	color: #ffffff;
}
.site-footer a:hover {
	color: #ffffff;
}
h2.widget-title {
	color: #ffffff;
}
ul, ol {
	padding-left: 20px;
	padding-bottom: 20px;
	margin: 5px;
}
.site-content a {
	color: #cc0033;
	border: none;
	box-shadow: none;
}
div.l1 {
	text-indent: -12em;
	padding-left : 12em !important;
	font-size : 13px;
}
div.l2 {
	text-indent: -10em;
	padding-left : 12em !important;
	font-size : 13px;
}
div.l3 {
	text-indent: -8em;
	padding-left : 12em !important;
	font-size : 13px;
}
div.l4 {
	text-indent: -6em;
	padding-left : 12em !important;
	font-size : 13px;
}
div.l5 {
	text-indent: -4em;
	padding-left : 12em !important;
	font-size : 13px;
}
div.l6 {
	text-indent: -2em;
	padding-left : 12em !important;
	font-size : 13px;
}
td {
	padding: 6px;
}
/* Remove scroll down to content from nav bar */
a.menu-scroll-down {
	display: none !important;
}
