/*
Theme name: EndoOne
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }
.content-and-image {
	margin-top: 70px;
	}

.floating-button {
    position: fixed;
    z-index: 11;
    bottom: 0px;
    right: 0px;
}

.hero__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100vh;
    color: var(--theme-color-white);
    padding-top: min(50vh, 350px);
    padding-bottom: min(10vh, 110px);
}

.member__image img {
	margin-top: 0;
	object-fit: cover;
}