/* ---------------------------------------------------
    THEME CSS
    
    PLACEHOLDER: CURLS AND CLAY
----------------------------------------------------- */


/* ---------------------------------------------------
    BODY
----------------------------------------------------- */

body {
	background-image: url('../../images/hero-banner/bg-curlsandclay-atelier-v2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}


/* ---------------------------------------------------
	MAIN
----------------------------------------------------- */

main {
	height: 100vh;
}

.placeholder__wrapper {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
}

.placeholder__wrapper--body {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: .5rem;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-wrap: wrap;
	padding: 2.5rem 3.5rem;
}

.placeholder--company--logo {
	height: 250px;
}





/* ---------------------------------------------------
    TYPO
----------------------------------------------------- */

body {
	font-family: 'Eina 01', Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 0;
	line-height: 1;
}

h1 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: -.0125rem;
	line-height: 1.15;
}

h2 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.65rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -.0125rem;
}

h3 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -.0125rem;
	line-height: 1;
}

h4 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
}

p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
}

b,
strong {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 600;
}

.small,
small {
	font-size: 80%;
	font-weight: 400;
}


/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.textDark {
	color: #111 !important;
}

.textGrey {
	color: #333 !important;
}

.textMidgrey {
	color: #666 !important;
}

.textLightgrey {
	color: #999 !important;
}

.textAsh {
	color: #ededed !important;
}

.textWhite {
	color: #fff !important;
}


.bgDark {
	background-color: #111 !important;
}

.bgGrey {
	background-color: #333 !important;
}

.bgMidgrey {
	background-color: #666 !important;
}

.bgLightgrey {
	background-color: #999 !important;
}

.bgLightergrey {
	background-color: #dddddd !important;
}

.bgAsh {
	background-color: #e8e9ea !important;
}

.bgDust {
	background-color: #e9e9e9 !important;
}

.bgFeather {
	background-color: #f5f5f5 !important;
}

.bgWhite {
	background-color: #fff !important;
}


/* ---------------------------------------------------
    COLORS COMPANY ID
----------------------------------------------------- */

.navshadow {
	box-shadow: 0px 5px 15px -12px rgba(0, 0, 0, 0.7);
}

.bgFeatherGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #efefef 10%, #f5f5f5 20%, #f8f8f8 40%, #f8f8f8 60%, #f5f5f5 80%, #efefef 90%) repeat scroll 0 0;
}



/* ---------------------------------------------------
    TEXT LINKS
----------------------------------------------------- */

a {
	color: #111;
	text-decoration: underline;
	transition: .2s ease-in-out all;
}

a:hover {
	color: #aaa;
}



/* ---------------------------------------------------
    LISTS
----------------------------------------------------- */

ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	display: flex;
	width: 100%;
}



/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */

button {
	cursor: pointer;
	font-family: 'Eina 01', Arial, sans-serif;
}

.btn1 {
	background-color: #111;
	border: 1.5px solid #111;
	border-radius: 50px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}

.btn1:hover {
	background: transparent;
	border: 1.5px solid #fff;
	color: #111;
}