
/*!
	Theme Name: MA Development
	Theme URI: 
	Description:
	Author: ma-development.com
	Author URI: 
	Version: 1.0
    License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) 
	License URI: http://creativecommons.org/licenses/by-sa/3.0/
 
*/



      html,
      body {
        height: 100%;
	margin: 0 auto;
	padding: 0 auto;
	color: #a8b0aa;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
        /* The html and body elements cannot have any padding or margin. */
	  }

	a {
	color: #a8b0aa;
	text-decoration: none;
	}

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        /*margin: 0 auto -60px;*/
        margin: 0 auto;
	background: #191919;
      }

      .text {
      	padding: 100px 0 60px 0;
      }

	.frame {
border: 2px solid #474747;
background: #000;
border-radius: 10px;
width: 20%;
margin-left: 40%;
}

.scale {
height: 1.5%;
width: 68%;
background: #49bb7b;
border-radius: 10px;
}

