
html, body {
	padding: 0;
	margin: 0;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	font-weigth: 400;
	background-image: url("images/bg/darkwood.png");
    background-repeat: repeat;
}

.logo {
  max-width: 250px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

.text-header{
    min-height: 100px;
    padding: 10px;
    background-color: #000;
    border-bottom: 2px solid #cba43d;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 20px;
    margin-bottom: 25px;
}

.social-icons {
    max-width: 50px;
    margin-right: 10px;
}

a {
  color: #cba43d !important; 
  text-decoration: none;
}

.carousel-item {
  height: 100vh !important;
}

.carousel-item img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vh !important;
}

.bg-dark {
  background-color: #000 !important;
}

.navbar{
    border-bottom: 2px solid #cba43d;
}

.img-fluid {
    object-fit: cover;
    max-height: 220px;
	width: 100%;
}

.container.rounded-corner img {
	border-radius: 5px;
}


@media only screen and (max-width: 800px) {
.carousel-item {
  height: 50vh !important;
}

.carousel-item img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 50vh !important;
}
}