* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
width: 100%; min-height: 100vh;
text-align: center;
font-size: 20px;
} body {
color: #fff;
background-color: #000;
font-family: "system", sans-serif;
margin: 0;
padding: 0;
overflow-x: hidden;
position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
a { margin: 0;
padding: 0;
line-height: 1;
}
a {color: #ffffff;}
p {
margin: 0;
padding: 0;
word-wrap: break-word;
}
h1 {
font-weight: 500;
font-size: 3.4rem;
letter-spacing: 0.075em;
}
h2 {
font-size: 2.4rem;
font-weight: 500;
letter-spacing: 0.02em;
}
@media screen and (max-width:992px) {
h2 {
font-size: 2.2rem;
}
}
@media screen and (max-width:576px) {
h2 {
font-size: 1.8rem;
}
}
@media screen and (max-width:360px) {
h2 {
font-size: 1.6rem;
}
}
h3 {
font-size: 2.2rem;
font-weight: 500;
letter-spacing: 0.025em;
}
h4 {
font-size: 1.2rem;
letter-spacing: 0.025em;
font-weight: 500;
}
h5 {
font-size: 1.5rem;
letter-spacing: 0.25em;
font-weight: 500;
}
@media screen and (max-width: 450px) {
h5 {
font-size: 1.2rem;
}
}
h6 {
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.025em;
font-weight: 500;
}
ul {
padding: 0;
margin: 0;
}
li {
display: inline-block;
list-style-type: none;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
a:focus,
a:active {
outline: 0px;
text-decoration: none;
}
button {
border: none;
background: none;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
input[radio] {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
input[type="submit"] {
border: none !important;
-webkit-appearance: none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
input:hover,
button:hover,
a:hover {
cursor: pointer;
}
input,
input:focus,
select,
select:hover,
select:active {
border: none;
outline: 0;
}
.wpcf7-response-output {
font-size: 12px;
margin-left: 0!important;
margin-right: 0!important;
}