* {
	outline: 0 !important;
	text-decoration: none !important;
}

body {
	font-family: "Nunito Sans", sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #2a2929;
	background: #fff;
}

header {
	padding: 15px 15px;
}
header img{
    max-width: 150px
}

h1 {
	font-weight: 600;
	font-size: 90px;
	letter-spacing: 0.1em;
	line-height: 100px;
	text-align: center;
	text-transform: uppercase;
	color: #2a2929;
	margin:0 0 25px;
}

p {
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #2a2929;
	margin: 0;
}

.content {
    height: calc(100vh - 204px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

footer {
	padding: 0 15px;
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    color: #2a2929;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1050px) {

h1 {
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 15px;
}

}

@media(max-width: 767px) {

h1 {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 10px;
}

p br {
	display: none;
}

p {
    font-size: 15px;
    line-height: 27px;
}

header img {
    height: 70px;
}

footer {
    padding: 0 15px;
    height: 70px;
}

.content {
    height: calc(100vh - 170px);
}

}