/* Container holding the image and the text */
.monklogo {
	
	width: 25%;
	padding-left: 0px;
	padding-top:  10px;
	padding-bottom:  10px;
	padding-right: 30px;
}
.whitetext {
	
	color: black; 
}
.bannerheader {
	font-size:5.5vw;
	font-family: 'Inclusive Sans', sans-serif;
	font-weight: 700;
	color: black; 
}
.bannersubtitle {
	font-size:2.5vw;
    font-family: 'Inclusive Sans', sans-serif;
	font-weight: 500;
	color:#D6DFE8; 
}
.bannertext {
	font-size:2.25vw;
    font-family: 'Inclusive Sans', sans-serif;
	font-weight: 600;
}

.nav-link {
 text-decoration-color: dodgerblue;
}
.monkbgimage {
  background-image: url(/images/ShirtRack.jpg);
  background-size: cover;

}
.btn-round {
  border-radius: 30;
}
/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position:  absolute;
  bottom:8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Centered text */
.bottom-centered {
position: absolute;
  bottom:8px;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}/* CSS Document */

