File: /home/quotes/public_html/css/landing-style.css
@charset "utf-8";
/* CSS Document */
.font-pn-c-sb-i{
font-family: proxima-nova-condensed, sans-serif;
font-weight: 600;
font-style: italic;
}
.font-pn-c-sb{
font-family: proxima-nova-condensed, sans-serif;
font-weight: 600;
}
.font-pn-c-eb{
font-family: proxima-nova-condensed, sans-serif;
font-weight: 800;
font-style: normal;
}
.font-pn-c-m{
font-family: proxima-nova-extra-condensed, sans-serif;
font-weight: 500;
font-style: normal;
}
.font-15{
font-size: 15px;
}
.text-navy{
color:#012942;
}
.text-green{
color:#539316;
}
.logo{
top: -5rem;
max-width: 75px;
}
.form-btn {
border-radius: 0px;
width: 100%;
}
.other-btn {
border-radius: 0px;
width: 100%;
}
.offers {
background-color: #0168a6; /* For browsers that do not support gradients */
background-image: -webkit-linear-gradient(left, #00396a, #0168a6);
background-image: -o-linear-gradient(left, #00396a, #0168a6);
background-image: linear-gradient(to right, #00396a, #0168a6);
}
.bg-img-yellow{
background-image: url('/img/pest-resources/bg-yellow.jpg');
}
.list{
font-size: 1.75rem;
line-height: 2rem;
}
.li-offers{
margin-bottom: 1.5rem;
}
.list li:before{
margin-top: 0px;
}
.font-1x{
font-size: 1.5rem;
}
.font-2x{
font-size: 2.5rem;
}
.w-18{
width: 18%;
}
/** Media Devices ***/
@media (min-width: 1200px) {
.other-btn{
width: 50%;
}
}