<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* all styles */

body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  background-color: white;
}

html {
  width: 100%;
  height: 100%;
}

form label span {
  color: red;
  font-size: 16px;
  font-weight: bold;
}

.mv-up-20 {
  margin-top: -20px;
}

/* toastr default solid */
#toast-container &gt; div {
  opacity: 1 !important;
}


/* various tags should be default color */
form, li, ul, p, input, label, ul &gt; li {
  color: #333333;
  font-size: 16px;
}

/* dont make them bold by default */
label {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333333;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 1.6;
  }
}

.light {
  font-weight: 400;
}

.text-light {
  color: #9B9B9B;
  font-size: 12px;
}

.center { float: none; margin-left: auto; margin-right: auto; }

.white_panel {
  margin: 3px;
  padding: 1em;
  background-color: white;
  box-shadow: rgba(181, 181, 181, 1) 0px 1px 0px;
  border-radius: 3px;
  border: 1px solid rgb(218, 218, 218);
  position: relative;
}

.white-color {
  color: white;
}

.black-color {
  color: black !important;
}

/* ====================== */
/* navbar */
/* ====================== */
/*.navbar-default .navbar-nav&gt;li&gt;a:focus, .navbar-default .navbar-nav&gt;li&gt;a:hover {
  color: white;
}
*/
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: white;
}

/* make phone number black on all pages but home page*/
.navbar-brand.nav-index {
  color: black;
}

/* make phone number white on home page*/
.opening-txt .navbar-brand.nav-index {
  color: white;
}

.navbar-brand.nav-index:hover,
.navbar-brand.nav-index:focus,
.navbar-brand.nav-index:active {
  color: black !important;
}

nav.navbar.black {
  color: black !important;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom.affix &gt; div &gt; div.navbar-header.page-scroll &gt; a {
  color: black;
}

#bs-example-navbar-collapse-1 ul li.dropdown.open ul li a {
  color: black;
}

.navbar-custom .navbar-collapse ul.navbar-right li.dropdown ul.dropdown-menu li a {
  color: #000000;
}

.navbar-custom.affix {
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #13B9DE;
  border-color: #13B9DE;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #13B9DE;
}
.navbar-custom.opening-txt .nav li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}

.navbar-custom .nav li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: black;
}

/* black text when navbar is white bg */
.navbar-custom.affix .nav li a {
  color: black;
}

#bs-example-navbar-collapse-1 &gt; ul &gt; li.dropdown.open {
  background-color: transparent !important;
}
.navbar-custom .navbar-nav &gt; li.dropdown.open &gt; a, .navbar-custom .navbar-nav &gt; li.dropdown.open &gt; a:focus, .navbar-custom .navbar-nav &gt; li.dropdown.open &gt; a:hover {
  background-color: transparent;
}
/*.navbar-default .navbar-nav&gt;li&gt;a:focus, .navbar-default .navbar-nav&gt;li&gt;a:hover {
  color: white;
}*/
#bs-example-navbar-collapse-1 &gt; ul &gt; li.dropdown.open {
  color: white;
}
.navbar-custom .navbar-nav &gt; .active &gt; a:hover,
.navbar-custom .navbar-nav &gt; .active &gt; a:focus {
  color: white;
  background-color: black;
}

/* updated number */
.navbar-header .number {
  color: white;
  font-size: 25px;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav &gt; .active &gt; a {
    border-radius: 3px;
  }
}

@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: white;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

/* dropdown, should turn off on mobile */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -15px;
}

/* index */
section.opening {
  padding: 50px;
  /*height: 100%;*/
  background-size: cover;
  background-position: center;
  background-image: url('../img/anaheim-cleaning-service.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; 
}

.btn-xl {
  font-size: 20px;
  padding: 20px 35px;
}

section.opening p {
  font-size: 22px;
  margin-bottom: 0;
  color: white;
}

.opening h1 {
  font-family: 'Open Sans';
  font-weight: 800;
  padding-top: 150px;
  font-size: 60px;
}

/* opening form section */
.form-section {
  background-color: white;
  padding: 50px;
}

.form-section .opening-img {
  display: inline-block; 
  float: left;
  margin: 10px;
}

/* services form section */
.services-form-section {
  background-color: white;
  padding: 50px;
  padding-top: 150px;
}

.services-form-section.home-page {
  padding-top: 25px;
}

.services-form-section .opening-img {
  display: inline-block; 
  float: left;
  margin: 10px;
  max-height: 300px;
  max-width: 250px;
}

.thank-you {
  padding-top: 100px;
}

.thank-you .opening {
  padding-top: 50px;
}

.thank-you .colored {
  background-color: #277EDC;
}

.thank-you .colored h1 {
  color: white;
  padding-top: 20px;
}

.thank-you .colored h1 a {
  color: white;
  text-decoration: underline;
}

.thank-you .bg {
  margin-top: 25px;
  background-image: url('https://s3-us-west-2.amazonaws.com/localize/handyman-thankyou.jpg');
  padding: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

img.about-img {
  width: 250px; 
  height: 300px;
}

img.contact-img {
  height: 300px;
  width: 175px;
}

/* main block of niche related text */
.handyman-text {
  padding: 20px;
}

.handyman-text h2 {
  color: black;
}

.review-section {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #EEEEEE;
  color: #000000;
  border-radius: 3px;
}

.review-section p {
  padding-top: 25px;
  font-style: italic;
  font-weight: bold;
}

footer {
  padding: 15px;
}

footer ul.sections {
  list-style-type: none;
}

footer ul.sections li {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}

.btn-dark {
  background-color: #35322F;
  border: 1px solid #35322F;
  color: white;
  border-radius: 1px;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  color: white;
}

footer ul.legal {
  list-style-type: none;
  font-size: 10px;
}

footer ul.legal li {
  display: inline-block;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width: 479px) {
  section.opening {
    padding: 0px;
  }

  section.opening h1 {
    padding-top: 100px;
    font-size: 50px;
  }

  section.form-section {
    padding: 20px;
  }

  /* navbar */
  .navbar-custom.affix .nav li a {
    color: white;
  }

  .navbar-custom.affix &gt; div &gt; div.navbar-header.page-scroll &gt; a {
    color: white;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) and (max-width: 767px) {
  /* navbar */
  .navbar-custom.affix .nav li a {
    color: white;
  }

  .navbar-custom.affix &gt; div &gt; div.navbar-header.page-scroll &gt; a {
    color: white;
  }

  section.opening {
    padding: 0px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
</pre></body></html>