* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

p {
	text-align: justify;
}

.navbar {
	background-color: rgb(244, 133, 82);
}

.intro, .aboutus, .spaces, .services {
	width: 90%;
	margin: 0 auto;
	border-bottom: 2px solid black;
}

.contact {
	width: 90%;
	margin: auto;
}

.sok, .logos, .logo-img-div, .social-media-links, .servicestext {
	display: flex;
	justify-content: center;
}

.soklogo {
	width: 90%;
}

.logo {
	width: 100%;
}

.logo-img-div img, .aboutusimgs img, .badrimgs img {
	width: 100%;
}

.sok-logo {
	width: 15%;
}

.bkg-black-pad {
	background-color: black;
	padding: 12px;
}

.bkg-black {
	background-color: black;
}

.ukkitchensimgs, .europeankitchensimgs, .outdoorkitchensimgs {
	width: 100%;
}

.social-media-links .col-sm-2 {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}