/*
=+++++++++++++++++++++++++++++++++++++++++++=
Template Name : APPZ Demo Page
Version : 1.0 
Designed By : Legendary Themer
Website url : http://legendarythemer.net/
=+++++++++++++++++++++++++++++++++++++++++++=
*/


* {
  margin: 0;
  padding: 0;
}

html { 
  background: #fff ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo_text {
  font-size: 50px;
  font-family: 'Armata', sans-serif;
  color: #6aabd8;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.demo_wrapper {
  margin: 3% 0px 5% 0px;
  text-align: center;
}

.demo_wrapper img {
  width: 100%;
  margin-bottom: 15px;
}

.demo_wrapper span {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #fff;
  margin: 20px 0px;
  font-family: 'Armata', sans-serif;
  background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.demo_wrapper a {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.demo_wrapper a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.demo_wrapper a:hover span {
  background: rgba(50,53,72,0.8);
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}