* {
    box-sizing: border-box;
    font-family: sans-serif;
}

h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 72px;
    background-color: hsla(0, 0%, 3%, 0.5);
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    /* letter-spacing: 1.5; */
    padding: 50px;
    margin-top: 0;
    margin-bottom: 35px;
}

h3 {
    /* color: #000; */
    margin-top: 50px;
}

ul {
    list-style-type: none;
    margin: 30px 0;
}

.hero { 
    height: 669px;
    padding-top: 50px;
    background: url(img/01.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    width: 80%;
    margin: 0 auto;
    text-align: center
}

.hero nav li{
    display: inline-block;
    margin-right: 26px;
    padding: 5px 10px;
    background-color: hsla(0, 0%, 3%, 0.5);
}

.hero nav li:last-child{
    margin: 0;
}

.hero nav a {
    color: #fff;
    text-transform: lowercase;
    font-weight: bolder;
}

.hero nav li.logo {
    background: none;
}

.card-img-top {
    width: 100%
}

.card {
    margin-bottom: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card span{
    font-size: 1rem;
}

.card-text,
.card-title,
.recommendations {
    color: #000;
}

.card-text {
    height: 142px;
}

.recommendations {
    margin-bottom: 50px
}

footer {
    color: #fff;
    background-color: rgb(37, 37, 37);
    padding: 10px 0 0;
}

footer a {
    color: #fff;
    text-decoration:none;
}

footer a:hover {
    color: rgb(209, 208, 208);
    text-decoration: none;
}

.list-item {
    display: inline-block;
    margin-right: 30px;
}

.list-item i{
    font-size: 44px;
}

.list-item i:hover {
    color: rgb(209, 208, 208)
}

.subfooter {
    color: rgb(156, 153, 153);
    font-size: 14px;
    padding: 10px 0 20px;
    background-color: #000;

}

.fa-heart {
    color: rgb(241, 77, 77);
}