@font-face{font-family:kinfolk;src:url("https://www.cbwebsitedesign.co.uk/pages/portfolio/lymore/kinfolk_reg-webfont.woff2") format("woff2"),url("https://www.cbwebsitedesign.co.uk/pages/portfolio/lymore//kinfolk_reg-webfont.woff") format("woff");font-weight:400;font-style:normal}
/*
body:not(.scrolled) header .menu-toggle span {
	background: #111;
}

body:not(.scrolled) header #logo {
	filter: brightness(0.15);
}
*/
@media (min-width: 1440px) {
    #portfolio-header .container, #portfolio-image-feature .container, #portfolio-introduction .container {
    	max-width: 1380px;
    }
}

#portfolio-header .logo svg {
	max-width: 14.8rem;
}

#portfolio-header .container {
	position: relative;
	z-index: 2;
}

#portfolio-header h1 {
	color: #fff;
	font-weight: 300;
	text-transform: none;
    font-family: kinfolk,sans-serif;
        font-size: 4rem;
}
.font-it{
    font-family: kinfolk,sans-serif;    
}
@media (max-width: 41.6775em) {
    #portfolio-header h1 {
    	font-size: 2.5rem;
    	line-height: 1.5;
    }
}

#portfolio-header .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#portfolio-header .bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1A1F24;
	opacity: 50%;
	z-index: 1;
}

#portfolio-header .bg img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#portfolio-header .button {
	text-align: center;
}

#portfolio-header .btn,
#portfolio-content-center .btn {
	border: 1px solid #fff;
	background: rgba(0,0,0,0.1);
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	width: 12rem;
	height: 12rem;
	text-align: center;
	padding: 1rem;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: all .5s ease-in-out;
	backdrop-filter: blur(4px);
	margin: 0 auto;
	
}

#portfolio-header .btn:hover {
	background: #fff;
	color: #111;
}

#portfolio-image-feature {
	background: #2A333D;
	overflow: visible;
}

#portfolio-image-feature .row>div {
    padding-top: max(8rem,4vw);
	padding-bottom: max(8rem,4vw);
	transform: translateY(-4rem);
	overflow: hidden;
}

#portfolio-image-feature img:not(.twig) {
	max-width: 70%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
}

#portfolio-image-feature .twig {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(30deg) translate(30%, 12%);
    width: 30%;
}

#portfolio-introduction,
#portfolio-content-center {
	background: #2A333D;
	color: #fff;
}

#portfolio-introduction h2 {
	color: #fff;
	text-transform: none;
	font-weight: 300;
	line-height: 1.5;
}

#portfolio-introduction ul {
    list-style: none;
}

#portfolio-introduction ul li {
	font-size: 1.8rem;
	padding: 0.7rem 0;
}

.image-full {
	height: 78vh;
}

.image-full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#images-carousel {
	background: #5E6B79;
	padding: max(8rem, 4vw) 0;
}

#portfolio-content-2 {
	background: #5E6B79;
	overflow: visible;
	z-index: 1;
}

#portfolio-content-2 h2 {
    color: #fff;
}

#portfolio-content-2 .row > div {
    position: relative;
}

#portfolio-content-2 .image-mockups {
    width: 100%;
    position: relative;
    z-index: 1;
}

#portfolio-content-2 .image-mockups img {
    max-height: 50vh;
    padding: 0 15px;
}

@media (max-width: 640px) {
    #portfolio-content-2 .image-mockups img {
        max-width: 50%;
    }
}

#portfolio-content-2 .image-mockups + .twig {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

#portfolio-content-2 .tablet {
	width: 52vw;
	border: 1.8rem solid #AEB4BB;
	border-radius: 1.4rem;
	transform: translateY(-6rem);
}

#portfolio-content-2 .tablet-2 {
	width: 52vw;
	border: 1.8rem solid #AEB4BB;
	border-radius: 1.4rem;
	transform: translateY(6rem);
}

@media (max-width: 640px) {
    #portfolio-content-2 .tablet,
    #portfolio-content-2 .tablet-2 {
        width: 110vw;
        transform: none;
    }
}

#portfolio-content-2 .content {
	color: #fff;
}

#portfolio-content-2 p {
	font-size: 1.8rem;
}

#portfolio-content-center h3,
#portfolio-end h3 {
	text-transform: none;
	font-weight: 300;
	line-height: 1.5;
}

#portfolio-mockups {
	height: calc(100vh - 20px);
}

#portfolio-mockups .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#portfolio-mockups .bg .simpleParallax {
	height: 100%;
}

#portfolio-mockups .bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}