﻿#typography { margin: 0; background-color: #98d530; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgb(148,209,42)), color-stop(0, rgb(155,215,51))); background-image: -moz-radial-gradient(rgb
(155,215,51), rgb(148,209,42)); }
#typography #presetDemos { position: absolute; opacity: 1; margin: 250px 110px; width: 800px; height: 300px; overflow: hidden; z-index: 10; color: #fff; -webkit-transition: opacity 0.2s lianear; }
#typography .active1 #presetDemos,
#typography .active2 #presetDemos,
#typography .active3 #presetDemos,
#typography .active4 #presetDemos { opacity: 1; height: 300px; }
#typography #presetDemos .typography-demo { display: none; position: relative; width: 800px; height: 0; z-index: 2; -webkit-transition: opacity 0.2s linear; }
#typography #presetDemos .typography-demo.active { display: block; opacity: 1; height: 571px; -webkit-transition: opacity 0.2s linear; }

/* DEMO 3 - FASHION     text-shadow: 0.05em 0.05em 0.1em #4a5532; */
#typography #presetDemos #presetDemo3 
{
    
}
#typography #presetDemos #presetDemo3 h2,
#typography #presetDemos #presetDemo3 h3 { margin: 0; text-align: center; color: white; }
#typography #presetDemos #presetDemo3 h2  
{
    margin-left: -38px; padding-top: 24px; color: transparent; letter-spacing: -0.1em; font: 212px/152px '20dbRegular', Arial, sans-serif;
    background: #fff url("../Resources/Stations.jpg") no-repeat 60px -80px;
    -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; 
}
#typography #presetDemos #presetDemo3 h3 { margin-top: 18px; text-transform: uppercase; letter-spacing: 0.2em; font: 26px 'RalewayThin', Arial, sans-serif; 
}
#typography #presetDemos #presetDemo3 h3 strong { font-weight: normal; }
#typography #presetDemos #presetDemo3 h3 em { font-style: normal; }
@media only screen and (max-device-width: 768px) {
    #typography #presetDemos #presetDemo3 h2 { padding-top: 80px; }
    #typography #presetDemos #presetDemo3 h3 { margin-top: 0; }
}
#typography .windows #presetDemos #presetDemo3 h3 { color: #ffd163; letter-spacing: 0.6em; font: 21px 'PTSansRegular', Arial, sans-serif; }
#typography .windows #presetDemos #presetDemo3 h3 em { color: #c27200; }
#typography .windows #presetDemos #presetDemo3 h3 strong { color: #930; }


@font-face {
font-family: '20dbRegular';
src: url('../fonts/20-db/20db.eot');
src: local('?'), url('../fonts/20-db/20db.woff') format('woff'), url('../fonts/20-db/20db.ttf') format('truetype'), url('../fonts/20-db/20db.svg#20db') format('svg');
}