  body {
    font-family: 'Roboto', sans-serif;
    background: url(824536.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000;
  }

  .container img {
    margin-bottom: 20px;
    margin-left: 40px;
  }

  .inner-container {
    text-align: center;
    display: table;
    max-width:800px;
    text-align: center;
    margin: 20px auto 0;
  }

  .counter, .txt {
    display: table-cell;
    font-size: 25px;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    vertical-align: middle;
  }

  .counter {
    min-width: 93px;
    text-align: left;
    padding-left: 8px;
  }

  .container {
    font-size: 20px;
    text-shadow: 1px 1px #fff;
    font-weight: lighter;
    margin: 150px auto 0;
    text-align: center;
    max-width: 1000px;
    background: rgba(255, 255, 255, .8);
    padding: 50px;
    border-radius: 2px;
  }

  .title {
    font-size: 60px;
    text-shadow: 1px 1px #fff;
    margin-bottom: 20px;
    font-family: 'Archivo', sans-serif;
  }

  @media (max-width: 877px) {
    .counter, .txt {
      min-width: 70px;
      float: left;
      font-size: 20px;
      text-shadow: 1px 1px #fff;
      font-weight: 400;
      padding: 0px 5px;
      text-align: left;
    }
  }

  @media (max-width: 560px) {
    .container img {
      margin-bottom: 20px;
      margin-left: 40px;
      max-height: 75px;
    }
  }



@font-face {
				font-family: 'PRw';
				font-style: normal;
				font-weight: 400;
				src: url(fonts/special-elite-webfont.woff) format('woff');
			}

.txtSideWays {
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1);  /* IE6,IE7 */
	ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; /* IE8 */
	-moz-transform: rotate(-90deg);  /* FF3.5+ */
	-o-transform: rotate(-90deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-90deg);  /* Safari 3.1+, Chrome */
	position: absolute; 
	top: 300;
	left: -200;
}

p {
    color: orange;
    text-align: center;
    font-size: 20;
    font-family: "PRw";
}

p1 {
    color: orange;
    text-align: center;
    font-size: 30;
    font-family: "PRw";
    text-align: left;
}

h1 {
    color: orange;
    text-align: center;
    font-size: 38;
    font-family: "PRw";
}
.txt {
	position: absolute; 
	top: 90;
	left: +200;
}
/* unvisited link */
a:link {
    color: orange;
    text-decoration:none;  
}

/* visited link */
a:visited {
    color: orange;
    text-decoration:none;  
}

/* mouse over link */
a:hover {
    color: orange;
    text-decoration:none;  
}

/* selected link */
a:active {
    color: orange;
    text-decoration:none;  
}
