/* -----
Fonts
----- */
@font-face {
  font-family: 'Amiri';
  src:  url('Amiri-Regular.ttf');
}
@font-face {
  font-family: 'Amiri';
  font-style: bold;
  src: url('Amiri-Bold.ttf'),
}
/* -----
Styles
----- */
/*
Colors:
#ebdc81 - rgb(235,220,129)
#b79220 - rgb(183,146,32)
*/
html, body {
	height: 100%;
	font-family: 'Amiri', Arial, Helvetica, sans-serif !important;
}
h1, h2, h3 {	
	font-family: 'Amiri', Arial, Helvetica, sans-serif !important;
}
.background {
	background: url('/pictures/carreeblack.jpg') repeat;
	height: 100%; width: 100%;
}
.laverthymnia-active {
	background-color: rgb(235,220,129) !important;
	background-color: rgba(235,220,129, 0.7) !important;
}
.laverthymnia-border {
	border: 1px solid #ebdc81 !important;
}
.laverthymnia-dark,.laverthymnia-dark-hover:hover{color:#000!important;background-color:#ebdc81!important;border:1px solid #ebdc81 !important}
.arrow {
	padding-left: 20px !important;
	padding-right: 20px !important; margin-bottom: 20px;
	font-size: 10px !important;
	font-weight: bold !important;
	text-align: center !important;
}
.arrow-background {	
	color: #000000 !important;
	background-color: rgba(235,220,129, 0.4) !important;
}
.arrow-background:hover {	
	color: rgb(235,220,129) !important;
	background-color: rgba(0,0,0, 0.8) !important;
}
.navigation {
	color: #ebdc81 !important; /* rgb(235,220,129); */
	background-color: #000000 !important;	
	font-size: 17px;
	transition: background-color 0.7s;
}
.navigation:hover {
	color: #000000 !important; /* rgb(235,220,129); */
	background-color: #ebdc81 !important;
	font-size: 17px;
	transition: background-color 0.7s;
}
.navigation-main {
	position: absolute;
  	bottom: 0px;
}
.navigation-small,.navigation-small:hover {
	color: #ebdc81 !important; /* rgb(235,220,129); */
	background-color: #000000 !important;	
	font-size: 17px;	
}
.no-padding {
	padding: 0;
}
.padding-home {
	padding-top: 84px;
	padding-bottom: 64px;
}
.main-controller {
	overflow: hidden;
}
.debug {
	border: 1px solid red;
}
.debug-pink {
	border: 5px solid pink;
}
.text-center {
	text-align: center !important;
}
.content-background {
	background-color: rgb(241, 241, 241) !important;
	background-color: rgba(241, 241, 241, 0.8) !important;
}
.content-background-dark {
	color: #ebdc81;
	background-color: #000000 !important;	
}
.content-background-dark-opacity {
	color: #ebdc81;
	background-color: rgb(0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0.9) !important;
}
.content-background-gold {
	color: #000000;
	background-color: #ebdc81 !important;	
}
.content-background-gold-opacity {
	color: #000000;
	background-color: rgb(235,220,129) !important;
	background-color: rgba(235,220,129, 0.8) !important;
}
.content-background-grey {
	color: #000000;
	background-color: #cccccc !important;	
}
.content-background-grey-opacity {
	color: #000000;
	background-color: #cccccc !important;
	background-color: rgb(204,204,204) !important;
	background-color: rgba(204,204,204, 0.8) !important;
}
.picture-circle {
	border-radius:75%
}
.font-bold {
	font-weight: bold;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.max-width-1260 {
	max-width:1260px;
}
.max-width-630 {
	max-width:630px;
}
.max-width-600 {
	max-width:600px;
}
.width-30 {
	width:30px !important;
}
.width-150p{
	width:150% !important; 
}
.width-100p{
	width:100% !important; 
}
.width-20p{
	width:20% !important; 
}
.width-18p{
	width:18% !important; 
}
.width-16p{
	width:16.6% !important; 
}
.width-10p{
	width:10% !important; 
}
.contact-margin {
	margin:0 -16px 8px -16px;
}
.googlemap-height {
	height:400px;
}
.overlay {
	display:none;
	z-index:4;
}
.cursor {
	cursor:pointer;
}
.padding-vertical{
	padding-right: 40px;
	padding-left: 40px;
}
.mySlides {
	display:none
}
.w3-left, .w3-right, .w3-badge {
	cursor:pointer;
}
.w3-badge {
	height:13px;
	width:13px;
	padding:0
}
.topButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
}
.topButtonSmall {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 5px; /* Place the button 10px from the right */
    z-index: 99; /* Make sure it does not overlap */	
	opacity: 0.4;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* First image */
.bgimg-1 {
  background-image: url('/pictures/golden_hills_background.jpeg');
  min-height: 400px;
}
.bgimg-1-small {
  background-image: url('/pictures/golden_hills_background_small.jpeg');
  min-height: 400px;
}
/* Second image */
.bgimg-2 {
  background-image: url("/pictures/chinese_wall_background.jpeg");
  min-height: 400px;
}
.bgimg-2-small {
  background-image: url("/pictures/chinese_wall_background_small.jpeg");
  min-height: 400px;
}
/* Third image */
.bgimg-3 {
  background-image: url("/pictures/swiss_alpes_background.jpeg");
  min-height: 400px;
}
.bgimg-3-small {
  background-image: url("/pictures/swiss_alpes_background_small.jpeg");
  min-height: 400px;
}