Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*******************************
- Page Styles
- *******************************/
- html, body {
- margin: 0;
- padding: 0;
- height: 100%;
- width: 100%;
- background-color: #f9f1dc;
- }
- #content {
- margin-top: 75px;
- width: 100%;
- }
- .container {
- background-color: red;
- min-height: 100%;
- background-color: white;
- position: relative;
- box-shadow: 0px 0px 10px black;
- }
- .feature p {
- font-size: 1em;
- }
- /*******************************
- Header
- *******************************/
- .navbar ul {
- margin: 30px 0;
- padding: 5px;
- list-style-type: none;
- text-align: center;
- }
- .navbar ul li {
- display: inline;
- }
- .navbar ul li a {
- border-radius: 5px;
- text-decoration: none;
- padding: .2em 1em;
- color: #fff;
- background-color: #000;
- }
- .navbar:first-child ul li a {
- }
- .navbar ul li a:hover {
- color: #000;
- background-color: #fff;
- }
- .nav {
- height: 100%;
- background-color: #fffffd;
- border-bottom: 1px solid black;
- padding-top: 5px;
- overflow-x:hidden;
- text-align: center;
- }
- #navLogo {
- float: left;
- width: 305px;
- }
- .nav p {
- text-align: center;
- font-size: 1.5em;
- margin: 35px auto 10px auto;
- }
- #nav img, object {
- float: left;
- height: 70px;
- width: 294px;
- margin: 10px;
- }
- /*******************************
- CTA
- *******************************/
- #banner {
- background-color: #2d3538;
- height: auto;
- min-height: 300px;
- margin-top: -20px;
- width: 100%;
- padding: 20px 0 20px 0;
- }
- .cta-left h1 {
- color: white;
- text-shadow: 0px 0px 20px black;
- margin: 40px;
- display: block;
- text-align: center;
- line-height: 1.2;
- }
- .cta-left h2 {
- color: white;
- margin: 40px;
- display: block;
- text-align: center;
- }
- .cta-right {
- color: white;
- margin: 10px 0 -50px 140px ;
- text-align: center;
- }
- .cta-button-container {
- margin: 80px 0 0 100px;
- }
- .cta-button {
- /*basic styles*/
- width: 250px;
- height: 50px;
- color: white;
- background-color: #99CF00;
- text-align: center;
- font-size: 30px;
- line-height: 50px;
- padding: 5px 5px;
- /*gradient styles*/
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700));
- background: -moz-linear-gradient(19% 75% 90deg,#6DB700, #99CF00);
- /*border styles*/
- border-left: solid 1px #c3f83a;
- border-top: solid 1px #c3f83a;
- border-right: solid 1px #82a528;
- border-bottom: solid 1px #58701b; -moz-border-radius: 10px;
- -webkit-border-radius: 10px; border-radius: 10px;
- -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700))
- }
- .cta-button h3 {
- font-size: 20px;
- line-height: 35px;
- font-family: helvetica, sans-serif;
- }
- .cta-button p {
- font-size: 12px;
- line-height: 4px;
- font-family: helvetica, sans-serif;
- }
- a {
- color: white;
- text-decoration: none;
- }
- a:hover {
- color: white;
- text-decoration: none;
- }
- .cta-button:hover {
- margin: 80px 0 0 0;
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6DB700), to(#99CF00));
- background: -moz-linear-gradient(19% 75% 90deg,#99CF00, #6DB700); }
- /*******************************
- Services & Description
- *******************************/
- .description-services-banner {
- width: 100%;
- height: auto;
- background-color: #d0c6b1;
- float: left;
- }
- .description{
- font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
- font-size: 2em;
- line-height: 1em;
- width: 60%;
- margin: auto;
- text-align: center;}
- .services {
- width: 75%;
- margin: auto;
- text-align: center;
- }
- .services li {
- text-align: left;
- }
- .services p {
- font-size: 2em;
- line-height: 1.25em;
- font-weight: bold;
- }
- /*******************************
- Marketing
- *******************************/
- .feature {
- color: white;
- margin: 50px 20px;
- border-radius: 10px;
- box-shadow: 0px 0px 10px black;
- height: 30%;
- background-color: #7E2217;
- min-height: 220px;
- text-align: center;
- padding: 2%;
- border: 1px solid black;
- }
- .feature h3 {
- text-shadow: 0px 0px 5px black;
- }
- /*******************************
- Credibility Logo's
- *******************************/
- #credibility-logos {
- margin: 0 20px;
- }
- /*******************************
- Contact Forms - Get a Quote page
- *******************************/
- .contact-form {
- float: left;
- background-color:#a5a895;
- font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
- font-weight: bold;
- border-radius: 10px;
- box-shadow: 0px 0px 20px black;
- min-height: 512px;
- width: 85%;
- padding: 20px;
- margin: 0 0 40px 0;
- }
- .contactForm label {
- font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
- font-weight: bold;
- color: #cccccc;
- font-size: 2em;
- }
- .btnQuote {
- /*basic styles*/
- width: 250px;
- height: 50px;
- color: white;
- background-color: #99CF00;
- text-align: center;
- font-size: 30px;
- line-height: 50px;
- margin: 20px 20px;
- /*gradient styles*/
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700));
- background: -moz-linear-gradient(19% 75% 90deg,#6DB700, #99CF00);
- /*border styles*/
- border-left: solid 1px #c3f83a;
- border-top: solid 1px #c3f83a;
- border-right: solid 1px #82a528;
- border-bottom: solid 1px #58701b; -moz-border-radius: 10px;
- -webkit-border-radius: 10px; border-radius: 10px;
- -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CF00), to(#6DB700))
- }
- .btnQuote h3 {
- font-size: 20px;
- line-height: 35px;
- font-family: helvetica, sans-serif;
- }
- .btnQuote p {
- font-size: 12px;
- line-height: 4px;
- font-family: helvetica, sans-serif;
- }
- a {
- color: black;
- text-decoration: none; color: fff;
- }
- a:hover {
- text-decoration: none;
- }
- .btnQuote:hover {
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6DB700), to(#99CF00));
- background: -moz-linear-gradient(19% 75% 90deg,#99CF00, #6DB700); }
- .quote-left {
- float: left;
- width: 100%;
- }
- /*******************************
- Single Column Layout
- *******************************/
- #singleColumnLayout {
- margin: 0 auto;
- text-align: center;
- width: 980px;
- background-color: white;
- }
- #singleColumnLayout ul {
- text-align: left;
- }
- .page-content {
- text-align: center;
- }
- .page-content h2 {
- line-height: 1.2;
- }
- .contact-boxes {
- text-align: center;
- color: white;
- margin: 50px 20px;
- border-radius: 10px;
- box-shadow: 0px 0px 10px black;
- height: 30%;
- background-color: #7E2217;
- min-height: 150px;
- padding: 2%;
- border: 1px solid black;
- }
- .contact-boxes a {
- text-decoration:none;
- font-weight:bold;
- color:black;
- }
- .contact-boxes a:hover {
- color: white;
- }
- }
- /*******************************
- Footer
- *******************************/
- .navfooter ul {
- margin: 30px 0;
- padding: 5px;
- list-style-type: none;
- text-align: center;
- }
- .navfooter ul li {
- display: inline;
- }
- .navfooter ul li a {
- border-radius: 5px;
- text-decoration: none;
- padding: .2em 1em;
- color: #fff;
- color: #bebda9;
- }
- .navfooter ul li a:hover {
- color: #000;
- }
- .navfooter {
- background-color: #27241d;
- margin-top: 35px;
- }
- .navfooter p {
- text-align: center;
- font-size: 1.5em;
- margin: 35px 11px 0 0 ;
- color: #bebda9;
- }
- /*******************************
- slider
- *******************************/
- #slider-container {
- margin: 10px 0 -20px 2% ;
- width: 90%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement