

.rightSide {
  margin-right: 0em; /*20em*/
}

.wrapper {
  min-height: 100%; /*was min-height*/
  /* width:100%;*/
  min-width: 100%;
  position: relative;
  padding-top: 5px;
  /*  padding-bottom: 90px ; /*was padding-bottom 60*/
  padding-left: 10px;
  padding-right: 10px;
}

body,
html {
  width: 100%;
  height: 100%;
  background-color: black;
  color: yellow;
  margin: 0;
}

.required-field label::after {
  content: "*";
  color: red;
}

.mainTitle {
  color: red;
  font-family: cursive;
}

.buttons {
  background: #ff0000;
  background: linear-gradient(#000000, #ff0000 50%, #000000);
  border-radius: 12px;
  padding: 10px 25px;
  color: #ffff00;
  display: inline-block;
  font: normal bold 26px/1 "Calibri", sans-serif;
  text-align: center;
  text-shadow: 3px 3px #000000;
}
.sidebar {
  margin: 0;
  padding-top: 50px;
  width: 200px;
  background-color: black;
  position: fixed;
  height: 100%;
  overflow: auto;
}



.errors {
  color: white;
}

.navbar-nav {
  color: red;
}
.menu {
  background: rgb(2, 0, 36);
  background: linear-gradient(#000000, #ff0000 50%, #000000);
}

.container-fluid {
  padding-bottom: 100px; /*was 70*/
}
footer {
  position: absolute;
  /*  bottom:0px;*/
  width: 100%;
  margin: 0px auto;
  padding: 20pz 0px 20px 0px;

  /* height:90px;   */
  background: linear-gradient(#000000, #ff0000 50%, #000000);
}

.artistItem {
  padding-bottom: 6px;
  padding-top: 6px;
}

.signUp {
  margin-left: 5px;
  margin-right: 5px;
}

.list-group-item {
  background-color: black;
  border: solid 2px yellow;
}

.aboutUs {
  background-image: url("/images/earthRender.jpg");
}

.titleAboutUs {
  padding-top: 40px;
  padding-bottom: 50px;
}

.containerArtist {
  width: 30%;
  height: 40%;
}

.artistImg {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 160px;
  /* height: 250; */
  object-fit: contain;
}

#artistProfile {
  padding-bottom: 10px;
  text-align: right;
  padding-top: 20px;
}
#artistProfile:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.artistPageTitle {
  padding-bottom: 10px;
  text-align: center;
}
.artistName{
  text-transform: uppercase;
}

.artistPortfolio {
  padding-bottom: 10px;
  width: 350px;
  height: auto;
  object-fit: contain;
}
.homeImage {
  background: url("../images/moon.jpg") no-repeat center;
  background-size: cover;
  height: 640px;
  min-width: 100%;
  margin-top: 40px;
  position: relative;
}

.productsList{
  display: flex;
  flex-direction: column
}

/*.card{
 height:300px;
}*/

.card-item{
  width:100%;
  height:100%;
  
}

.img-container{
 height:80%;
  width:100%;
}

.card-img-top{
 /* width:100%;
  max-height:100%;
  object-fit: contain;*/

  height:100%;
  width:100%;
  max-height:100%;
  max-width:100%;
  object-fit: cover;
}
.card-title{
  color: black;
  text-transform: uppercase;
  font-size: large;
  font-weight: bold;
}
.item-text{
  color:black
}

.item-link:link{
  text-decoration: none;
}

.hidden-text{
  text-overflow: ellipsis; 
  overflow: hidden;
  white-space: nowrap;
}
.hidden-text::first-letter{
  text-transform: uppercase;
}

.item-description{
  word-wrap:break-word;
}
.item-description::first-letter{
  text-transform: uppercase;
}

.item-title{
  text-transform: capitalize;
 
  font-weight: bold;
}

.individual-img{
  height:100%;
  width:100%;
  max-height:100%;
  max-width:100%;
  object-fit: contain;
}
/*
.zoom{
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:
  width: 300px;
  height: 300px;
}*/


.breadcrumb{
 background-color: black;
}
