
    /* michelebertoni.it
     *
     *
     * Author: michelebertoni
     * Created: Oct 18, 2012
     *
     * Copyright (c) 2012 Michele Bertoni
     *
     */


@font-face {
  font-family: 'roboto-boldcondensed';
  src: url('fonts/Roboto-BoldCondensed.eot');
  src: local('☺'), url('fonts/Roboto-BoldCondensed.ttf') format('truetype'), url('fonts/Roboto-BoldCondensed.woff') format('woff'), url('fonts/Roboto-BoldCondensed.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}




@font-face {
  font-family: 'roboto-condensed';
  src: url('fonts/Roboto-Condensed.eot');
  src: local('☺'), url('fonts/Roboto-Condensed.ttf') format('truetype'), url('fonts/Roboto-Condensed.woff') format('woff'), url('fonts/Roboto-Condensed.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotothin';
  src:  url('fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'robotobold';
  src:  url('fonts/Roboto-Bold.ttf') format('truetype');
}




body{
  background-color: #F9F9F9;
  font-family: roboto-condensed, Calibri, sans;
  color: #484848;
  z-index: -2;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}






#logoName{
  font-size: 32px;
  font-family: robotobold, Calibri, sans;
  font-weight: bold;
}

#logoSurname{
  font-size: 32px;
  font-family: robotothin, Calibri, sans;
  margin-left: -7px;
}
