@media only screen and (max-width: 923px) and (orientation: portrait) {
	body {
		margin: 0%;
	}

	.item-a {
		margin: 0;
	}

	.cardStyle {
		width: 500px;
		height: 500px;
	}

	.card {
		width: 500px;
		height: 400px;
		margin-top: 10%;
	}

	.imgStyle {
		width: 500px;
		height: 400px;
	}

	.cardStyleSalon {
		width: 400px;
		margin-top: 10%;
	}

	.imgStyleSalon {
		width: 400px;
		height: 400px;
	}
	.card-title {
		margin-bottom: initial;
	}
}

@media only screen and (max-width: 922px) and (orientation: landscape) {
	.cardStyle {
		width: 250px;
		height: 250px;
	}

	.card {
		width: 150px;
		height: 150px;
		margin-top: 10%;
	}

	.imgStyle {
		width: 250px;
		height: 250px;
	}

	.cardStyleSalon {
		width: 200px;
		margin-top: 10%;
	}

	.imgStyleSalon {
		width: 200px;
		height: 200px;
	}
	.projects {
		display: grid;
		grid-template-columns: 50px 300px 150px 300px 50px;
		grid-template-rows: 300px 300px 300px 300px;
		grid-template-areas:
			". itemA . itemB ."
			". itemC . itemD ."
			". itemE . itemF ."
			". itemG . itemH .";
	}

	.card-title {
		font-size: 1.2rem;
	}
	.navbarLower {
		display: none;
	}
	.deply {
		width: 200px;
	}
}
@media only screen and (min-width: 824px) and (max-width: 922px) and (orientation: portrait) {
	body {
		margin: 0%;
	}
	.item-a {
		margin: 0;
	}
	.item-c {
		padding-top: 3%;
	}
	imgStyle {
		margin-top: 0%;
	}
	.cardStyle {
		width: 500px;
		height: 400px;
		margin-top: 10%;
	}

	.card {
		width: 500px;
		height: 400px;
		margin-top: 10%;
	}

	.cardStyleSalon {
		width: 400px;
		margin-top: 10%;
	}
	.projects {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto;
		grid-template-areas:
			" itemA "
			" itemB "
			" itemC "
			" itemD "
			" itemE "
			" itemF "
			" itemG "
			" itemH ";
	}
}

@media only screen (max-width: 823px) {
	.card .cardStyle {
		width: 350px;
		height: 250px;
		margin-top: 10%;
	}

	.cardStyleSalon {
		width: 250px;
		margin-top: 10%;
	}

	imgStyle {
		margin-top: 0%;
	}

	.projects {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto;
		grid-template-areas:
			" itemA "
			" itemB "
			" itemC "
			" itemD "
			" itemE "
			" itemF "
			" itemG "
			" itemH ";
	}
}

@media only screen and (min-width: 736px) and (max-width: 823px) and (orientation: landscape) {
	.projects {
		display: grid;
		grid-template-columns: 5px 300px 50px 300px 5px;
		grid-template-rows: 300px 300px 300px 300px;
		grid-template-areas:
			". itemA . itemB ."
			". itemC . itemD ."
			". itemE . itemF ."
			". itemG . itemH .";
	}

	.card-title {
		font-size: 1.2rem;
	}
	.navBtn {
		height: 25px;
		font-size: 1.1rem;
	}
	.navbar-text {
		font-size: 2rem;
		margin-top: 1%;
		margin_bottom: 1%;
	}
	.cardStyle {
		width: 225px;
		height: 225px;
	}

	.card {
		width: 150px;
		height: 150px;
		margin-top: 10%;
	}

	.imgStyle {
		width: 225px;
		height: 225px;
	}

	.cardStyleSalon {
		width: 200px;
		margin-top: 10%;
	}

	.imgStyleSalon {
		width: 200px;
		height: 200px;
	}
}

@media only screen (max-width: 732px) and (orientation: portrait) {
	.imgStyle {
		width: 300px;
		height: 200px;
	}
	.cardStyle {
		width: 300px;
		height: 300px;
	}

	.card {
		width: 300px;
		height: 200px;
		margin-top: 10%;
	}

	.cardStyleSalon {
		width: 200px;
		margin-top: 10%;
	}

	.imgStyleSalon {
		width: 200px;
		height: 200px;
	}
}

@media only screen and (max-width: 450px) and (orientation: portrait) {
	.cardStyle {
		width: 300px;
		height: 300px;
	}

	.card {
		width: 300px;
		height: 200px;
		margin: 10% 0 10%;
	}
	.deployCard {
		margin-top: 10%;
		height: 250px;
		margin-bottom: 25%;
	}
	.item-a {
		margin-top: 25%;
	}

	.imgStyle {
		width: 300px;
		height: 200px;
	}

	.cardStyleSalon {
		width: 200px;
		/* margin-top: 10%; */
	}

	.imgStyleSalon {
		width: 200px;
		height: 200px;
	}
	.projects {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto;
		grid-template-areas:
			" itemA "
			" itemB "
			" itemC "
			" itemD "
			" itemE "
			" itemF "
			" itemG "
			" itemH ";
	}
	h4 {
		font-size: 1.5rem;
	}
}
@media only screen and (min-width: 370px) and (max-width: 736px) and (orientation: landscape) {
	.projects {
		display: grid;
		grid-template-columns: 50px 300px 40px 300px 50px;
		grid-template-rows: 300px 300px 300px 300px;
		grid-template-areas:
			". itemA . itemB ."
			". itemC . itemD ."
			". itemE . itemF ."
			". itemG . itemH .";
	}
	.cardStyle {
		width: 250px;
		height: 250px;
	}

	.card {
		width: 250px;
		height: 150px;
		margin: 15% 0 10%;
	}
	.card-title {
		margin-bottom: 0%;
	}
	.deployCard {
		margin-top: 0%;
	}

	.imgStyle {
		width: 250px;
		height: 150px;
	}

	.cardStyleSalon {
		width: 150px;
		margin-top: 10%;
	}

	.imgStyleSalon {
		width: 150px;
		height: 150px;
	}
}
