@import url("2016/style/fonts/droid_sans/stylesheet.css");
@import url("2016/style/fonts/raleway/stylesheet.css");

body        { 
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
}

.wrapper {
    text-align:center;
}

h1 {
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
}

.small-text {
    font-size: 0.8rem;
}

a {
    text-decoration:none;
    color: #333333;
}

.link-inline-block > a {
    display: inline-block;
    padding: 0.15rem;
    margin: 0.3rem;
}

.link-gallery > a {
    display: inline-block;
    position: relative;
    height: 150px;
    width: 300px;
    padding: 0;
    margin: 0.25rem 0.5rem;
    overflow: hidden;
    border-radius: 15px;
}

.link-gallery > a > * {
    position: absolute;
}

.link-gallery > a > img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 300px;
    max-height: 150px;
}

.link-gallery > a > span {
    left: 0;
    right: 0;
    bottom: 3px;
    display: block;
    background: rgba(255,255,255,0.85);
    z-index: 10;
    padding: 0.15rem;
    font-size: 0.9rem;
}

a:hover,
a:active,
a:focus
{
    opacity:0.5;
}