/*
Theme Name: Data Viz (independant)
Theme URI: http://datavizproject.com
Author: Ferdio + Nathan Hensher
Author URI: http://ferdio.com
Description: Theme for Data Viz Project, based on devdmbootstrap3. Autonomous copy, not a child theme.
Version: 1.0
Text Domain: devdmbootstrap3-dataviz
*/

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */

/* Ferdio */

/* RIBBON */

.ribbon {
	position: fixed;
	top: 120px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 50;
}

.ribbon.left{
	left: 0;
}

.ribbon.right{
	right: 0;
}

.ribbon a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 1480px) {
	.ribbon {
		display: none;
	}
}

/* AWWWARDS */

#awwwards {
	width: 90px;
	height: 135px;
}

#awwwards a {
	background-image: url(/wp-content/uploads/2017/10/awwwards.png);
}

/* IIBA 2017 */

#iiba2017 {
	width: 100px;
	height: 130px;
}

#iiba2017 a {
	background-image: url(/wp-content/uploads/2017/12/iiba2017.png);
}