@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";

body {
	min-width:400px;
    text-align: justify;
    text-justify: inter-word;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:24px;}
	
.clearfix {
	overflow:auto;}
a {	color:#996633;}
a:hover {	color:#F93;}
	

a.current {
	font-weight:400;}


/* Header */

#logo {
	max-height:120px;
	min-width:280px;
	max-width:100%; }
#menu {
	text-align:right;
	margin-top:15px; }
#menu a {
	font-size:22px;
	line-height:20px;
	font-weight:300;
	color:#231f20;
	text-transform:lowercase;
	text-decoration:none;
	display:inline-block;
	margin:25px 0px 15px 25px;
	padding:5px 3px 8px 3px;
	border-bottom:#FFF 3px solid;
	background-color:#FFF; }
#menu a:first-child {
	margin-left: 0px; }
#menu a.current {
	font-weight:400;
	border-bottom-color:#F93; }
#menu a:hover {
	color:#F93;
	border-bottom-color:#F93; }

/* Content */
.thumbnail {
	width:100%;}
h1 {font-size:26px;}
h2 {font-size:22px;}
h3 {font-size:25px;}
h4 {font-size:22px;}
h5 {font-size:24px;}
h6 {font-size:22px;}
.carousel-caption {
	text-shadow: 2px 2px #333;}
.carousel-caption h1,
.carousel-caption h3,
.carousel-caption h5 {
    display: none;}


/* Footer */

#footer {
	color:#FFF;
	background-color:#333;
	padding-bottom:25px; }

#footer a {	color:#fff;}
#footer a:hover {	color:#F93;}


@media only screen and (min-width: 1000px) {

	#menu a {
		font-size:22px;
		line-height:20px;
		margin:20px 0px 25px 25px; }
	#logo {
		min-width:350px; }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {

	#menu {
		margin-top: 4px; }
	#menu a {
		margin:15px 0px 15px 21px;
		border-bottom-width:2px;
		font-size:18px;
		line-height: 16px; }

}

@media only screen and (max-width: 767px) {

	#menu {
		text-align:center;
		margin: 0px; }
	#menu a {
		font-size:19px;
		line-height:18px;
		margin:5px 0px 15px 31px; 
		border-bottom-width:2px; }
	h1 {
		font-size:19px;
		line-height:22px;}
	h2 {
		font-size:17px;
		line-height:22px;}		
	#logo {
		min-width:250px; }
		
}

@media only screen and (max-width: 540px) {
	
	#menu a {
		font-size:17px;
		line-height:16px;
		padding:5px 1px 2px 0px;
		margin:5px 0px 0px 5px; }
	h1 {
		font-size:18px;
		line-height:20px; }
	h2 {
		font-size:16px;
		line-height:20px; }	
	.item p {
		display:none;}

}