
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	background-color: #ffffff !important;
	font-size: 0.9rem !important;
}

html {
	background-color: #ffffff !important;	
	height: 100%;
}

.black-overlay{
	position: absolute; position: absolute;
	top: 5%;
	left: 0px;
	height: 100%;
	width: 100%;

}

.wrapper {
	min-height: 100%;
	margin-bottom: 90px;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Cinzel Decorative', cursive !important;*/
	font-family: 'Oswald' !important;	
}

h3{

    color: #ffffff;

}

.teal-borders{
    background-color: #2b3e3c;
    padding: 2%;
    border-radius: 10px;
    margin: 2%;	
}

h1 {
	font-size: 48px; 
	font-weight: bold; 
	line-height: 48px; 
	margin: 0 0 0; 
	padding-top: 10px;
	margin-bottom: 2% !important;
	text-align: center;
	color: #180904;
		
}

h2 {
	
	text-align: center;
}
p, div {
    font-family: Verdana,sans serif;
}

a {
  color: #2b3e3c !important;
}

nav .navbar-nav li a{
  color: #ffffff !important;
  }

.dropdown-menu {
    background-color: #eeeeee;
}

/* Set the size of the div element that contains the map */
#map {
height: 400px;  /* The height is 400 pixels */
width: 100%;  /* The width is the width of the web page */
}
.dropdown-menu.show {
background-color: #27898a;
color: white;
}
.django-ckeditor-widget { width: 100%; }

.navbar-custom {
background-image: linear-gradient(to bottom, #294342, #107c7e);
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: #dbdbdb;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
font-size: 14px;
color: #d5d5d5;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #85dbdc;
font-size: 14px;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #85dbdc;
font-size: 14px;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

table.greyTable {
  width: 100%;
  text-align: left;
  table-layout: fixed;
  border-collapse: collapse;
}
table.greyTable td, table.greyTable th {
  border: 1px solid #E2E2E2;
  padding: 10px 10px;
}
table.greyTable tbody td {
font-size: 13px;
}
table.greyTable tfoot td {
font-size: 13px;
}
table.greyTable tfoot .links {
  text-align: right;
}
table.greyTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

table.pabTable {
  width: 100%;
  text-align: left;
  table-layout: fixed;
  border-collapse: collapse;
}
table.pabTable td, table.pabTable th {
  border: 1px solid #E2E2E2;
  padding: 2px 2px;
}
table.pabTable tbody td {
  font-size: 1rem;
}
table.pabTable tfoot td {
  font-size: 1rem;
}
table.pabTable tfoot .links {
  text-align: right;
}
table.pabTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

hr {
	height:1px; 
	border:none; 
	color:#b46f2e; 
	background-color:#b46f2e; 
	width:60%; 
	text-align:center; 
	margin-bottom: 10px;
}

/*
.btn-custom {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background-color: #b46f2e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
    font-family: Verdana,sans serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
}
.btn-custom:hover {
	background-color:#2a7da6;
}
.btn-custom:active {
	position:relative;
	top:1px;
}*/

.btn-custom {
	background-color:#2b3e3c!important;
	border-radius:12px;
	border:1px solid #2b3e3c!important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #15787e;
}
.btn-custom:hover {
	background-color:#15787e;
}
.btn-custom:active {
	position:relative;
	top:1px;
}

.btn-custom2 { 
  color: #ffffff !important;
  background-color: #15787e!important; 
  border-color: #15787e!important; 
} 
 
.btn-custom2:hover, 
.btn-custom2:focus, 
.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 { 
  color: #ffffff; 
  background-color: #2d83b9; 
  border-color: #15787e; 
} 
 
.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 { 
  background-image: none; 
} 
 
.btn-custom2.disabled, 
.btn-custom2[disabled], 
fieldset[disabled] .btn-custom2, 
.btn-custom2.disabled:hover, 
.btn-custom2[disabled]:hover, 
fieldset[disabled] .btn-custom2:hover, 
.btn-custom2.disabled:focus, 
.btn-custom2[disabled]:focus, 
fieldset[disabled] .btn-custom2:focus, 
.btn-custom2.disabled:active, 
.btn-custom2[disabled]:active, 
fieldset[disabled] .btn-custom2:active, 
.btn-custom2.disabled.active, 
.btn-custom2[disabled].active, 
fieldset[disabled] .btn-custom2.active { 
  background-color: #669192; 
  border-color: #1E577B; 
} 
 
.btn-custom2 .badge { 
  color: #669192; 
  background-color: #ffffff; 
}

/*
.btn-primary {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
background-image: linear-gradient(#1e577b, #b46f2e);
	background-color:#2a7da6;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
    font-family: Verdana,sans serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
}
.btn-primary:hover {
	background:linear-gradient(to bottom, #b46f2e 5%, #2a7da6 100%);
	background-color:#b46f2e;
}
.btn-primary:active {
	position:relative;
	top:1px;
}*/

.btn-primary {
	background-color:#2b3e3c !important;
	border-radius:12px;
	border:1px solid #2b3e3c !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #00547c;
}
.btn-primary:hover {
	background-color:#00547c;
}
.btn-primary:active {
	position:relative;
	top:1px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #cfe4e5 !important;
    border-color: #2b3e3c !important;
}


table.cdrTable {
  background-color: #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-style: hidden;
}
table.cdrTable td, table.cdrTable th {
  border-collapse: collapse;
  border-style: hidden;
  padding: 3px 2px;
}
table.cdrTable tbody td {
  font-size: 11px;
}
table.cdrTable tr:nth-child(even) {
  background: #cfe1e6;
}
table.cdrTable thead {
	background-color: #2b3e3c;
  border-bottom: 2px solid #2b3e3c;
}
table.cdrTable thead th {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.cdrTable thead th:first-child {
  border-left: none;
}

table.cdrTable thead td {
  font-size: 1px;
}
table.cdrTable thead {
  text-align: center;
  color: #FFFFFF !important;
}
table.cdrTable thead a{
  display: inline-block;
  color: #FFFFFF !important;
  padding: 2px 8px;
  border-radius: 5px;
}

table.cdrTable tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  border-collapse: collapse;
  border-style: hidden;
}
table.cdrTable tfoot td {
  font-size: 12px;
}
table.cdrTable tfoot .links {
  text-align: right;
}
table.cdrTable tfoot .links a{
  display: inline-block;
  background: #cfe1e6;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

div.table-container {
	overflow: auto !important;
}

p.quoteTitle {
	font-style: italic;
	font-size: 10px;
	
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding: 10px;
  border: 1px solid #ccc;
}

div.greyBorder {
  padding: 10px;
  border: 1px solid #ccc;		
}

div.narrazione {
  padding: 10px;
  border: 1px solid #86592d;		
  background-color: #ecd9c6;
  background-image:  url(images/scroll.jpg);
  color: #4d3319;
  font-family: 'Almendra', serif !important;
  font-style: italic;
}

div.forumDiv {
	background-color: #117d7f;
    font-family: 'Cinzel Decorative', cursive !important;
	color: #FFFFFF !important;	
}

div.forumDiv a{
  color: #FFFFFF !important;	
}

.footer {

	width: 100%;
	font-size: 0.7rem;
	background-image: linear-gradient(to bottom, #294342, #107c7e);
	color: #ffffff; 
	height: 90px;
	margin-top: auto;

}

.footerLink{
	color: #d5d5d5 !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.main-text
{
    position: absolute;
    top: 50px;
    width: 100%;
	height: 400px;
    color: #FFF;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}

.ellipsis
{
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.8em;
}

div.blueBackground
{
	background-color: #e9f3f3 !important;
	font-weight: bold;
}

div.stickyBackground
{
	background-color: #cfe4e5;
}



summary {
  display: block;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination li.active {
  background-color: #d7e7f4 !important;
  color: white !important!important;
}

.pagination a:hover:not(.active) {background-color: #9fcacb;}

.dropdown-item:focus, .dropdown-item:hover {
    color: #d5d5d5;
    text-decoration: none;
    background-color: #294342 !important;
}

div.submenu
{
padding-left: 5%;
}

.dropdown-menu {
	left: -100% !important;
}

.index-card {
	flex: 1 1 0%;
	text-align: center;
}

.container-fluid {
	
	padding-right: 0!important;
    padding-left: 0!important;