html {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
html::-webkit-scrollbar {
	display: none;
}
body {
	background:#d7d7d7;
	padding-bottom: 120px; /* to prevent the fixed footer from overlapping the content */
}

 /* Hide scrollbar for Chrome, Safari and Opera */
 .example::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .example {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
  } 

.logo {
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.firstcon {
	margin-bottom: 20px;
}

header {
	display:block;
	background:#2F2C2C;
	text-align:center;
}

/* Navigation */
.navbar {
	background:#2F2C2C;
}

.navi  {
	  float:none;
	  margin: 20px auto;
      display: inline-block;
      font-size: 16px;
	  font-weight: bold;
}

#navbar ul li a {
	color: #ffffff;
}

#navbar .activ {
	border-bottom: solid;
	border-bottom-color: #2F2C2C;
	color: #2F2C2C;
	background-color: #ffffff;
}

.activ:focus {
	background-color: none;
}

#navbar .nav a:hover {
	color: #2F2C2C;
	background-color: #ffffff;
}

/* Content */
ul li a {
	color: #ffffff;
	text-decoration:none;
}

.ueb01 {
	text-align: center;
}

.hr01 {
	border-color: #2F2C2C;
	border-width: 2px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.row-sorti {
	margin-bottom: 20px;
}

.txt-uline {
	text-decoration: underline;
}

.font-ueb {
	font-family: 'Commercial Script BT', arial;
	font-size: 30pt;
}

.infoBox {
	background-color: #2F2C2C;
	color: #ffffff;
	padding: 30px;
	text-decoration:none;
}

.infoBox a {
	color: #ffffff;
	text-decoration:none;
}

.whiteBox {
	background-color: #ffffff;
	color: #2F2C2C;
	padding: 10px;
	text-decoration:none;
	box-sizing: border-box;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	border: 1px solid #727272;
}

a:hover {
	text-decoration: none;
}

.box:hover {
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.2);
	text-decoration:none;
	transform: scale(1.05);
}

.img-thumbnail {
	display: inline-block;
	max-width: 80%;
	padding: 15px;
	line-height: 1.42857143;
	background-color: #2F2C2C;
	border: 1px solid #ddd;
	-webkit-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

/* Footer */ 
footer {
	background:#2F2C2C;
	color: white;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100% ;
}

footer ul {
	text-align:center;
	margin-top: 1vw;
}

footer ul li {
	display:inline;
	color:#E2DBDB;
	padding:0vw 1vw 0vw 1vw;
}

footer ul li a:hover {
	color: #ffffff;
}

/* Style for Social Media */
.fa {
	text-align: center;
}

.socialMedia:hover {
	color: red;
	text-decoration: none;
}

/* Mobile Style */
@media screen and (max-width:993px) {
	footer ul li{
		display: block;
		text-align: left;
	}
	body {
		padding-bottom: 150px; /* to prevent the fixed footer from overlapping the content */
	}
	img {
		display: block; /* to middle an inline element */
		margin-left: auto;
		margin-right: auto;
	}
	.infoBox {
		padding: 5vw;
	}
	.logo {
		float: left;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1vw;
	}
}