
@font-face {
  font-family: 'MyWebFont';
  src: url('../fonts/myfont.woff2') format('woff2');
}



.rv_h1{
	text-align: center;
	-webkit-font-family: 'MyWebFont', Fallback, sans-serif;
	font-family: 'MyWebFont', Fallback, sans-serif;
	margin-block: 0;
    margin: 0;
	-webkit-letter-spacing: normal;
	letter-spacing: normal;
	margin-bottom: 0.3em;
	color: white;
	font-size: 3em;
	font-weight: normal;
	margin-top:-0.5em;
}
	

li.nav-item.dropdown {
   /*  width: 7em; */
    list-style-type: none;
	min-width:7;
}
ul.dropdown-menu.show {
	min-width: 6rem;
	padding-left: 1rem;
	padding-right: 1rem;
	left: -1rem;
}
img.lang_symb {
    border-radius: 10px;
}
img.logo_symb {
    height: 2rem;
	border-radius: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.my-center{
	margin-left: auto;
	
}
#footer{
	margin-top:2em;
	
	border-top-style:solid;
	padding-top:1em;
	padding-bottom:1em;
}
.footer-bar{
	bottom: 0px;
    display: flex;
    height: 70px;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    flex-direction: row;
    background-color: #be9472;
    position: fixed;
	border-top: 1px solid #876753;
	left:0;
}
.footer-bar-item{
	margin-left: auto;
    margin-right: auto;
/*	border-style: solid;
 	padding-left: 10%;
    padding-right: 10%; */
	font-size: 0.7rem;
}
.footer-bar-item:has(> hr) {
    border: none;
	margin:0;
}
.footer-bar-item hr {
	background-color: black;
	opacity:1;
}


div#container {
    top: 100px;
    position: relative;
}
nav#nav_rv {
    position: fixed;
    top: 1em;
	width: calc(100% - 2em);
	z-index: 1;
}
#nav_rv.fixed-top{
	width:100%;
	left:1em;
	
}



.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  
body{   
    background-color: #be9472;
}
#main, #main_2{
	width: 70%;
    margin: auto;
	margin-bottom: 70px;
}
#main_2{
	top: 0px;
    position:relative;
	width: 60%;
}
div#rv_gal_block_2 {
    clear: both;
    padding-top: 181px;
}

}
.after_kb {
    /* top: -100px; */
    position: relative;
}