/*!
 * ISPRA elaboration for URBES project
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html {
  position: relative;
  min-height: 100%;
}
body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    padding-bottom: 20px;
    margin-bottom: 60px; /* Margin bottom by footer height */
}
.container {
	padding: 0;
	font-size: 16px;
}
.logo-block {
	margin-top: 35px;
}
a {
  outline: none;
}
ul {
	padding-left: 20px;
}
.anchor {
  padding-top: 30px;
}
.anchor:focus {
  outline: 0;
}


/* navbar */
.navbar {
	max-height: 70px;
}
.navbar-inverse {
	background-color: #516C7E;
	border-color: #516C7E;
}
.navbar-brand {
	padding-top: 0.2rem;
}
.navbar-brand img {
	height: 58px;
}
.navbar-inverse .navbar-text {
	color: #ccc;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	background-color: transparent;
	transition: background-color 0.3s ease;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #000 !important;
	color: #fff;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #67695b;
	color: #fff;
}
.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.lang-switch {
	color: #fff;
	background-color: transparent;
	padding: 5px 10px;
	border-radius: 5px;
	transition: background-color .3s ease;
}
.lang-switch:hover {
	background-color: #000;
	color: #fff;
}
.lang-active {
	background-color: #67695b !important;
	/* beige */
	color: #fff !important;
}

/* navbar toggle (mobile) */
.navbar-header {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav {
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-toggle {
	margin-top: 13px;
}


/* footer */

.footer {
  position: absolute;
  bottom: 0;
width: 100%;
}
.footer-main {
	background: #999b8d;
	color: #080808;
	width: 100%;
}
.ftpcon {
	padding-top: 0.8rem;
	display: flex;
	justify-content: center;
	text-align: center;
}
.footer p {
  margin-top: 10px;
}
.footer-note {
	display: flex;
	justify-content: center;
	gap: 80px;
	padding: 20px;
}
.footer-note a {
	color: #080808;
	font-weight: bold;
}
.footer-note a:hover{
	color: #516C7E;
}
.foundNote{
	height: 70px;
}
.cText {
	font-family: Arial, Helvetica, sans-serif;
	color: #080808;
	font-style: italic;
	font-weight: bold;
	align-content: center;
	margin-left: -8rem;
}
/* urbes page*/
.PageText {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
.rightLogo {
	max-height: 30px;
}


/* headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

/* sub nav */

.list-group-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.list-group-item:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

/* terms */

.terms {
	text-decoration: none;
}

/* sidebar */

#sidebar {
	margin-bottom: 40px;
}

#sidebar p {
	font-size: 15px;
}

#sidebar expl {
	font-size: 12px;
}

.sidebar-list {
	list-style: none;
	padding-left: 0;
}

.sidebar-list li {
	font-size: 13px;
}


/* logos */

.logo {
	margin-bottom: 20px;
}

/* First level of nav */
.sidenav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
}

/* Responsive iframe fix */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* help and faq */

.faq-grouping {
	color: #b1b1b1;
	margin-top: 30px;
	margin-bottom: 20px;
}

.panel-title {
	line-height: 1.5em;
}

.text-indent p {
	margin-left: 10px;
}

p.no-indent {
	margin-left: 0;
}

.img-group {
	margin-top: 20px;
	margin-bottom: 20px;
}

.howto {
  margin-bottom: 13px;
}

/* lists */

.starter-template ul li {
	padding-bottom: 10px;
}

/* accordion */

#accordion {
	margin-bottom: 30px;
}

.panel-default {
	border: none;
}

.panel-heading {
	padding: 15px 0;
}

.panel-group {
	margin-top: -10px;
	z-index: 100;
}

.panel-group a {
	z-index: 1000;
}

.panel-default>.panel-heading {
	background-color: #67695b;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: none;
}

/* parte aggiunta Urbes */

.urbesBtn {
  background-color: #516C7E; 
  color: white;
  padding: 15px 30px;
  border-radius: 50px; /* Per un effetto arrotondato */
  text-decoration: none;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.urbesBtn:hover {
  background-color: #67695b;
  color: #fff;
}

.btnContainer {
	display: flex;
	justify-content: center; /* Per centrare i bottoni nel contenitore */
	gap: 50px; /* Distanza tra i bottoni */
	padding: 20px;
}

/* Media responsive part*/

@media (min-width: 768px) {
	.footer {
		height: 90px;
		padding-top: 10px;
	}
}
@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}
@media (min-width: 768px) {
	#sidebar {
		margin-top: 48px;
	}
}