@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');

@import url('https://use.typekit.net/fve5vjs.css');

@import url('https://use.typekit.net/eex8uaf.css');


body {
    color: #777;
    font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    line-height: 25px;
}

.logosize {
	width: 120px;
	height: 128px;
}

@media only screen and (max-width: 600px) {
	.logosize {
	width: 60px;
	height: 64px;
}
}

.bebas {
    font-family: 'Bebas Neue' !important ;
    color: #3D0079;
    letter-spacing: 0;
}

.purpletext {
	color: #3D0079;
}

.purpleback {
	background-color: #3D0079;
}

.hamburguer-btn .close span:nth-child(1) {
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.hamburguer-btn .close span:nth-child(2) {
	-webkit-transform: translateX(-50%) rotate(-0deg);
	transform: translateX(-50%) rotate(-0deg);
}

.hamburguer-btn .open {
	pointer-events: none;
	-webkit-transition: ease all 300ms;
	transition: ease all 300ms;
}

.hamburguer-btn .open span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 1px;
	background: #333;
	-webkit-transition: ease all 300ms;
	transition: ease all 300ms;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.hamburguer-btn .open span:nth-child(1) {
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.hamburguer-btn .open span:nth-child(2) {
	-webkit-transform: translateX(-50%) rotate(-0deg);
	transform: translateX(-50%) rotate(-0deg);
}

.hamburguer-btn {
    background: transparent;
    outline: 0 !important;
    border: none;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}


.sticky-wrapper {
    position: relative !important;
    width: 100% !important;
    z-index: 11;
}



.featured-box .box-content:not(.box-content-border-0) {
    top: -1px;
    border-top-width: 15px;
}

.featured-box {
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 0px solid #ECECEC;
    border-radius: 8px;
    border-right: 0px solid #ECECEC;
    -webkit-box-shadow: 0 20px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}


.featured-box-greytop {
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 0px solid #ECECEC;
    border-radius: 8px;
    border-right: 0px solid #ECECEC;
    -webkit-box-shadow: 0 20px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
    border-top: 15px solid #B9B9B9;
}




.blockoverlay {
	background-color: white;
	position: relative;
	right: -50px;
	padding: 20px;
	z-index: 2000;
}

.picunder {
	background-color: white;
	position: relative;
	left: -50px;
	padding: 20px;
}

.blockoverlay2 {
	background-color: white;
	position: relative;
	right: 50px;
	margin-top: 80px;
	padding: 20px;
	display: block;
	z-index: 2000;
}

.picundermob {
	background-color: white;
	position: relative;
	left: 0px;
	padding: 20px;
	margin-left: none;
	margin-right: none;
}

.blockoverlay2mob {
	background-color: white;
	position: relative;
	right: 0px;
	margin-top: 0px;
	padding: 20px;
	display: block;
	z-index: 2000;
}

@media only screen and (max-width: 600px) {
	.picunder {
		background-color: white;
		padding: 20px;
		right: 0px;
	}
	
	.blockoverlay2 {
	background-color: white;
	padding: 20px;
	width: 90%;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
}



html.side-header-overlay-full-screen #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(34, 0, 67, 0.99);
    position: fixed;
    -webkit-box-shadow: 0 0 18px rgba(68, 68, 68, 0.07);
    box-shadow: 0 0 18px rgba(68, 68, 68, 0.07);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 48px;
    padding-top: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease opacity 300ms, ease visibility 300ms;
    transition: ease opacity 300ms, ease visibility 300ms;
}

.iconcircle {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border: 0px solid #c4c4c4;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.iconcircle img {
	vertical-align: middle;
	
}

.iconheader {
	font-size: 20px;
	line-height: 26px;
	color: #707070;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding-top: 10px;
}

.iconbutton {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	background: #E5E5E5;
	font-size: 14px;
	color: black;
	letter-spacing: 0.48px;
}

.iconbutton:hover {
	background: #3D0079;
	color: white;
}

.btn-modern {
    text-transform: uppercase;
    font-size: .8em;
    padding: 10px 20px;
    font-weight: 600;
}

.projectbutton {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	background: #3D0079;
	font-size: 16px !important;
	color: white;
	letter-spacing: 0.48px;
	max-width: 200px;
	position: relative;
	top: -20px;
	align-self: center;
}

.projectbutton:hover {
	background: #3D0079;
	font-size: 16px;
	color: white;
}

.darkgreytext {color: #2F2F2F;}


.commercial {
	background-image: url(../img/header_image_commercial.jpg);
	background-size: 75%;
	background-position: left top;
	min-height: 700px;
	background-repeat: no-repeat;
}



.commercialhead {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: white;
	padding-right: 40px;
	padding-bottom: 40px;
	font-size: 40px;
	color: #3D0079;
}

.commercialtext {
	position: absolute;
	bottom: 250px;
	right: 300px;
	background-color: white;
	padding-left: 40px;
	padding-top: 40px;
	max-width: 500px;
}



.painting {
	background-image: url(../img/header_image_painting.jpg);
	background-size: 90%;
	background-position: left top;
	min-height: 700px;
	background-repeat: no-repeat;
}




.education {
	background-image: url(../img/school-reception-desks-design.jpg);
	background-size: 75%;
	background-position: left top;
	min-height: 700px;
	background-repeat: no-repeat;
}

.educationmob {
}

.commercialtextmob {
	background-color: white;
	padding-top: 20px;
	position: absolute;
	margin-top:350px;
}

.commercialheadmob {
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 40px;
	color: #3D0079;
	display: block;
	width: 100%;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li > a {
    display: inline-block;
    border: 0;
    font-size: 28.8px;
    font-size: 1.8rem;
    text-transform: none;
    color: #FFF;
    padding: 10px 0 !important;
    font-weight: 600;
}

p {
    color: #777;
    line-height: 26px;
    margin: 0 0 15px;
}

