@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	background: #fff;
    font-family: "Roboto", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.8;
	color:#666666;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", serif;
	color: #121212;
    line-height: 1.4;
	font-style: normal;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 { font-size: 48px;}

.pq-header { text-align: center;}
.pq-header .navbar-brand img { height: 130px; }


.pq-banner {padding: 130px 0;}
.btn-primary { padding: 12px 30px; background: #ff0000; border-color: #ff0000; }
.btn-primary:hover, .btn-primary:focus { background: #121212; border-color: #fff; }

.pq-footer { background: #121212; color: #fff; padding: 15px 0; text-align: center; }