/* your styles go here */
/* Example site test */


.home-carousel {
    position: relative;
    background: url('../img/CarouselBackground.jpg') center center repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.home-carousel .dark-mask {
    background: #0c1d29;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#content td {
  padding: .8em;
}

#content img {
  width: 100%;
}

#content img[src*="#thumbnail"] {
  width:100px;
}


body {
  font-size:16px;
}

#content {
  font-size:1.1em;
}

#content h1 {
  font-size: 30px;
}

#content h2 {
  font-size: 24px;
}

#content h3 {
  font-size: 20px;
}

#content h4 {
  font-size: 18px;
}

.mb-small {
  font-size:14px;
}