﻿@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

#imgBanner {
	background: url('images/style/frontBanner01.jpg') center center no-repeat;
	width: 100%;
	height: 430px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	position: relative;
}
#imgBanner p {
	font-family: 'Courgette', cursive;
	color: #FFF;
	font-size: 32px;
	line-height: 1.25;
	text-shadow: 2px 2px 3px #000;
	text-align: center;
	padding: 0px 15px;
	display: block;
	position: absolute;
	bottom: -15px;
	width: 100%;
	height: auto;
}

#motto {
	margin: 128px auto 0px auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #404040;
	text-align: center;
	height: 48px;
	width: auto;
}
#upcoming_events {
	background-image: url('images/style/eventsbar.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 803px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}
#upcoming_events2 {
	float: none;
	width: 530px;
	height: 45px;
	margin-left: 205px;
	overflow: hidden;
}
#call_to_action {
	background-image: url('images/style/vehiclesforcharity.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 803px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#tlf {
	background-image: url('images/style/tlf.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 803px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#kidsnpeacebar {
	background-image: url('images/style/kidsnpeacebar.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 803px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#rrbar {
	background-image: url('images/style/rrbar.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 803px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#nathanbday {
	background-image: url('images/style/nathan_bday.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 803px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#hikrz_event {
	background-image: url('images/style/hikrz_eventbar.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 803px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#blocks_table {
	width: 803px;
	height: 437px;
	margin: 0px auto 0px auto;
}
#newsblock {
	background-position: right top;
	width: 403px;
	height: 437px;
	float: left;
	vertical-align: top;
	background-image: url('images/style/newsblock.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#news {
	width: 370px;
	height: 332px;
	float: right;
	margin-top: 64px;
	margin-right: 14px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
#news p {
	margin: 0px;
	display: block;
	padding: 0px 0px 0px 15px;
	text-indent: -15px;
}
#news p a{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
@-moz-document url-prefix() {#news p a {line-height: 18px;}}
@media screen and (-webkit-min-device-pixel-ratio:0) {#news p a {line-height: 18px;}}

#news p a:hover {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}
@-moz-document url-prefix() {#news p a:hover {line-height: 18px;}}
@media screen and (-webkit-min-device-pixel-ratio:0) {#news p a:hover {line-height: 18px;}}

#news p.top {
	margin: 0px;
	display: block;
	padding: 0px 0px 0px 25px;
	text-indent: -25px;
}

#news p.top span {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 20px;
}
@keyframes blink {  
    from { visibility: visible; }
    to { visibility: hidden; }
}
@-webkit-keyframes blink {
    from { visibility: visible; }
    to { visibility: hidden; }
}
.blink {
    -webkit-animation: blink 1s steps(5, start) infinite;
    -moz-animation: blink 1s steps(5, start) infinite;
    animation: blink 1s steps(5, start) infinite;
} /**********************************************************************************************************/
#colorblocks {
	width: 394px;
	height: 146px;
	float: right;
	position: relative;
	z-index: 2;
}
#block_donation {
	background: url('images/style/frontblocks.png') no-repeat 0 0;
	width: 128px;
	height: 141px;
	margin-bottom: 5px;
}
#block_donation:hover {
	background: url('images/style/frontblocks.png') no-repeat 0 -142px;
	width: 128px;
	height: 141px;
	margin-bottom: 5px;
}
#block_book {
	background: url('images/style/frontblocks.png') no-repeat -129px 0;
	width: 128px;
	height: 141px;
	margin-bottom: 5px;
}
#block_book:hover {
	background: url('images/style/frontblocks.png') no-repeat -129px -142px;
	width: 128px;
	height: 141px;
	margin-bottom: 5px;
}
#block_oracle {
	background: url('images/style/frontblocks.png') no-repeat -258px 0;
	width: 128px;
	height: 141px;
	margin-bottom: 5px;
}
#block_oracle:hover {
	background: url('images/style/frontblocks.png') no-repeat -258px -142px;
	width: 128px;
	height: 141px;
	margin-bottom: 5px;
}
#slides {
	width: 394px;
	height: 291px;
	float: right;
	background: url('images/style/slides.png') no-repeat top center;
}
#instagram_Embed {
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
.news_container {
	width: 100%;
	margin-bottom: 15px;
	display: block;
}
.KNTR_info_block {
	width: 868px;
	height: 440px;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 14px;
	border: #ffc000 solid 6px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5) inset;
	margin: 0px auto;
	padding: 10px;
	display: inline-block;
}
.infoBlocksL {
	width: 51%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
.infoBlocksM {
	width: 2%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
.infoBlocksR {
	width: 47%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
#guidestarBlock {
	overflow: hidden;
	width: 329px;
	height: auto;
	margin: 16px auto 0px auto;
	text-align: center;
}
#infobox3 {
	width: 329px;
	margin: 16px auto 5px auto;
	text-align: center;
}
.infoVborder {
	width: 2px;
	height: 90%;
	border: 0px;
	background-image: linear-gradient(to bottom, rgba(144,160,208,0), rgba(144,160,208,1), rgba(144,160,208,0));
	margin: 139% auto 0px auto;
	padding: 0px;
}
.KNTR_info_block hr, .KNTR_news_block hr {
	width: 90%;
	height: 2px;
	border: 0px;
	background-image: linear-gradient(to right, rgba(144,160,208,0), rgba(144,160,208,1), rgba(144,160,208,0));
}
.KNTR_news_block {
	width: 868px;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 14px;
	border: #ffc000 solid 6px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5) inset;
	margin: 0px auto;
	padding: 10px;
	display: inline-block;
}
ul.display_archive {
	margin: 8px 0px 30px 0px;
	list-style-type: none;
	display: block;
}
ul.display_archive li{
	font-size: 14px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 18px;
	margin-left: -30px;
	margin-top: 0px;
}
ul.display_archive li a {
	font-weight: bold;
}
ul.display_archive li a:hover {
	text-decoration: underline;
}
#highlights {
	margin: 15px 0px 25px 0px;
	height: auto;
	max-height: 600px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;

}
.sponsors_container {
	width: 868px;
	height: auto;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 14px;
	border: #ffc000 solid 6px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5) inset;
	display: block;
	margin: 0;
	padding: 10px 10px 20px;
}
.sponsors_block {
	width: 800px;
	height: 192px;
	display: block;
	margin: 0 auto;
	padding: 0px;
}
.sponsors_innerblocks {
	width: 32.08%;
	height: 100%;
	display: block;
	float:left;
	margin: 0;
	padding: 0 5px;
}
.sponsors_innerblocks a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sponsors_innerblocks a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	border-style: none;
}

/* #icontable NOT USED*/
#icontable {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	bottom: 5px;
}
#foundersfront {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.border0 {
	border-width: 0px;
}
.more1 {
	border-width: 0;
	margin-top: 11px;
	width: 60px;
	height: 35px;
	float: right;
	margin-right: 4px;
}
.more2 {
	border-width: 0;
	float: right;
	width: 68px;
	height: 22px;
	position: absolute;
	z-index: 3;
	top: 372px;
	right: 26px;
}
.font01 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.font01:hover {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}
.font02 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 21px;
}
.font02:hover {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 21px;
}
.font03 {
	padding: 8px 5px 5px 10px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: justify;
	color: #404040;
	line-height: 26px;
	font-weight: normal;
	font-style: normal;
}
.font04 {
	margin: 4px 0px 6px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	color: #404040;
	width: 272px;
	position: relative;
	left: 55px;
	line-height: 15px;
}
.foundersfront2 {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #404040;
	font-size: 14px;
}
.blockquote1 {
	margin: 2px auto 2px auto;
	font-style: italic;
	color: #404040;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	text-align: justify;
}
.margin0 {
	margin: 0px;
}
.icons {
	width: 50px;
	border: 0px;
}
.youtube {
	width: 800px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}
/*
* {outline: red solid 1px;}
*/
