/* GLOBAL STYLES
-------------------------------------------------- */
body {
	font-family: 'Arial', sans-serif;
	font-size:16pt;
}

.txt-title{
	font-size:240%;
	font-style: italic;
	margin: 2px;
	Padding: 0px;
	color: #1A3c91;
	text-shadow: 0 4px 0 #c9c9c9, 0 7px 3px rgba(0,0,0,.8);
}

h2, h3 {
	font-weight: bold;
}

.small-h3 {
	font-size:12pt;
}

.small-font {
	font-size:10pt;
}

.navbar-inverse {
	font-weight: bold;
	background-color: #1A3c91;
	color: white;
}

.dropdown-menu{
	font-size:16pt;
	background-color: #C0C0C0; 
}

#headder {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -90px; 
  height: 90px; 
  visibility: hidden; 
}

div.domont-pictures {
    width: 80%; /* for example */
    margin: auto;
	max-height: 500px !important;
}

.carousel {
  margin-top: 20px;
  margin-bottom: 200px;
	position: relative;
}

.carousel-inner > .item > img {
	max-height: 500px !important;
	/*width: auto !important;*/
	width: 100%;
	margin: auto;
}

.carousel-control {
	background: none !important;
}

footer {
	padding-top:10px;
	position: fixed;
	height: 50px;
	bottom: 0;
	width: 100%;
	background-color: #1A3c91;
	color: white;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  }


@media (min-width: 992px) {
}

