/* @import url(http://fonts.googleapis.com/css?family=Orbitron:700); */html {  font-size: 62.5%;}body {  position: relative;  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;  font-size: 1.4rem;  line-height: 1.75;  margin: 0;}h1 {  font: 2.4rem/1.5 museo500,serif;}h2 {  font: 1.8rem;}img {  border: none;}#sidebar {  position: fixed;  top: 10px;  left: 4em;  width: 10em;}#content {  margin-left: 18em;  margin-right: 4em;  max-width: 660px;  color: #363636;  -moz-hyphens: auto;  -webkit-hyphens: auto;  -ms-hyphens: auto;  hyphens: auto;}footer {  margin-left: 18em;  margin-right: 4em;  max-width: 660px;  color: lightgray;}footer small {  font-size: 1.1rem;}section {  margin: 0 0 100px 0;}nav ul li {  padding: 0px 0px 3px;}nav ul li a {  color: gray;  text-decoration: none;}nav ul li.active > a {  font-weight: bold;}nav ul li a:hover {  font-weight: bold;}nav ul {  list-style: none;  margin: 0;  padding: 10px 0;  border-bottom: 1px solid lightgray;}#logo {  margin-bottom: 30px;}#logo a {  color: black;  text-decoration: none;}#logo strong {  font-family: 'Orbitron', sans-serif;  color: blue;  font-size: 2.6rem;  font-weight: 700;  font-variant: small-caps;  text-shadow: 0 -1px 1px #cccccc, 0 1px 1px #222222;  margin-left: -3px;}#logo strong span {  color: red;}#logo small {  letter-spacing: 0.5em;}#logo_ITS {  width: 200px;  margin-bottom: -20px;}section a {  color: blue;  text-decoration: none;}section a:hover {  text-decoration: underline;}@media screen and (max-width: 580px) {  html {    font-size: 50%;  }  #sidebar {    left: 2em;  }  #content {    margin-left: 14em;    margin-right: 2em;  }  #logo_ITS {    margin-top: 10px;    margin-bottom: 0px;  }  footer {    margin-left: 14em;    margin-right: 2em;  }}