body {	
	color: #ffffff;
	font-family: 'Raleway';
	font-weight: 500;
	font-style: normal;
	margin: 80px auto;
	background: url(../img/me.jpg) repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 90px;
	line-height: 100px;
	letter-spacing: -2px;
	-webkit-tap-highlight-color: #728BF3;
}

div.whiteBar {
	background-color: #FFF;
	margin-top: 45%;
}

div.strip {
  display: none;
}
.ua-desktop div.strip {
  background: url(../img/me.jpg) repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 150px;
  margin: 80px 0;
  display: block;
}
.ua-gecko div.strip,
.ua-ie div.strip {
  display: none;
}
div.strip span {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in 0.3s;
  display: block;
  margin: 0 auto;
  line-height: 150px;
  width: 80%;
}

p {
	font-weight: normal;
	width: 80%;
	margin: 50px auto;	
  background-color: #FFF;
  color: #CCC;
}

.ua-webkit p {
  background: url(../img/me.jpg) repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

strong {
	font-weight: bold;
	font-style: italic;
}
h1 {
  display: none;
}
h2 {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 50px;
  width: 80%;
  margin: 40px auto 15px auto;
  background: url(../img/me.jpg) repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  border-bottom: 1px solid #728BF3;
  padding-bottom: 0;
}

::-moz-selection {
  background: #728BF3;
  color: #fff;
}
::selection {
  background: #728BF3;
  color: #fff;
}

