a {
  color: #008000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #28A745;
}

.main{
  min-height: 80vh;
  margin-top: 100px;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 1s for the fade-in duration */
}
/* When content is loaded, this class will trigger the fade */
.visible {
  opacity: 1;
}


.portfolio-img{
  overflow: hidden;
}

.portfolio-details .portfolio-info {
  background-color: lightgray;
  margin-top: 0px;
  margin-bottom: 35px;
  padding: 30px;
  box-shadow: 0px 0 50px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-description {
  padding-top: 0px;
}

.footer .footer-links{
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 18px;
}

#aw_i{
  margin-top: 30px;
}
.cc_artistname{
  text-decoration: underline;
  font-size: medium;
}
.cc_clickhere{
  text-decoration: underline;
}
.cc_clickhere:hover{
  text-decoration: none;
  color: #008000;
}
.cc_menuitem{
  text-decoration: underline;
  color: var(--default-color);
}
.cc_menuitem:hover{
  text-decoration: none;
  color: var(--default-color);
}
.cc_screensaver{
  margin-right: 20px;
}
.cc_roundcorner{
  border-radius: 10px;
}
.cc_more{
  float: right;
  margin-top: 10px;
}
.cc_highlight{
  float: right;
  margin-right: 10px;
  margin-top: 0px;
  font-size: 18px;
}
.cc_littlefont{
  font-size: 14px;
  margin-top: 10px;
}
.cc_smallfont{
  font-size: 18px;
}
.cc_midfont{
  font-size: 18px;
}
.cc_graystuff{
  color: gray;
}
.cc_cardinfo{
  color: #bebebe;
  margin-top: -20px;
}
.cc_lightgray{
  color: #bebebe; 
}
.cc_slogan2{
  margin-top: -30px; 
  color: gray;
}
.cc_sitelogo{
  width: 45px;
  height: 45px;
}
.cc_sitesuffix{
  font-size: 18px;
  vertical-align: bottom;
  font-weight: 700;
  color: gray;
  margin-left: 10px;
}
.cc_gallaryitem{
  margin-bottom: 50px;
}
#cc_gallary{
  margin-top: 60px;
}
#cc_artists{
  margin-top: 60px;
}

.cc_atlink{
  cursor: pointer;
}
.cc_awlink{
  cursor: pointer;
}
.cc_bcback{
  cursor: pointer;
}
.cc_atnmback{
  cursor: pointer;
}