.custom-heading-1 {
    font-size: 1.8em;
    letter-spacing: .05em;
}
.custom-heading-2 {
    font-size: 1.4em;
}
.custom-heading-3 {
    font-size: 1.2em;
}

.underline-heading-1 {
    display: inline-block;
    border-bottom: 1px solid lightgrey;
}

@media (min-width: 992px) {
    .welcome .left-col {
        border-right: 1px solid lightgrey;
    }
}
@media (max-width: 992px) {
    .welcome .left-col {
        border-bottom: 1px solid lightgrey;
    }
}
.w-80 {
    width: 80%;
    max-width: none;
}

/*
i {
    border-radius: 30px;
    border-color: whitesmoke;
    background-color: whitesmoke;
    padding: .2em;
}
*/

/*
.accommodation {
    background-image: url(/img/backgrounds/background2.png);
}
*/

.circle-icon {
    background: whitesmoke;
    width: 1.7em;
    height: 1.7em;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.35em;
}

.room-container {
    position: relative;
    margin: 1em;
}
.accommodation .rooms img {
    width: 100%;
    height: 500px;
    display: block;
}
.accommodation .room-container .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    width: 100%;
    height: 50px;
    transition: .5s ease;
}
.room-container:hover .overlay {
    height: 100%;
}
/*
.room-container .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}*/
.room-container h2, .room-container .links {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 40%);
    -ms-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
    text-align: center;
    
}

.room-container .links {
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
}
.room-container .overlay .more {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
}

#ski-gallery img {
    width: auto;
    height: 450px;
    max-height: 450px;

}

.winter-sports ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.winter-sports li {
    padding-left: 1em;
    text-indent: -1em;
}
.winter-sports li:before {
    content: ">";
    padding-right: 5px;
    font-size: 1.4em;
}

.routes .landmark-element {
    display:flex;
    flex-direction: column;
    padding: 1em;
}

.routes .landmark-element h2 {
    border-bottom: 2px solid grey;
    padding-bottom: 0.2em;
    cursor: pointer;
    margin-top:auto;
}
.routes .landmark-element h2:hover {
    border-bottom: 2px solid #ac8b51;
}

.routes .modal img {
    max-height: 100%;
    max-width: 100%;
}
