My Logo 2
html {
font: 13px 'Open Sans', 'Helvetica', Sans-serif;
}
header {
-o-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
padding: 0px 0;
position: fixed;
top: 0;
width: 100%;
background: #444;
border-bottom: 3px solid #333;
}
/*Bg Animated*/
html,
body{
...