* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6rem;
    background-color: black;
}

.nav-link {
    margin: 0 5rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;  
}

.navbar-toggler {
    font-size: 3.3rem;
}

.bg-navbar {
    background-color: black;
}


.c-item {
    height: 480px;
  }
  
  .c-img {
    height: 100%;
    object-fit: cover;
  
  }

.carousel-caption {
    padding-top: 15rem;
}

.about-boxes {
    padding: 4em 0;
}

.home-box i {
    font-size: 2.5rem;

}

h2 {
    font-size: 2.6rem;
}

.price-boxes {
    padding: 4em 0;
}

.price {
    padding: 0.25em 0;
}

.card-body {
    background-color: black;
}

.card {
    width: 100%;
	height: 100%;
}

.icons a {
    font-size: x-large;
    height: 200px;
    color: white;
    text-decoration: none;
    transition: color .3s;
}

.icons a:hover {
    color: rgba(123, 122, 121, 0.84);
}

.map-responsive {
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
