@charset "utf-8";
html {
  /* font-size: 1.20rem; */
}
main {
	margin-top: 60px;
}
body {
	color: #ffffff;
	background-color: #000000;
	font-family: "Poppins", Arial;
}

h2 {
	font-weight: 400;
}

a {
	text-decoration: none;
	color:#cda45e;
}
a:hover, a:focus {
	color:#f8c877;
}

p.text-justify {
	text-align: justify !important;
}

.color-oro {
	color:#cda45e;
}

.inner-brand {
    vertical-align: middle;
    font-weight: 600;
    font-size: 1.25rem;
	color:#ffffff;
}

.btn {
    margin: 2px 10px 2px 0;
	text-transform: uppercase;
    letter-spacing: .1125rem;
    font-size: .75rem;
	--bs-btn-bg: #cda45e;
    --bs-btn-border-color: #cda45e;
    --bs-btn-hover-bg: #ad771c;
}

.modal-content {
	color:#000000;
}

.carousel-indicators [data-bs-target] {
	background-color: #cda45e !important;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cda45e'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cda45e'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.navbar {
	z-index: 100;
}

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.overlay-background {
    background: #333;
    position: absolute;
    height: 118%;
    width: 100%;
    left: 0;
    top: 0;
}

.fullscreen {
    height: 100vh;
	position:relative;
}

.fullscreen.container-fluid > .row {
    height: 100%;
	align-content: center;
}

.section-title {
	font-weight: 400 !important;
	letter-spacing: .12rem;
	text-align: center !important;
}
.section-title h1, .section-title h2, .section-title h3 {
	color:#cda45e;
}

.text-little {
	font-size: .75rem;
}

hr {
	width: 85%;
	border-top: 4px solid #eec278;
	border-radius: 4px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}


.zoom {
  transition: transform 0.5s; /* Animation */
}
.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.homepage h1 {
	text-shadow: 3px 3px 5px black;
}

/*--------------------------------------------------------------
# BusinessCards
--------------------------------------------------------------*/
.businesscards {
	padding: 100px 0 0;
}
.businesscards .card {
  color: #ffffff;
  background-color: #555555;
}
.businesscards .card i {
  margin: 0 0 1px;
  color: #c7a900;
  transition: all 0.3s ease-in-out;
}
.businesscards .card-title {
  color: #cda45e;
  font-size: 1.2rem;
}
.businesscards .card-text {
  color: #e0e0e0;
  font-size: 0.9rem;
}


/*--------------------------------------------------------------
# Strengths
--------------------------------------------------------------*/
.strengths {
	padding: 100px 0 0;
}
.strengths .card {
  color: #ffffff;
  background-color: #555555;
}
.strengths .card-title {
  color: #cda45e;
  font-size: 1.2rem;
}
.strengths .card-text {
  color: #e0e0e0;
  font-size: 0.9rem;
}
.strengths .card i {
  font-size: 2.375rem;
  margin: 0 0 1px;
  color: #c7a900;
  transition: all 0.3s ease-in-out;
}
.strengths .card:hover i {
  transform: translateY(-10px);
}


/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome {
	padding: 100px 0 100px;
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter {
	padding: 100px 0 0;
}

/*--------------------------------------------------------------
# menulist
--------------------------------------------------------------*/
.menulist {
	padding: 100px 0 0;
}
.menulist .list-group ul {
	margin-bottom: 1px;
}
.menulist .list-group li {

	cursor: pointer;
}
.menulist .pietanza {
	font-size: 0.8rem;
	border-bottom: 1px solid #555555;
}
.menulist .price {
	font-size: 0.9rem;
	color:#cda45e;
}

.button-group-menu .button:first-child {
    border-radius: 5px 0 0 5px;
}
.button-group-menu .button:last-child {
    border-radius: 0 5px 5px 0;
}

.button-group-menu .button {
    float: left;
    border-radius: 0;
    margin-left: -1px;
}
.button-group-menu .button.filter-active {
    background-color: #19F;
    color: white;
}
.button-group-menu .button:enabled {
    cursor: pointer;
}
.button-group-menu .button {
    border-color: #222;
}
.button-group-menu .button {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    background-color: #F8F8F8;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1));
    border: 1px solid #CCC;
}
/*--------------------------------------------------------------
# events
--------------------------------------------------------------*/
.events {
	padding: 100px 0 0;
}
.events .price {
	border-bottom: 2px solid #cda45e;
}

/*--------------------------------------------------------------
# photos
--------------------------------------------------------------*/
.photos {
	padding: 100px 0 0;
}

/*--------------------------------------------------------------
# info
--------------------------------------------------------------*/
.info {
	padding: 100px 0 0;
}

/*--------------------------------------------------------------
# booknow
--------------------------------------------------------------*/
.booknow {
	padding: 100px 0 0;
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
.contacts {
	overflow: hidden;
	padding: 120px 0 50px;
}
.contacts h5 {
  color: #cda45e;
}
.contacts .bordino-oro {
  border: 1px solid #cda45e !important;
}


/*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/
.scroll-top.scroll-top-visible {
    transform: translateY(0);
}
.scroll-top {
    position: fixed;
    display: block;
    bottom: 1.5625rem;
    right: 1.5625rem;
    z-index: 999;
    background: rgba(255, 255, 255, .9);
    height: 2.375rem;
    width: 2.375rem;
    line-height: 2.25rem;
    text-align: center;
    font-size: .875rem;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .05);
    transition: .5s all ease;
    transform: translateY(4.25rem);
    color: #788487;
}

/* Footer Styles */

footer {
	background-color: #073954;
}


