* {
	margin: 0;
	padding: 0;
	font-family: 'Locator', Helvetica, Verdana, sans-serif;
}
body {
	background-color: #e9e9e9;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}
div#title {
	/*min-height: 600px;
	max-height: 750px;
    width: 100%;*/
	height: 100vh;
	padding-bottom: 0px;
	background-color: #fff;
	background-image: url('images/adwaremedic_hero.jpg');
	background-repeat: no-repeat;
    background-position: center center;
    display: table;
    width: 100vw;
}
.container {
	position: relative;
	padding-left: 50px;
    padding-right: 50px;
	display: block;
    display: table-cell;
    vertical-align: middle;
}
div#title-content {
	position: relative;
}

#title h1 {
	line-height: 0.9em;
	color: #ffffff;
	font-weight: 500;
	font-size: 8.6em;
    margin-bottom: 0 !important;
    font-size: 118px\9;
}
#title h1 span {
  font-style: italic;
  font-weight: 400;
}
#title h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  margin-top: 0 !important;
}
.gray-trans-lg {
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 25px 25px 0;
  letter-spacing: 0.05em;
  transition: all 0.15s ease-in-out;
  width: 200px;
  height: 50px;
  padding: 2px 0 14px 0;
  line-height: 50px;
  font-weight: 500;
  touch-action: manipulation;
  font-size: 18px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid #fff;
}
.gray-trans-lg:hover {
  background-color: rgba(255,255,255,.3);
  text-decoration: none;
  color: #fff;
}




/* Download and Donate button styles */

a#download {
	background-color: #0080ff;
}
a#download:active {
	background-color: #00aaff;
}


/* End Download and Donate button styles */

div#main {
	clear: both;
}
@media screen and (max-width: 1200px) {
  #title h1 {
    font-size: 7.8em;
    font-size: 85px\9;
  }
}
@media screen and (max-width: 992px) {
  #title h1 {
    line-height: 1.0em;
    font-size: 5em;
    font-size: 65px\9;
  }
}
@media screen and (max-width: 768px) {
  #title h1 {
    line-height: 1.2em;
    font-size: 3em;
    font-size: 45px\9;
  }
}

@media screen and (max-width: 480px) {
  .container {
	padding-left: 25px;
    padding-right: 25px;
}
  #title h1 {
    font-size: 2.6em;
    font-size: 30px\9;
  }
  #title h2 {
    line-height: 1.1em;
    font-size: 24px;
  }
}