/* default colors */



/* main menu */

.main-menu .navigation { font-weight: 400; }


body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 150%;
color: #494949;
}

h1 {
font-weight: 500;
}




h2 {

font-weight: 400;
line-height: 120%;
margin-bottom: 30px;
}


h3 {
font-weight: 500;
}

h4 {
font-weight: 900;
}

p {
margin-bottom: 15px;

}


strong {
	font-weight: 700;
}

.text-center {
	text-align: center;
}


@media (max-width: 1023px) {

}

@media (max-width: 1199px) {

	
}

@media (max-width: 1399px) {

}




