
/* General Changes */
h3{
  font-size:30px;
  font-weight: bold;
}

body{
  font-family: "Concert One", serif;
  font-weight: 400;
  font-style: normal;
}

 html {
  scroll-behavior: smooth;
}
/* General Changes */


/* Navbar Section */
.navbar{
  border-bottom: #ffffff solid 2px;
}
.navbar-nav{
  margin-left: auto;
}
.navbar-brand{
  /* color:#990099 !important; */
  font-size:24px;
  
}
.nav-item{
  padding-left: 2cm;
  padding-right: 0cm;
  text-align: center;
}
.nav-link{
  text-transform: uppercase;

}

.nav-link:hover{
  /* color:#990099 !important; */
}
/* Navbar Section */

/* Header Section */

#header{
  background: url("Interior.avif") no-repeat;
  background-size: cover;
  height: 100vh;
  color: #343A40;

}
.nerko-one-regular {
  font-family: "Nerko One", serif;
  font-weight: 400;
  font-style: normal;
}
#Titulatura{
  margin-top: 240px;
  margin-right:500px ;
}
li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

 h1{
  margin-top: 20px;

}
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  background-color: #F5F5F5; /* Light gray background */
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

th, td {
  border: 1px solid #B8997D;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #B8997D;
  color: #fff;
}

tr:nth-child(even) {
  background-color: #F9F9F9; /* Alternate row color */
}
/* #header .overlay{
  background-color: rgba(26, 0, 26,.4);
  height: 100vh;
} */

.btn-outline-secondary{
  cursor:pointer;
  color: #111;
}

.btn-outline-secondary:hover{
  background-color: #09838b;
}

/* Header Section */

/* Contact Section */
#Contact i{
  color:#B8997D;

}

#Contact h3:hover{
  color:#B8997D;
  cursor:pointer;
}
.grid-equal-height {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Adjust the number 3 if you have a different number of columns */
  gap: 20px; /* Optional: adds some spacing between grid items */
}

.grid-equal-height > * { /* Targets direct children of grid-equal-height (your columns) */
  display: flex;
  flex-direction: column; /* Ensure content is arranged vertically within each column */
}

.grid-equal-height .card { /* Targets the cards within the grid */
  flex-grow: 1; /* Makes the card expand to fill the available height */
}
/* Contact Section */
.card{
  background-color: #B8997D;
}

/* Work Section */
#work{
  background: url("annie-spratt-YmoKERxSpso-unsplash.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size:cover;
}
#port{
  background: url("annie-spratt-YmoKERxSpso-unsplash.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size:cover;
}
#preturi{
  background: url("annie-spratt-YmoKERxSpso-unsplash.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size:cover;
}
#work p{
  text-align: justify;
}

/* Work Section */
  
/* GALLERY Section */

.why{
  margin-top: 10%;
}
.list{
  margin-top: 2%;
  margin-left: 5%;
  font-size: 16px;
}
.cta{
  margin-top: 10%;
  font-size: 30px;
}
/* GALLERY Section */

/* Testimonial Section */


/* Footer Section */
#footer{
  /* bottom:0px; */
  width: 100%;
  background: #111;

}

#footer .container{
  margin:auto;
  padding:0 20px;
  display:flex;
  justify-content:space-between;
  align-items: center;
}

#footer .container .content{
  /* flex-basis: 50%; */
  padding:10px 20px;
  color:white;
}

.second {
  margin-left: 180px;
}

 .social{
  margin:20px 0;
}
.social a{
  color: white;
  margin-right: 25px;
  font-size: 22px;
  text-decoration: none;

}

.content h2{
  font-size: 1.2rem;
  font-size: 600;
  text-transform:uppercase;
}

@media screen and (max-width: 1200px)
{
#header{
  background-size: 1200px 100vh;
  color: #fcfbfb;
}
}

@media screen and (max-width: 992px)
{
  #header{
    background-size: 990px 100vh;
  }

}

@media screen and (max-width: 768px)
{
  #header{
    background-size: 760px 100vh;
  }
  .row p{
    color:black;
  }
  .historyImage{
    margin-left:0;
    text-align: center;
    margin-top: 0;
  }
  .historyArea{
    margin-right: 0;
  }
}

@media screen and (max-width: 576px)
{
  #header{
    background-size: 570px 100vh;

  }
  .historyImage{
    margin-left:0;
    text-align: center;
    margin-top: 0;
  }
  .historyArea{
    margin-right: 0;
  }
}