#toparea {
    max-width: 75rem;
    min-width: 48rem;
    width:80vw;
    margin:auto;
    margin-top: 2rem;
    overflow:auto;
    background-color: blanchedalmond;
}
#logo {
    height: 8rem;
    float: inline-start;
    padding-right: 1rem;
    margin: 1rem;
}
#wrapper {
    max-width: 75rem;
    min-width: 48rem;
    width:80vw;
    background-color: blanchedalmond;
    margin: auto;
    margin-top:1rem;
}
#hero {
    padding: 1rem;
    min-height: 15rem;
    background-color: #B6B6B6;
    background-image: url("./images/bed_crop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
}

div#hero div h1 {
    margin-top:0;
}

div.col {
    aspect-ratio: 1/1;
    float:left;
    width:33.333333%;
    height:auto;
    padding:0.38rem;
    box-sizing: border-box;
}
div.col figure {
    box-sizing:border-box;
    border: thin #E4476B solid;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: linen;
    width:100%;
    height:100%;
    padding:0.38rem;
    margin:0;
    display: flex;
    flex-direction: column;
}
/* div.col figure>* {
    width:100%;
} */
div.col figure div.img {
    flex: 1;
}
div.col figure div.img>img {
    height:100%;
    width: 100%;
    object-fit: cover;
}
div.col figure>iframe {
    aspect-ratio: 1/1;
    width:100%;
    height: auto;
    box-sizing:border-box;
}
div.col figure>figcaption {
    margin-top:.38rem;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

a.button, button.button{
    background-color: #E4476B;
    border: none;
    color: #193A4F;
    padding: 0.66rem 1rem;
    margin: .25rem 0;
    font-family: Nuport;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
a.button:hover, button.button:hover {
    background-color: #962f47;
    border: none;
    color: #193A4F;
    padding: 0.66rem 1rem;
    margin: .25rem 0;
    font-family: Nuport;
    font-weight: normal;
    font-size: 1.2em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.main_head {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin:0 1rem;
}
.description {
    flex-grow: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    max-width: 55%;
    margin-left: 1rem;
}
div.main_head>h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    flex-grow: 10;
    margin-bottom: 0.5rem;
}

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

.hero_title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:7.5rem;
    margin-bottom: 0;
}
.hero_desc {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5rem;
}
div.hero_desc p {
    margin:0;
}

.social_med {
    display:flex;
    justify-content: center;
}
div.social_med a lottie-player {
    width:4rem;
    height: auto;
}

nav ul {
    margin: 0;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}
nav ul li {
    list-style-type: none;
    float: right;
    padding: .33rem;
}
nav ul li a h1 {
    background-color: #FCFCFC;
    padding: .33rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

footer {
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}
footer>p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}
footer>hr {
    width:75%;
    background-color: #E4476B;
    border-color:#E4476B;
}

body {
    background-color: linen;
    margin:0;
}