* {
	font-family: 'Roboto', sans-serif;
}
.row {
	display: flex;
	width: 100%;
}
.col-6 {
	height: 100vh;
}
.content {
}

.partners {
	margin-top: 150px;
	margin-right: -30px;
}

.banner {
	background-color: #707070;
	/* text-transform: uppercase; */
}

.partnerLogos{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
}

.partnerImage{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 100px;
	margin-top: 20px;
}

.partnerImage:nth-of-type(1) {
	background-image: url(../images/clients/RAS_Logo.png);
}

.partnerImage:nth-of-type(2) {
	background-image: url(../images/clients/shareefJew.jpg);
}

.partnerImage:nth-of-type(3) {
	background-image: url(../images/clients/dieta.png);
}

.partnerImage:nth-of-type(4) {
	display: none;
}

.picture {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
}
.picture img {
	width: 25%;
	margin: 20px;
}
.picture1 {
	background-image: url(../images/landing/landingHalf1.jpg);
}
.picture2 {
	background-image: url(../images/landing/landingHalf2.jpg);
}
.picture3 {
	background-image: url(../images/landing/landingHalf3.jpg);
}

