body {
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, p, a {
    margin: 0;
    text-decoration: none;
}

/* Header */

.header {
    background-image: url("../img/detente/detente.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

/* Body */

.detente-title {
    margin-top: 2rem;
}

.picture {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    width: 25vw;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


.detente-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 3rem 0;
}

.detente-detail div p {
    margin: 1rem 0;
}

.hottub-picture {
    background-image: url("../img/detente/hottub.jpeg");
}

.hottub-text {
    width: 70%;
    text-align: justify;
}


.sauna-picture {
    background-image: url("../img/detente/bainchaud.jpg");
}

.sauna-text {
    width: 70%;
    text-align: justify;
}

.detente-notice {
    display: flex;
    margin: 2.5rem auto;
    flex-direction: column;
    width: 70vw;
    border: 3px solid #003E64;
    border-radius: 6px;
    padding: 1.25rem;
    background-color: rgba(0, 62, 100, .15);
}