@font-face {
  font-family: 'Dosis-Book';
  src: url('/assets/webfonts/Dosis-Book.eot?#iefix') format('embedded-opentype'),  url('/assets/webfonts/Dosis-Book.woff') format('woff'), url('/assets/webfonts/Dosis-Book.ttf')  format('truetype'), url('/assets/webfonts/Dosis-Book.svg#Dosis-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}

body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Dosis-Book';
}

.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}

.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}

.centering {
  float:none;
  margin:0 auto;
}

.startlogo {
	width: 240px;	
}


hr{
  margin-top: 1.8em;
  padding: 1px 0;
  border: none;
  background-color: #FF0000;
}

.trans--grow{
  -webkit-transition: width 5s ease-out; /* For Safari 3.1 to 6.0 */
  transition: width 5s  ease-out;
  width : 0%;
}

.grow{
  width:100%;
  
}
.hr1{
  margin-left:0;
}

.passion {
	text-transform: uppercase;
	font-size: 1.0em;
	letter-spacing: 0.2em;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 3em;
	text-align: center;
	letter-spacing: 0.1em;
	color: #B8B8B8;
	background-color: #FFFFFF;
}

.footertext {
	color: #B8B8B8;
}



.growme:hover
{
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
	
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform:scaleX(1.3);
	transform: scale(1.3);
}

