@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Raleway:100');
h1{
    font-family: 'Raleway', sans-serif;
    font-size: 3.3rem;
    color: white;
    text-align: right;
}
h4{
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem;
    color: white;
    text-align: right;
}
p{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
}
h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: darkgrey;
    text-align: center;
    letter-spacing: 1px;
}
ul li a{
    font-family: 'Raleway', sans-serif;
}
ul li a:active{
    color: bisque;
}
#header{
    
  background: url(images/header_image.jpg)no-repeat;
  background-color: #cccccc;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-dark{
    background-color: transparent !important;
    
}
.heading{
    background-color: rgba(101,103,142,.8);
   padding-top: 12px;
    padding-bottom: 10px;
}
.gallery-block{
  padding-bottom: 0px;
 /* padding-top: 20px;*/
}

.gallery-block .heading{
    margin-bottom: 20px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight:normal;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: white;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: white;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, rgba(108,108,108,0), rgba(0, 0, 0, 0.9));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight:600;
  font-family: 'Raleway', sans-serif;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}
button{
    background-color: transparent !important;
   border: 1px solid white;
    padding: 25px;
    
}
button a{
    color: white;
}
button a:hover{
    color: antiquewhite;
}
section{
    margin-bottom: 15px;
}
#partymix{
    background-image:url(images/party_mixers_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#cardstock{
    background-image:url(images/cardstock_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#ncn{
    background-image:url(images/ncn_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#value{
    background-image:url(images/card_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#memory{
    background-image:url(images/memory_minis_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#grow{
    background-image:url(images/lets_grow_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#euphoria{
    background-image:url(images/euphoria_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#pattern{
    background-image:url(images/pattern_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#package{
    background-image:url(images/package_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#webad{
    background-image:url(images/webad_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#app{
    background-image:url(images/app_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#kiosk{
    background-image:url(images/kiosk_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#eblast{
    background-image:url(images/eblast_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#band{
    background-image:url(images/band_background.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size:auto;
}
#contactbtn{
    background-color: #ababba !important;
    border: 0 !important;
    color: white;
}
footer{
    background-color: rgba(101,103,142,.8);
    margin: 0px;
    padding: 25px;
    color: white;
    text-align: center;
}
}