/**
 * Styles for littleblackspot.com
 */

/* reset */
html { font-size: 62.5%; /* font-size 1em = 10px on default browser settings */ }
body { font-size: 1.6rem; line-height: 1.4; }

*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){filter:blur(10px)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

html {
	background-image: url( './bg.jpg' );
}

/**
 OOCSS
 */

.btn {
	/*box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
	*/
	box-shadow: 4px 4px 6px 1px rgba(0,0,0,0.3), -4px -4px 6px 2px white;
	border-radius: 0.7rem;
	padding: 0.3em 1.7em;
	color: black;
	text-decoration: none;
	background-color: rgb(255,255,255);
	margin: 1%;
}
@media (min-width: 768px) {
	.btn {
		border-radius: 1rem;
		padding: 0.4em 4rem;
	}
}
@media (min-width: 992px) {
	.btn {
		border-radius: 1rem;
		padding: 0.3em 3.2rem;
	}
}
@media (min-width: 1200px) {
	.btn {
		padding: 0.5em 2.8em;
	}
}


.btn:hover {
	border-width: 1rem;
	box-shadow: inset 6px 6px 26px 0 rgba(217, 210, 200, 0.61),
	  inset -6px -6px 26px 0 rgba(255, 255, 255, 0.83);
}

.btn--dark {
	background-color: rgba(40,47,53,1);
	/*box-shadow: 11px 11px 47px 0px rgba(0,0,0,0.3), -5px -5px 100px 1px aliceblue;*/

	box-shadow: 4px 4px 6px 1px rgba(0,0,0,0.3), -4px -4px 12px 1px rgba(255, 255, 255, 0.1);
	/*box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);*/
	border-radius: 1rem;
	padding: 1.2em 3em;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}

.btn--dark:hover {
	box-shadow: inset 6px 6px 26px 0 rgba(22, 27, 33, 0.61),
	inset -6px -6px 26px 0px rgba(40, 47, 53, 0.83);
	color: white;
}

.poppins {
	font-family: Poppins;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
@media (min-width: 768px) {
	.poppins {
		font-size: 1.3rem;
	}
}
@media (min-width: 1200px) {
	.poppins {
		font-size: 1.4rem;
	}
}

.poppins--bold {
	font-family: Poppins;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: 2px;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.poppins--bold {
		font-size: 1.4rem;
	}
}

.title {
	margin-top: 1em;
	text-align: center;
	font-family: Poppins;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 1.5px;
	margin-bottom: 1rem;
	color: rgba(0,0,0,1);
}
@media (min-width: 768px) {
	.title {
		font-size: 1.5rem;
	}
}
@media (min-width: 992px) {
	.title {
		font-size: 1.4rem;
	}
}
@media (min-width: 1200px) {
	.title {
		font-size: 1.8rem;
	}
}

/************************
*
* Header
*
*
*****/
#header {
	background-color: rgb(40,47,53,1);
	text-align: right;
	padding: 0.5rem 2rem;
}
@media (min-width: 768px) {
	#header {
		padding: 0 10rem;
	}
}
@media (min-width: 1200px) {
	#header {
		padding: 0 6rem;
	}
}
.lbs__logo {
	margin: 0 auto;
}
@media (min-width: 768px) {
	.lbs__logo {
		max-width: 30rem;
	}
}
@media (min-width: 992px) {
	.lbs__logo {
		max-width: 35rem;
	}
}
@media (min-width: 1200px) {
	.lbs__logo {
		max-width: 60rem;
	}
}
.header__msg span {
	display: block;
	padding-bottom: 1rem;
	padding-top: 7px;
	opacity: 0.95;
	font-size: 1.2rem;
	color: rgba(255,255,255,1);
	letter-spacing: 0.25px;
}
.header__msg {
	text-align: right;
	display: inline;
	vertical-align: middle;
}



/************************
*
* Main
*
*
*****/

#main {
	margin: 5rem 2rem 0;
}
@media (min-width: 768px) {
	#main {
		margin: 7rem 10rem 0;
	}
}
@media (min-width: 992px) {
	#main {
		margin: 7rem 8rem 0;
	}
}
.welcome {
	text-align: center;
	margin: 0 4rem 0;
}

.welcome__msg {
	margin-top: 4rem;
	text-align: center;
}
.welcome__msg p {
	font-weight: normal;
	color: rgba(0,0,0,1);
	opacity: 0.45;
	line-height: 2rem;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
}
.welcome__2line {
	margin-top: 2rem;
}
.welcome__2line p {
	line-height: 2rem;
	font-size: 2rem;
	color: rgba(0,0,0,0.6);
	letter-spacing: 0.5px;
}
@media (min-width: 768px) {
	.welcome__2line {
		margin-top: 1rem;
	}
}



/************************
*
* Work
*
*
*****/

.work__grid {
	position: relative;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: column-reverse;
}
@media (min-width: 992px) {
	.work__grid {
		margin-top: 4rem;
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.work__grid {
		margin-top: 8rem;
	}
}
.work {
	margin-top: 4rem;
	background-color: white;
	box-shadow: 0 11px 47px 0px rgba(0,0,0,0.3);
	border-radius: 2.5rem;
}
@media (min-width: 992px) {
	.work {
		max-width: 40rem;
		min-width: auto;
	}
}
@media (min-width: 1200px) {
	.work {
		margin-top: 0;
		min-width: 45rem;
		max-width: 45rem;
	}
}
@media (min-width: 1400px) {
	.work {
		margin-top: 0;
		min-width: 45rem;
		max-width: 65rem;
	}
}

.work__image img {
	max-width: 100%;
	width: 100%;
	border-top-left-radius: 2.5rem;
	border-top-right-radius: 2.5rem;
}

.work__description {
	min-height: 2em;
	margin: 0 auto 2rem;
}
@media (min-width: 768px) {
	.work__description {
		max-width: 60%;
		margin: 0 auto 2rem;
	}
	.work__description p {
		letter-spacing: 0;
	}
}
@media (min-width: 992px) {
	.work__description {
		min-height: 4em;
		max-width: 100%;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.work__description {
		min-height: 2em;
		max-width: 70%;
	}
}

.work__content {
	text-align: center;
	color: rgba(132,135,137,1);
	padding: 1rem 2rem 3rem;
}
@media (min-width: 768px) {
	.work__content {
		padding: 1rem 2rem 3rem;
	}
}
@media (min-width: 992px) {
	.work__content {
		padding: 0rem 2rem 2rem;
	}
}
@media (min-width: 1200px) {
	.work__content {
		padding: 1rem 2rem 2rem;
	}
}

/************************
*
* Links
*
*
*****/

.links {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.links {
		max-width: 80%;
	}
}
@media (min-width: 992px) {
	.links {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.links {
		margin-top: 1.6rem;
	}
}

.links__icon {
	max-height: 2rem;
	opacity: 0.6;
}
@media (min-width: 768px) {
	.links__icon {
		max-height: 3rem;
	}
}
@media (min-width: 992px) {
	.links__icon {
		max-height: 2rem;
	}
}
@media (min-width: 1200px) {
	.links__icon {
		max-height: 2.5rem;
	}
}

/************************
*
* Clients
*
*
*****/


#clients {
	margin: 6rem 2rem;
}
@media (min-width: 768px) {
	#clients {
		margin: 8rem 10rem;
	}
}
@media (min-width: 1200px) {
	#clients {
		margin-top: 12rem;
	}
}
.logos {
	margin-top: 2rem;
	opacity: 0.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.client__item {
	margin: 4% 2%;
}
@media (min-width: 768px) {
	.client__item {
		margin: 2% 2%;
	}
}
@media (min-width: 1200px) {
	.client__item {
		margin: 1% 2%;
	}
}
.client__logo {
	width: 100%;
	height: 100%;
	min-width: 0;
	max-height: 4rem;
	max-width: 7rem;
	object-fit: contain;
}
@media (min-width: 768px) {
	.client__logo {
		max-height: 5rem;
		max-width: 10rem;
	}
}
@media (min-width: 1200px) {
	.client__logo {
		max-height: 14rem;
		max-width: 14rem;
	}
}


/************************
*
*  Footer
*
*
*****/
#push {
	margin-top: 30rem;
	position: relative;
}

#footer {
	margin-top: 6rem;
	background-color: rbg(255,255,255);
}
@media (min-width: 1200px) {
	#footer {
		margin-top: 12rem;
	}
}
.footer__contacts {
	padding: 4rem 0;
	text-align: center;
	background-color: rgb(40,47,53,1);
}

@media (min-width: 768px) {
	.footer__contacts {
		padding: 6rem 0 4rem;
	}
}
@media (min-width: 1200px) {
	.footer__contacts {
		padding: 6rem 0;
	}
}
.footer__cta {
	margin: 0 auto;
}
@media (min-width: 768px) {
	.footer__cta a {
		font-size: 1.2rem;
	}
}
.footer__email {
	margin-top: 3rem;
}
.footer__email a {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
@media (min-width: 768px) {
	.footer__email a {
		font-size: 1.6rem;
	}
}
.footer__email a:hover {
	color: #6448F5;
}

.footer__copyright {
	margin-top: 1rem;
	text-align: center;
}
@media (min-width: 768px) {
	.footer__copyright {
		margin-top: 2rem;
	}
}
.footer__copyright p{
	font-size: 1rem;
	color: rgba(137,137,137,1);
	font-family: Poppins;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
	.footer__copyright p{
		font-size: 1.2rem;
	}
}
@media (min-width: 1200px) {
	.footer__copyright p{
		font-size: 1.2rem;
	}
}


/*
.dark {
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.4));
}
.light {
	filter: drop-shadow(-2px -2px 8px rgba(255, 255, 255, 0.102));
}
*/
/* Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
*/

/* Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
*/

/* Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
*/

/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/