@charset "UTF-8";
/* CSS Document */
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.01em;
    color: #333333;
	text-align: center ;
}
header {margin: 20px 0;}
h1 { font-size: 30px; text-transform: uppercase; color: #1666af;}
p { font-size: 18px; line-height: 1.5; margin: 2% 20%;}

@media (max-width: 800px) {
	p {margin: 10%;}
}

.jumbotron {
	height: 0;
    padding: 0; 
    padding-bottom: 19%; 
    background-image: url(images/allstate-agent.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;

}
.btn {
    font-family: 'Arial', sans-serif;
    border-radius: 15px;
    padding: 3px 30px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2em;
    color: #fff;
    margin: 0 10px;
}
@media (max-width: 800px) {
	.btn {width: 80%; margin-bottom: 20px;}
}

.btn-primary {background-color: #0073cc;}
.btn-quote {background-color: #c74e10;}	
.login {display: inline-block; margin: 0 10px 0 0;}

