@charset "UTF-8";

* { font-family: 'Fira Sans Extra Condensed', 'Trebuchet MS', 'Tahoma'; font-style:normal; font-weight:400; }
html, body { margin:0; padding:0; }
a { color: black; text-decoration: none; }
a:HOVER { color: black; text-decoration: none; }
a:LINK { color: black; text-decoration: none; }
a:ACTIVE { color: black; text-decoration: none; }
a:VISITED { color: black; text-decoration: none; }
b { font-weight: 500; }

[draggable=true] { -khtml-user-drag: element; -webkit-user-drag: element; -khtml-user-select: none; -webkit-user-select: none; }
div.white { 
	 background: linear-gradient(180deg, #FFFFFF 60%, rgba(255, 255, 255, 0.80) 75%, rgba(255, 255, 255, 0.40) 90%, rgba(255, 255, 255, 0) 100%); 
}

@media only screen and (min-width:1200px) {
	div.center { min-height: 500px; width: 1200px; margin: 0 auto; padding: 0; }
	
	div.footer { background-color: white; box-shadow: 0 -3px 5px #dddddd; margin: 50px 0 0 0; }
	div.footer div.copyright { color: #979797; font-weight: 300; font-size: 14px; text-align: center; padding: 10px 0 10px 0; }	
}

@media only screen and (max-width:1199px) {
	div.center { min-height: 500px; margin: 0; padding: 0; }
	
	div.footer { background-color: white; box-shadow: 0 -3px 5px #dddddd; margin: 50px 0 0 0; }
	div.footer div.copyright { color: #979797; font-weight: 300; font-size: 14px; text-align: center; padding: 10px 0 10px 0; }
}