/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: rgb(var(--bs-tertiary-color-rgb));
	    background: #181818;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

		
		#pricingtable {display:none !important;}

.row {
    margin: 0;
}

img#mainlogo {
    margin-bottom: 30px !important;
    margin: 0 auto;
    width: 80%;
    display: block;
}

a.facebook img {
    margin-top: 40px !important;
    margin: 0 auto;
    width: 45%;
    display: block;
}


.galleryimg {
    padding: 0 !important;
	background: white;
}

.galleryimg img {
    width: 100%;
	
}

.galleryimg h5 {
    font-weight: 400;
    padding: 3px 0px 10px 0px;
    text-align: center;
    background: white;
    color: black;
}

img#gallerytick {
    width: 25px;
    margin: 0 auto;
    display: block;
}

.carousel-inner {
	    position: relative;
    width: 100%;
    overflow: hidden;
}

.home-item {
    height: 68em;
    width: 100% !important;
}

.carousel-caption.text-start p {
    display: inline;
}

a.btn.btn-lg.btn-primary {
    border-radius: 20px;
    font-size: 1.5em;
    width: 100%;
    padding: 15px 0px;
    background: #ffffff30;
    border: 0;
}

.maintext {
    margin-bottom: 13px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.maintext img {
    margin-top: 4px;
    margin-right: 8px;
    display: block;
    float: left;
    height: 20px;
}

.maintext p {
    color: white;
    display: contents;
}

img#gassafe {
    width: 100px;
    margin: 0 auto;
    display: block;
    padding: 20px;
}

p#callbutton a:hover {
    transform: translateY(-10px) scale(1.0);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

p#callbutton a {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

p#callbutton {
    margin: 0 auto;
    width: 80%;
}

p#callbutton .maintext {
    margin-bottom: 0;
}

p.callbuttontext {
    font-size: 1.2em;
}


.reviewbar a:first-child, .reviewbar a:nth-last-child(2) {
    padding: 20px 0px;
    border-right: 1px solid #999;
}
.reviewbar img {
    height: 100px;
    padding: 10px 60px;
}

.reviewbar div {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.reviewbar {
    background: white;
    padding: 20px 0;
}










.pricetable {
    margin: 0 auto;
}


.pricetablebg {
    background-image: url("images/cph dark bg.jpg");
    background-size: cover;
	background-position: center center;
}

.pricetablebg th, .pricetablebg tr, .pricetablebg td {
    background: transparent !important;
}

.pricetablebg th p span {
    font-size: 0.6em;
}


thead tr th#essential p:nth-child(2) {
    color: #d1d1d1;
}

thead tr th#premium p:nth-child(2) {
    color: #08bdf2;
}

thead tr th#advanced p:nth-child(2) {
    color: #e9722c;
}

thead tr th p:nth-child(1) {

}

.pricetablebg th p {
    margin-bottom: 0;
}

.pricetablebg tr {
    border: transparent;
}

.pricetablebg tbody th {
    font-weight: normal;
}






h1#underscore {
    height: 4px;
    width: 120px;
    background-color: #4ea7c4;
    background-image: linear-gradient(to right, #4ea7c4, #f28a3d);
    margin: -2px auto 100px auto !important;
}
.pricetable h1 {
    margin-top: 0px;
    text-align: center;
	    color: white;
}


.endbutton a.btn.btn-lg.btn-primary {
    background-color: #4ea7c4;
    background-image: linear-gradient(to right, #4ea7c4, #f28a3d);
}







/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 4rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 60rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }	
	
}


	@media only screen and (max-width: 1920px) {
		.home-item {
    height: 55em;
    width: 100% !important;
}
}


	@media only screen and (max-width: 1280px) {
		.home-item {
    height: 50em;
    width: 100% !important;
}		
}







	@media only screen and (max-width: 767px) {
    .reviewbar img {
        height: 55px;
        padding: 10px 30px;
    }
img#mainlogo {
    margin-bottom: 25px !important;
    margin: 0 auto;
    width: 55%;
    display: block;
}
		
		#pricingtable {
    width: 100% !important;
    margin: 0 auto;
    display: block !important;
}
		
		.pricetablebg {background: none !important;}
		
		
		#mobshow {display:block}
		#mobhide {display:none !important;}
		
a.facebook img {
        margin-top: 20px !important;
        width: 30%;
}
		
		.home-item {
    height: 45em;
    width: 100% !important;
}
		
		img#gassafe {
    width: 85px;
    padding: 15px;
}
		
		
		h1#underscore {color: white;
    margin: -2px auto 60px auto !important;
}
		
}
