@import url(https://fonts.googleapis.com/css?family=Droid+Sans:bold);

ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color: #FF5E99; }

.navbar-brand{
    /*text-shadow: 2px 8px #b5c1b8, -1px -1px #fff;*/
    font: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: transparent;
    text-shadow: rgba(245,245,255,0.25) 0 0px 0px, rgba(0,0,30,0.08) 0px 0.05em 0.05em; 
    background: -webkit-gradient(linear, 0% 0%, 0.5% 58%, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) ), color-stop(0.75, rgba(255,255,255,0) ), color-stop(0.98, rgba(255,255,255,0.6) ) ), -webkit-text-stroke: 5px rgba(255,255,255,0.07);
}

#twitter{ position: absolute; left:-40px; top: -10px; width:320px; height: auto; background: rgba(255, 255, 255, 0.5); z-index:21; -moz-border-radius: 15px; border-radius: 15px; }

#svg-bird{ text-align: right; z-index:19; }
#bird{ position: absolute;  left: -280px; top:200px; width:320px; height: auto; background: transparent; z-index:20; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#bird:hover{ z-index:20; position: absolute; width:320px; height: auto; -moz-transform:translate(310px, 0px); -webkit-transform:translate(310px, 0px); -o-transform:translate(310px, 0px); transform:translate(310px, 0px); }

.twStatus{ background: rgba(255,255,255,0.7); padding: 5px; margin: 8px; padding-left: 15px; }
.twDate{ color: #797979; }

.aboutMe{ font-size: 1.3em; text-align: center;   line-height: 1.7em;  margin-bottom: 0px; font: 'Droid Sans', sans-serif;}
.aboutMe a { color: #444; background: rgba(255,255,255,0.5); padding: 3px; }
.aboutMe a:hover { background:#FF5E99; color:#fff; text-decoration: none; }

#landscape{ z-index:1; position: absolute; }

#main{ text-align: center; -moz-border-radius: 15px; border-radius: 15px; margin: 0 auto; top: 10em; width: auto; height: auto; -webkit-box-shadow: 5px 5px 10px rgba(0,0,30,0.3); -moz-box-shadow: 5px 5px 10px rgba(0,0,30,0.3); box-shadow: 5px 5px 10px rgba(0,0,30,0.3); background-color: rgba(255, 255, 255, 0.5); z-index:10; position: relative; padding: 30px; }

.txtBig{ font-size: 1.9em; }

.networking { z-index:10; top: 10em; }
.networking ul a { color: #444; background: rgba(255,255,255,0.5); padding: 3px; margin-bottom: 3px;}
.networking ul a:hover { background:#FF5E99; color:#fff; text-decoration: none; padding: 3px; }
.networking ul { list-style: none; padding: 0px; }
