@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: ParkerFont;
  src:url("fonts/freeset.ttf");
}


body {
	height: 100vh;
	margin: 0;
	padding: 0px;
	font: 16px BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#header {
	position: relative;
	height: 150px !important;
	width: 100%;
	padding-top: 20px;
}

.phone {
	float: right;
	padding-right: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #CB0136;
}

.logo {
	position: absolute;
	padding-left: 100px;
}

.logo img {
	width: 300px;
}

.navigation {
	position: absolute;
	right: 0;
	padding-right: 100px;
	margin-top: 30px;
}

.selectedNav {
	font-weight:bold;
	border-bottom: 3px solid #CB0136;
}

ul.navbarbar {
	list-style-type: none;
}

ul.navbarbar li {
	display: inline-block;
	font-size: 0;
	padding: 10px 20px 10px 20px;
}

ul.navbarbar li a:hover {
	font-weight:bold;
	border-bottom: 3px solid #CB0136;
}

ul.navbarbar li a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

ul.navbarbar li a {
	display: inline-block;
	text-decoration: none;
	color: black;
	font-size: 16px;
	text-transform:uppercase;
	padding-bottom: 10px;
}

.slideshow {
	width: 100%;
}

.imgwrap {
	width: calc(100%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.slideshow .imghere {
	height: 550px;
	width: 100%;
	background-position:center;
	background-size:cover;
	background-repeat: none;
}

.feature {
	height: 550px;
	margin-top: -8px;
}

hr {
  border: 1px solid #CB0136;
}

#img1 {
	background-image:url(SLIDER/1.jpg);
}

#img2 {
	background-image:url(SLIDER/2.png);
}

#img3 {
	background-image:url(SLIDER/3.jpg);
}

#img4 {
	background-image:url(SLIDER/4.jpg);
}

#footer {
	background-color: black;
	padding: 1px;
	text-align: center;
	color: white;
}

.card {
	border: none;
	padding: 10px;
	background-color: transparent;
}

.parker {
	color: #CB0136;
	font-weight:bold;
}

.container {
	width: 85%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.fas {
	color: #CB0136 !important;
}

.card-header {
	border-bottom: none;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

.col-xl {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.two-box {
	display: flex;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

.two-box-one {
	width: 50%;
}

.two-box-three {
	width: 30%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.left-box {
	padding-right: 40px;
}

.right-box {
	padding-left: 40px;
}

.fancy-italic {
	font-weight: normal;
font-family: droid serif;
font-style: italic;
line-height: 1.2em;
color: #222;
}

.fancyh1 {
	font-style: normal;
	font-size: 1.8em;
	margin-top: -20px;
}

.fancyTextGeneral {
	font-style: normal;
	font-size: 1.8em;
}

.bigh3 {
	font-size: 2.2em;
}

.nowrap {
	white-space: nowrap;
}

.moveUp {
	margin-top: -20px;
}

.button {
	background-color:#CB0136;
	color: white;
	padding: 10px 20px 10px 20px;
	display: inline-block;
}

a {
	text-decoration: none;
}

.button:hover {
	background-color:#D54547;
}

#backgroundWelcome {
	min-height: 300px;
	background-image:url(images/14.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#company1 {
	min-height: 300px;
	background-image:url(images/4.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#company2 {
	min-height: 300px;
	background-image:url(images/5.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#company3 {
	min-height: 300px;
	background-image:url(images/6.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#hoardingImage {
	min-height: 300px;
	background-image:url(images/hoarding.jpg);
	background-position:bottom;
	background-size:cover;
	background-repeat:no-repeat;
}

#shopFittingImage {
	min-height: 300px;
	background-image:url(images/camilla.png);
	background-position:bottom;
	background-size:cover;
	background-repeat:no-repeat;
}

#constructionImage {
	min-height: 300px;
	background-image:url(images/construct.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

[aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[aos="fade"].aos-animate {
  opacity: 1;
}
	
	