html {
	width: 100%;
	min-height: 100%;
	height: 100%;
}


body {
	min-height: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

* {
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

ul, li {
	margin: 0;
	padding: 0;	
	list-style: none;
}

a {
	text-decoration: none;
}

a,
button,
input,
select,
textarea {
    outline: none;
    box-shadow: none;
    border: none;
	resize: none;
}

button,
input[type="submit"] {
	border: none;
	cursor: pointer;
}

a,
button,
input[type="submit"],
label {
	cursor: pointer;
}

input {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-weight: 300;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

/*input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

a,
a:hover,
a:focus,
a:visited,
input,
select,
button {
	text-decoration: none;
	outline: none;
}

:active,
:focus {
	outline: none !important;
}

::-moz-focus-inner {
	border: 0 !important;
}

/*input:-internal-autofill-previewed,*/
/*input:-internal-autofill-selected,*/
/*textarea:-internal-autofill-previewed,*/
/*textarea:-internal-autofill-selected,*/
/*select:-internal-autofill-previewed,*/
/*select:-internal-autofill-selected {*/
    /*background-color: transparent !important;*/
    /*background-image: none !important;*/
    /*color: rgb(0, 0, 0) !important;*/
/*}*/