/* Enter Your Custom CSS Here */
@import url(https://fonts.googleapis.com/css?family=Niconne);

/*font-family: 'Niconne', cursive;*/

html 
{
  /*scroll-behavior: smooth;*/
}

img {max-width: 100%;}

.h4
{
  line-height: 1.5 !important;
}

.banner-title
{
  font-family: 'Niconne', cursive;
  text-transform: initial !important;
  font-weight: normal !important;
}

.banner-wrap
{
  border: none !important;
}

.banner-sub-title
{
  font-size: 2.5vw !important;
}



#credit
{
  display: none !important;
}

#website
{
  display: none;
}

.banner-sub-title a
{
  color: skyblue;
}

.contact-sub-title a
{
  color: skyblue;
}



.featured-item-col a
{
  pointer-events: none;
}

.bg-danger
{
  color: #FFF;
}

.bg-success
{
  color: #FFF;
}

.frontpage-about .about-desc
{
  max-width: initial !important;
}

.custom-col
{
  padding-bottom:30px;
  display:inline-block; float:none; text-align:left;vertical-align: top; margin-right:-4px; 
  text-align: center;
  width: 49%;
}

.center-image
{
  text-align: center;
  padding: 10px 0;
}

.img-circle {border-radius: 0 !important;)