body {
	font-family: "Raleway", sans-serif;
	background-color: #fofafd;
	background-image: url("https://www.transparenttextures.com/patterns/az-subtle.png");
}

.navbar-light {
	background-color: #12b2e2;
}

,
.cardStyle {
	width: 500px;
	height: 400px;
	margin-top: 10%;
	box-shadow: -1px 9px 50px 11px rgba(0, 0, 0, 0.63);
}

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

.navBtn {
	margin-left: 1%;
	color: #12b2e2;
}

.imgStyle {
	width: 500px;
	height: 400px;
	/* margin-top: 10%;   */
	box-shadow: -1px 9px 50px 11px rgba(0, 0, 0, 0.63);
}

.imgStyleSalon {
	width: 400px;
	height: 400px;
	/* margin-top: 10%;   */
	box-shadow: -1px 9px 50px 11px rgba(0, 0, 0, 0.63);
}

.deply {
	box-shadow: -1px 9px 50px 11px rgba(0, 0, 0, 0.63);
}

.contact {
	margin: 0 auto;
}
.noshow {
	display: none;
}

.slogan {
	right: 100px;
	position: absolute;
	top: 25%;
	align-items: center;
	justify-content: center;
}

.canvas {
	margin: 10% 0;
}

.navbar-text {
	font-size: 3rem;
}

.navFooter {
	font-size: initial;
}

.navbar {
	background-color: #12b2e2;
}

/* .navbarBottom{
  padding-left: 45%
} */

a:hover {
	color: black;
}

.grow:hover {
	transform: scale(1.05);
}

.item-a {
	grid-area: itemA;
	justify-self: center;
}
.item-b {
	grid-area: itemB;
	justify-self: center;
	align-items: center;
}
.item-c {
	grid-area: itemC;
	justify-self: center;
	margin-top: 3%;
	margin-top: 3%;
}
.item-d {
	grid-area: itemD;
	justify-self: center;
}
.item-e {
	grid-area: itemE;
	justify-self: center;
}
.item-f {
	grid-area: itemF;
	justify-self: center;
}
.item-g {
	grid-area: itemG;
	justify-self: center;
}
.item-h {
	grid-area: itemH;
	justify-self: center;
}
.projects {
	display: grid;
	grid-template-columns: 10px 1fr auto 1fr 10px;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-areas:
		". itemA . itemB ."
		". itemC . itemD ."
		". itemE . itemF ."
		". itemG . itemH .";
}

.card-title {
	text-align: center;
	color: #black;
	margin-bottom: 10%;
}

iframe {
	height: 30vh;
	width: 100%;
}

article {
	background-color: #12b2e2;
	overflow: hidden;
	position: fixed;
	width: 99vw;
	height: 50px;
	border-radius: 3.5px;
	bottom: 0px;
	z-index: 10;
	display: flex;
	flex-direction: row;
	color: white;
	justify-content: space-evenly;
	/* align-items: center; */
}

.base {
}

#tag {
	margin-top: 2%;
}

/* .entry {
	display: flex;
	flex-direction: column;
	width: 50vw;
	height: 125px;
	font-size: 1rem;
}

#name {
	border: 1px;
	font-size: 1rem;
	padding: 5px;
	width: 80%;
	background-color: #edeaeb;
}

#button {
	font-size: 100%;
	margin-top: 20%;
	width: 6rem;
    font-family: 'Raleway', sans-serif;
} */
