@font-face {
    font-family: 'Haettenschweiler';
    src:url('fonts/Haettenschweiler.ttf.woff') format('woff'),
        url('fonts/Haettenschweiler.ttf.svg#Haettenschweiler') format('svg'),
        url('fonts/Haettenschweiler.ttf.eot'),
        url('fonts/Haettenschweiler.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

p {
    font-family: "Roboto Condensed";
    font-size: 1vw;
}

a {
    text-decoration-color: #8CCBEB;
    -webkit-text-decoration-color: #8CCBEB;
    color: #000;
}

.imageblock a {
    text-decoration: none;
}

a:hover {
    text-decoration-color: #000;
    -webkit-text-decoration-color: #000;
}

#title {
    font-family: "Haettenschweiler";
    font-size: 6vw;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #8CCBEB;
    margin-top: 0px;
    width: 100%;
    text-align: center;
    height: 7vw;
    font-weight: normal;
}

#wrapper {
    overflow: hidden;
}

#info {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    top: 7vw;
    width: 26vw;
    padding: 2vw;
    border-right: solid 2px #8CCBEB;
    overflow: scroll;
}

#main {
    position: absolute;
    display: block;
    left: 30vw;
    bottom: 0px;
    right: 0px;
    width: 70vw;
    top: 7vw;
    overflow: scroll;
}

#byline {
    font-family: "Roboto Condensed";
    font-size: 1.3vw;
    text-align: center;
}

#instructions {
    font-size: 1.2vw;
    text-align: center;
}

.socialmedia {
    width: 3vw;
}

.imageblock {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

#cc-icon {
    width: 10vw;
}

#donateicon {
    width: 15vw;
}

.flagicon {
    max-width: 48px;
    width: 3vw;
}

.categoryheader,
.postersetsheader {
    font-family: "Haettenschweiler";
    font-size: 5vh;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    background-color: #8CCBEB;
    text-align: center;
    padding: 1vh;
    font-weight: normal;
    clear: both;
}

.thumbnail img {
	border: 1px solid #000;
	/* margin-bottom: 0.8vh; */
    width: 98%;
}

.captiontitle {
	font-family: 'Roboto Condensed';
	font-size: 1.2vw;
	font-weight: bolder;
    margin-top: .5vw;
    margin-bottom: 0.2vw;
}

.captionnotes {
	font-family: 'Roboto Condensed';
	font-size: 1vw;
}

.thumbnail {
	float: left;
    width: 15vw;
    height: 27vw;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-bottom: 1vw;
    text-align: center;
}

.thumbnail-image {
	position: relative;
    overflow: hidden;
}

.buybutton button {
    font-family: 'Roboto Condensed';
    font-size: 1.2vw;
    margin-left: 1px;
    display: block;
    text-decoration: none;
    padding: .35vw;
    background-color: #8CCBEB;
    border-radius: 0 0 .7vw .7vw;
    border: 0;
    width: 99%;
    margin-top: 0;
    cursor: pointer;
}

.buybutton button:hover {
    background-color: #53a8d2;
}

.shopify-buy__btn {
    background-color: #8CCBEB;
}

.shopify-buy-frame--toggle {
    box-shadow: 0px 4px 8px #888888;
}

.ribbon.normal {
    display: none;
}

.ribbon.new {
    background: #00ff00;
    color: #000;
}

.ribbon {
    width: 100%;
    background: #e43;
    position: absolute;
    top: 7%;
    left: 32%;
    text-align: center;
    line-height: 220%;
    color: #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-family: 'Roboto Condensed';
    font-size: 90%;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(0,0,0,.5)
}

