body {
    font-family: 'Open Sans';
    /* letter-spacing: .01rem; */
    /* font-size: 1.8rem; */
    /* line-height: 1.75em; */
    color: rgba(6, 6, 6, 0.83);
    font-size: 16px;
    line-height: 28px;
    background: url('../img/crossword.png');
}

header {
    background-color: #373A3C;
}
header h1 {
    padding-top: 20px;
    color: white;
    font-size: 32px;
    font-family: 'Georgia';
}
header h2 {
    padding-bottom: 15px;
    color: #999999;
    font-family: 'Georgia';
    font-size: 14px;
}

.band {
    height: 10px;
    width: 100%;
    background: url('../img/dna.png');
}
.navbar-custom {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #333333;
    margin-bottom: 10px;
}
.navbar-custom .nav li a {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

#wanglab-carousel {
    margin: 15px auto;
    text-align: center;
}
.carousel-caption {
    background-color: #3030308e;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.card {
    border: none;
    background: transparent;
}

.copyright {
    font-size: 12px;
}
