@charset "UTF-8";
/* CSS Document */

html, body {
  height: 100%;
	background-color: #808080; 
}
	

h1, h2, h3, h4, h5, h6 {
	font-family: 'Jura', 'Mitr', sans-serif;
	color: #987052;
}

p, .text-georgia {
  font-family: Georgia, "serif";
	text-indent: 30px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 6px;
}


.text-georgia-14 {
	font-family: Georgia, "serif";
	font-size: 14px;

}
	
span {
  /* font-family: Georgia, "serif"; */
	/* font-size: 14px; */
}

.text-bold {
	
	font-weight: bold;
}
.text-gray {
	font-family: Arial, Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	color: #666666;
}

.text-brown {
	color: #987052;
}

.text-yellow {
	color: #EACA69;
}

.text-cream {
	font-family: Arial, Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	color: #FAEBD7;
}
	
.bg-yellow {
	background-color: #EACA69;
}
.bg-brown {
	background-color: #987052;
}
	
.bg-yellow-50 {
	/* background-color: #ffffff;
	opacity: 50%;*/
	background-color: rgba(255, 255, 255, 0.8);
}

.bg-yellow-20 {
	/* background-color: #ffffff;
	opacity: 50%;*/
	background-color: rgba(234, 202, 105, 0.2);
}

.bg-yellow-80 {
	/* background-color: #ffffff;
	opacity: 50%;*/
	background-color: rgba(255, 255, 255, 0.2);
}

.bg-yellow-60 {
	background-color: rgba(234, 202, 105, 0.4) !important;
}

.bg-white-60 {
	background-color: rgba(255, 255, 255, 0.4) !important;
}

	
.border-brown {
	border-bottom: solid 1px #987052;
}
	
.nav-pills>li>a.active,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
  
  color: black;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.mod_px-1 {
		padding-right: 6px !important;
		padding-left: 6px !important;
	}
}
	
