*{
	box-sizing:border-box
}
body{
	margin:0px;
	background-image:url(../img/carinsurancecompanyrockfordil.jpg);
	background-attachment:fixed;
	background-size:cover;
	min-height:100vh;
	font-family: "Open Sans", sans-serif;
}
.container{
	width: 870px;
	margin:0px auto;
	margin-top:80px;
	margin-bottom:80px;
	max-width:100%;
	background-color:white;
}
.pad{
	padding:20px;
}
img{
	max-width:100%;
}
.full{
	width:100%;
}
.text-center{
	text-align:center;
}
h1{
	font-size: 32px;
    font-weight: 700;
	line-height: 1.1;
}
p{
	font-weight:600;
}
h2{
	margin-bottom:0px;
}
a{
	text-decoration:none;
}