* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
font-size:19px;
}

body {
	font-size: 62.5%;
}

a {
	text-decoration:none;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 19px;
}

a:hover, a:active, a:focus {
	text-decoration:none;
}

p {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 19px;
	color: #808080;
	line-height: 33px;
}

h2 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: lighter;
    font-size: 45px;
    color: #717171;
}

h2 span {
    color: #414141;
    font-weight: 900;
    font-size: 30px;
}

h3 {
	font-family: 'Red Hat Display', sans-serif;
}

::selection {
	background-color:black;
	color:white;
}


*::-webkit-input-placeholder {
 
}
*:-moz-placeholder {
    /* FF 4-18 */

}
*::-moz-placeholder {
    /* FF 19+ */

}
*:-ms-input-placeholder {
    /* IE 10+ */
	
}

input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, textarea:active {
	box-shadow:none;
	outline-color: transparent;	
	outline:none;
	
}

input:focus, textarea:focus {
	box-shadow:none;
	outline-color: transparent;	
	outline:none;
}

textarea {
	/*font-family:'Open Sans', sans-serif;*/
	resize:none;
}


.a770 {
	max-width:770px;
	width:100%;
	display:block;
	margin:0 auto;
}














