/* == Stop Editing Here! == */
/* Anything beneath the above line will be deleted if you publish CSS under Appearance / Custom CSS. If you want to manually insert additional CSS, place it further up. */

#main h1 {
	font-family: Tahoma, "Nimbus Sans L", "DejaVu Sans", Sans-Serif;
	color: #267FAE;
}

#main h2, #main .widget_calendar caption {
	font-family: Tahoma, "Nimbus Sans L", "DejaVu Sans", Sans-Serif;
	color: #267FAE;
}

#sitename {
	font-family: "Lato", sans-serif;
	color: #aaff00;
}

#tagline {
	color: #ffffff;
}

#sitename {

font-family:  "Impact";
font-size:  52px;
letter-spacing:  0px;
}

html { background-image: url('http://www.michiganmotorcycleinsurance.org/wp-content/uploads/2011/09/bg.png'); background-repeat: repeat-x; background-position: top left; background-attachment: scroll; }



.res-form {
    background: url("http://www.michiganmotorcycleinsurance.org/wp-content/uploads/2015/03/Motorcycle-Insurance.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 100%;
    margin-top: 7px;
    padding: 15px 30px;
    width: 100%;
}
.form-wrap {
    float: right;
}
.res-form h3 {
    color: #a4fe00;
    font-family: impact;
    font-size: 46px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.99);
    text-transform: uppercase;
}
.block {
    background-color: #f5f4f2;
    border-radius: 12px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.99);
    float: right;
    margin-bottom: 6px;
    padding: 20px 25px;
    width: 428px;
}
.block h4 {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    text-align: center;
}
p.massive {
    color: #3170b5;
    font-family: impact;
    font-size: 36px;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.block > form {
    display: block;
    height: 51px;
    margin: 0 auto;
    width: 80%;
}
.zipcode {
    margin: 14px 14px 14px 0;
    vertical-align: top;
}

@media only screen and (max-width: 500px) {
.res-form {
    background-color: #ddd;
    background-image: none;
    padding-bottom: 30px;
    padding-top: 30px;
}
.res-form h3 {
    font-size: 36px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.block {
    width: 100%;
}
.block h4 {
    line-height: 1.4;
}
p.massive {
    font-size: 26px;
    line-height: 1.2;
}
.block > form {
    text-align: center;
}
.zipcode {
    margin: 0 0 20px;
    width: 100%;
}
}