* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: sans-serif;
    font-size: 16px;
    vertical-align: baseline;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-transform: translate3d(1, 1, 1);
    transform: translate3d(1, 1, 1);
    text-rendering: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* to document below 1 property later */
*,
*:after,
*:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Text properties in Paragraph - Spacing between lines and color */
p {
    line-height: 26px;
    color: #6c6c6c;
}

/* to document these 3 properties later */
a>span {
    display: inline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Left margin & Color for Bullet list */
ul {
    color: #666666;
    margin-left: 25px;
}

/*font weight for heading text */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important;
}


/* To make whyus boxes of equal size (length x width) */
.whyusdiv .col-md-12 {
    min-height: 336px;
}

/* Best Practice page */
.best-practices {
    background: linear-gradient(to right, rgba(6, 175, 155, 1) 0%, rgba(152, 203, 64, 1) 100%);
    color: #fff;
    /* Heading text color*/
}

.best-practices p {
    color: #fff;
}

/* Photo Gallery Page */
.photo-gallery {
    background: #000;
}


/* Logo image size */
.navbar .navbar-brand {
    font-size: 30px;
}

/* Top menu for Desktop display */
/* Top Menu item - Spacing between menu items, font size & padding - top & bottom  */
.navbar .nav-link {
    font-size: 16px;
    padding: 10px 20px;
    margin-left: 50px;
}

/* to highlight active item in Top menu */
.navbar .active-nav {
    font-size: 16px;
    font-weight: bolder;
    color: #DA4453;
}


/* Footer menu for mobile / notepad with 5 icons - Home, whyus order online gallery Best practices */
/* width of gfooter menu bar width %*/
.footer-menu-5-icons a {
    width: 20%;
}

/* footer bar container */
#footer-menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-color: rgba(249, 249, 249, 0.98);
    transition: all 250ms ease;
    min-height: 60px;
    transition: all 250ms ease;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* Footer menu Icons & text properties */
#footer-menu a {
    float: left;
    /*align incons and text below icons in footer menu*/
    color: #1f1f1f;
    /* default color of icons and text */
    text-align: center;
    transition: all 350ms ease;
}

/* Footer menu text properties */
#footer-menu a span {
    display: block;
    left: 0px;
    right: 0px;
    font-weight: 500;
    text-align: center;
    font-size: 10px;
    padding-top: 2px;
}

/* Footer menu icon size = font-size and top padding properties */
#footer-menu a i {
    padding-top: 5px;
    font-size: 20px;
}

/* to highlight active icon in footer menu */
#footer-menu .active-nav {
    color: #DA4453;
}

/* to Display the content after top menu / Logo band */
.header-clear-30px {
    padding-top: 30px;
}

.header-clear-50px {
    padding-top: 50px;
}

.header-clear-70px {
    padding-top: 70px;
}

.header-clear-80px {
    padding-top: 80px;
}

/* Change the carousel indicator from line to circular dots and set the size and spacing of these */
.carousel-indicators [data-bs-target] {
      display: inline-block;
      width: 10px !important;
      height: 10px !important;
      margin: 10px !important;
      text-indent: 0 !important;
      cursor: pointer !important;
      border: none !important;
      border-radius: 100% !important;
      box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 1);
      list-style-type: circle;
}



/* To have Horizontal list like Privacy Policy | Refund Policy | Support  */
#horizontal-list ul {
    min-width: 200 px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 0px;
}

#horizontal-list li {
    display: inline;
}

.rateus {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 99;
    cursor: pointer
}

/****** Style Star Rating Widget *****/


.rating {
    float: left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
}

.rating:not(:checked)>label:before {
    content: '★ ';
}

.rating>input:checked~label {
    color: #ea0;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

/*--thank you pop starts here--*/
.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop h3 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5C5C5C;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5C5C5C;
}

.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}

.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}

#myModal .modal-header {
    border: 0px;
}

/*--thank you pop ends here--*/

.hero-image {

    /* Sizing */
	width: 100vw;
    height: 100vh;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Text styles */
    text-align: center;
    color: white;
	
    /* Background styles */
	background-image: url(../images/order-coming-soon.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.hero-text {
  font-size: 35px;
}

.hero-sub-text {
  font-size: 20px;
  font-weight: bold;
}

.hero-text button {
  border: none;
  outline: 0;
  display: relative;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}
