html{
	width:100%;  
}

/* Fonts */

/* Motion Pictures*/
@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis 300.ttf');
    font-weight: normal;
    font-style: normal;

}

body{
font-family: Helvetica, Arial, sans-serif, verdana;
  margin: 0px;
  color: #ffffff;
  background-color: #58565b;
  /* background-image: url("../img/beg.png");*/
}

div.about{
	transition: width 2s;
	text-align: center;
	font-family: 'Dosis';
	width: 100%;
	height: 100%;
    background-color: #b00b1e;
  opacity: 1;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
	 opacity: 0.8;
}
