/*
licensed under the GPL.
*/
/* 
    Created on : Jan 19, 2023, 9:51:23 PM
    Author     : Ralph Harris at www.rahaprogramming.com
*/
@page {
    size:210mm 297mm;
    margin: 0;
}
#button {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: transparent;
  cursor: pointer;
  z-index: 21;
  top: 0;
  left:25px
}

#button:hover {
  background: transparent;
}
#place-holder{
    width: 33.333333333333333333333333333333333333333333333333333333%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
#place-holder.hidden{
    width:0px!important;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
#icon {
    position: fixed;
    top: 15px;
    right: 1rem;
    left: 1rem;
    width: 25px;
    height: 25px;
}

/* MENU ICON */

.lines,
.lines:before,
.lines:after {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  background: black;
  transition: 0.3s;
}

.lines {
  height: 3px;
  margin-top: -2px;
  top: 50%;
}

.lines:before,
.lines:after {
  content: '';
  height: 100%;

  /* Try different values here: .25rem, .5rem, .2rem, 5rem, 10rem... */
  transform-origin: 5rem center;
}

.lines:before {
  top: 8px;
}

.lines:after {
  top: -8px;
}

/* CLOSE ICON */

.close {
  transform: scale3d(0.8, 0.8, 0.8);
}

.close .lines {
	background: transparent;
}

.close .lines:before,
.close .lines:after {
  top: 0;
  transform-origin: 50% 50%;
}

.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.brochure-close {
    color: rgba(0, 0, 0, 0.7);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position:sticky;
    right: 15px;
    top: 35px;
    z-index: 9;
    display: flex;
    justify-content: end;
}   
#menu-close{
    
}
#menu.show{
    left: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
    z-index:20;
}
#menu.hide{
    left: -280px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#proposals.col-12{
    -webkit-transition: width .45s ease;
    -moz-transition: width .25s ease;
    -ms-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .45s ease;
}
.w-280{
    max-width: 280px;
    height: 100%;
}
#proposals{
    padding: 0 !important;
}
.logo-img {
    margin-right: 1%;
    display: flex;
    justify-content: start;
    width: 30%;
}
.border-top-orange{
    border-top: 1px solid var(--secondary);
}
.border-bottom-orange{
    border-bottom: 1px solid var(--secondary);
}
.border-red{
    border-right:3px solid var(--red);
    border-left:3px solid var(--red);
}
.border-red-bottom{
    border-bottom:3px solid var(--red);
}
.shadow-sm{
    top: 0;
    border-right: none;
    width: 280px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
a.text-orange:hover{
    cursor: pointer !important;
}
.proposal-page{
    padding: 3rem;
}
.proposal-page-container {
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
}
.proposal-page-container div{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 1px;
}
.proposal-page-container{
    margin-top: 20px;
}
.proposal-page-header{
    color: var(--black);
    text-align: left;
}
.list-page{
    display: inline-flex;
    flex-wrap: wrap;
}
.list-page-item{
    color: white;
    list-style: none;
    flex: 50%;
    margin-bottom: 10px;
    font-weight: 500;
}
.list-page-item::before{
    content:'✓ ';
}
.align-top{
    height: auto;
    align-self:self-start;
}
.d-grid{
    display: grid;
}
.centered{
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    align-self: center;
}
.align-bottom{
    height: auto;
    align-self:self-end;
}
.page-img img{
    border: 0px solid rgb(0, 0, 0); 
    border-radius: 0px; 
    opacity: 1; 
    padding: 0px; 
    height: auto; 
    width: 100%;
}
.page-p {
    text-align: left;
    font-size: 15px;
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    text-decoration: none;
    text-transform: none;
    margin: 0px 0px 21px;
}
.proposal-menu li{
    margin-top: .5rem;
}
.nav-left{
    height: 100vh;
    position: fixed;
}
.viewing{
    color: var(--secondary) !important;
    line-height: 1.2;
}
.viewing::after{
margin-left: 20px;
color: var(--secondary) !important;
fill: var(--secondary) !important;
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,120,1,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.menu{
    overflow-y:visible;
}
.page-img{
    justify-self:first;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
@media print {
    .printable {
      width: 100vw;
      page-break-after: always;
    }
    html, body {
          height: auto;    
      }
    .page-p{
        width: 80vw;
    }
    .noprint{display: none;}
    .proposal-page{
        width: 100vw;
    }
    .col-8{
        width: 100vw;
    }
    h4,h2{
        width: 100%;
    }
    .proposal-header,.page-header{
        width: 100vw;
    }
    .page-header{
        display: flex;
    }
    .w-100{
        width:100%;
    }
    .page-header img {
      max-width: 100px;
    }
    .print-full{
        min-width: 100vw;
    }
    .page-header h4,.page-header h2,.h4,.h2{
        line-break:strict;
    }
    .h-100{
        height:100%;
    }
    .page-site-example{
        z-index:99;
    }
}


body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}
.bg-light {
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }
/**********************
seo-local
*********************/

.img-md{
    max-width:15%;
    height: auto;
}
.img-sm{
    max-width:12%;
    height: auto;
}
.span-dbl{
    max-width: 79%;
    height: auto;
}
.text-width-long{
    width: 108.5%;
}
.font-style-header-one{
    font-family: roboto;
    font-size: calc(1.15rem + .6vw);
}
.table-head-long{
    width: 36.65%;
}
.table-head{
    width: 21%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.table-head p.table-heading{
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}
.table-head span,.table-head p span,.table-head p,.table-head{
    font-size: .8rem;
    line-height: .9rem;
    margin-bottom: 0;
}
.pricelist-check{
    color: rgb(255, 198, 61);
    font-size: 24px !important;
    text-align: center;
    font-weight: bold;
}

.border-bottom{
    border-bottom: 1px solid var(--secondary);
}

#local-seo-pricelist tr:last-of-type{
    border-top: 2px solid var(--secondary);
}
.span-dbl h5{
    font-size: 1.15rem;
    line-height: 1.15rem;
}
span.text-emphasis::before{
    content: " ";
    display: block;
    white-space:pre-line;
}
.ico-sm{
    max-height: 4.5rem;
    width:auto;
}
/********************
seo organic 
********************/
.bg-organic{
    width: 100%;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.bg-organic{
    background-image: url(../images/portfolio/organic-bg.png);
    background-position: bottom center;
    background-position-y: 75%;
    background-repeat: no-repeat;
    background-attachment:inherit;
    background-size:contain;
}
/**************************************
page footer - end of each page (not the document footer))
***************************************/
.page-footer p{
    color: rgb(252, 252, 252);
    font-size: 14px;
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    max-height: 100%;
    width: auto;
    margin-bottom: 0 !important;
}
.page-footer{
    padding: 10px 15px 10px 15px;
    border-radius: 50%;
    background-color: var(--secondary);
    height: fit-content !important;
    width: auto !important;
    align-self: center;
}
.p-footer{
    margin-right: 1rem;
    margin-top: 10px;
    white-space:pre-line;
}
.p-footer:after{
    content: " ";
    white-space:pre-line;
}
/***************************************
ads
***************************************/
