@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body, html {
  /*height: 100%;
  margin: 0;*/
  font-family: 'Open Sans', sans-serif;
}

body{
	background-image: url("img/repeat_img.png");
	background-position: center;
	background-repeat: repeat-y;
	/*background-size: cover;*/
	background-attachment: fixed;
	background-size: contain;
}

.logo{
	background-image: url("img/logo_cropped.png");
	width: 100%;
	max-width: 350px;
	height: 100px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 40px auto;
	padding-bottom: 20px;
}



.kt_search_element,
select {
	display: block;
	
	/*DESIGN*/
	-webkit-appearance: none;
	padding: 7px 40px 7px 12px;
	/*width: 100%;*/
	border: 1px solid #e8eaed;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 1px 3px -2px #9098a9;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	transition: all 150ms ease;
	max-width: 100%
}

.kt_search_element:focus,
select:focus {
	outline: none;
	border-color: #921913;
	box-shadow: 0 0 0 2px rgba(110, 173, 113,0.2);
}

.kt_search_element:hover,
select:hover {
	border-color: #921913;
}

form{
	max-width: 100%
}

.kt_content,
.kt_search_content{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 50px;
	display: block;
	max-width: 80%;
	/*position: fixed;*/
	/*position: relative;*/
	/*overflow-y: auto;
	max-height: 726px;*/
}


.kt_year_title {
	font-size: 1.6em;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 5px;
	margin-top: 15px;
}

.kt_year_content {
	padding: 0 0 0 30px;
	margin-bottom: 3px;
}

.kt_content_title,
.kt_element {
	
	/*color: 4180a6;*/
	text-decoration: none;
}

.kt_content_title{
	color: #921913;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: middle;
}

.kt_element{
	color: #515457;
	display: block;
	margin-bottom: 3px;
	word-break: break-word;
}

.kt_element:hover,
.kt_content_title:hover {
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
}

.kt_search_sentence {
	color: #1477c7;
	display: block;
	margin-bottom: 15px;
}

.kt_label {
	
	
}

.kt_content_titles {

}

.kt_label_reset{
	height: 38px;
	width: auto;
	margin: 5px 0;
	opacity: 0.5;
}

.kt_label_reset:focus,
.kt_label_reset:hover{
	opacity: 1;
}

.kt_search_word{
	font-weight: bold;
}

.kt_content_title_arrow_right{
	height: 100%;
	width: 12px;
	/*opacity: 0.7;*/
	vertical-align: middle;
	margin-right: 7px;
	/*color: #17435D;*/
}

.kt_content_title_arrow_down{
	height: 100%;
	width: 20px;
	/*opacity: 0.7;*/
	vertical-align: middle;
	margin-right: 7px;
	/*color: #17435D;*/
}

.kt-category-select-button {

    color: #921913;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
    font-size:1.2em;
    margin: 10px;
}

.kt-category-select-button:hover {
    color: rgba(0, 0, 0, 0.8);
}

