
/* to do still:
1. Fix minor layout issues
2. Finish the content for shipping and delivery page 
3. Add link to home page on terms, shipping and policy pages.
*/


body {
    background-color: #dbcee4;
    background-image: url(images/largeblackblotbacksplash.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    
}

#main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 500px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: white; 
    margin-top: 5%;
    padding: 0;
}

#mainhome {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    border: 1px solid black;
    background: white;
    border-radius: 5px;
    height: auto;
    color: black;
    box-shadow: 0 1rem 3rem black;
    padding: 2%;
    
    
}



.col-group {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    vertical-align: middle;
    
    
}

#candle {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    
}


.col-md-10 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-content: center;
    margin-top: 12%;
    margin-left: 10%;
    margin-right: 30%;
    margin-bottom: 100px;
}

#imageborder {
    border: solid 1px black;
    max-width: 100%;
    height: auto; 
    float: left;
    box-shadow: 0 1rem 3rem black;
    border-radius: 5px;
    margin: 2%;

    
}

.col-md-6 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 12%;
    margin-left: 4%; 
}

#store {
    height: 500px;
    
}

.card {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    align-content: center;
    color: black;
    background-color: ghostwhite;
    border: black 1px solid;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem black;
    margin-left: 2%;
    width: 30%;
    
}

.text-center h1{
    margin-top: 2%;
    margin-bottom: 0px;
    font-size: 400%;
    
}

.card-body {
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 5%;
    background-color: ghostwhite;
    border: black 1px solid;
    border-radius: 5px;
    border-image-source: url(images/footer-border-blk.svg);
    border-image-width: auto;
    box-shadow: 0 1rem 3rem black;
}


h5 {
    font-weight: bold;
    font-size: 150%;
    
}

.centerimg {
    display: inline-flex;
    justify-content: center;
    margin: 8.85%;
    border: black solid 1px;
    border-radius: 8px;
    box-shadow: 0 1rem 3rem black;
    background: ghostwhite; 
    
    
    
}

#navigation, h4 {
    font-family: "limelight", cursive;
    color: white;
    background: transparent;
    
}

#navigation :hover  {
    text-decoration: none;
}




#header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-content: center;
    background: linear-gradient(to top, #404040 0%, #000000 100%);
    border-bottom: 20px solid black;
    height: 100px;
}

.navbar-default  {
    box-shadow: inset 0 0px 0 rgb(255 255 255 / 0%), 0 1px 5px rgb(0 0 0 / 0%);   
}
ul {
    margin-bottom: 20px;
}
li {
    display: contents;
}

.navbar {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    justify-content: center;
    background-image: url(images/navbar-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 135px;
    padding: 0px;
     
}

.navbar-default {
    display: inline-block;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    align-content: center;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    margin-left: 5%;
}


.navbar-brand {
    display: inline-flex;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    font-family: "limelight", cursive;
    text-shadow: none;
    color: white;
    margin-top:5%;
}

a {
    color: #bc9dcf;
}
a:hover {
    color: #a76acc;
    text-decoration: none;
}


#rotate {
    transform: rotate(-30deg);
}

a.nav-link {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: white;
    font-size: 200%;
    padding-left: 5%;
    padding-right: 3%;
}

.navtop {
    margin-top: 3%;
    padding-left: 12%;
}

.fa-shopping-cart {
    display: inline-flex;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: white;
    padding-right: 20%;
    padding-top: 40%;
    background: transparent;
    
    
}


.fa-shopping-cart:visited ::after {
    color: blueviolet;
    
}

.fa-shopping-cart:link {
    text-decoration: none;
    
}

.fa-shopping-cart:hover {
    color: #bc9dcf;
}

.fa-instagram, .fa-facebook-square, .fa-twitter {
    color: cornflowerblue;
}

.fa-instagram:hover, .fa-facebook-square:hover, .fa-twitter:hover {
    color: #4062d1;
}

#cart-right {
    display: none;
}

.fa {
    display: inline-flex;
    padding: 2%; 
    margin: 10px;
    
}



/* Style for the hamburger nav menu */

#hamnav {
    width: 100%;
    background: #000;
    display: none;
    
}

#hamitems a {
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px;
    font-family: "limelight", cursive;
    color: white;
    text-decoration: none;
    text-align: center;
    
}

#hamnav label, #hamburger {
    display: none;
}
    
/* end of hamburger nav CSS */




/* Contact Form CSS code */

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 90%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-left: 10%;
    margin-right: 40%;
    margin-bottom: 10px; /* Bottom margin */
    resize: vertical;
    
    

}

#subject {
    text-align: left;
    width: 90%;
    
}

input[type=submit] {
    background-color: cornflowerblue;
    color: white;
    margin-left: 30%;
    padding: 12px 20px;
    border: 2px white solid;
    border-radius: 6px;
    cursor: pointer;
}

input[type=text], select, textarea {
    margin-left: 2%;
}
input[type=submit]:hover {
    background-color: #3271e7;
}

.container {
    margin-top: 0%;
    max-width: 500px;
    margin: auto;
    background-color: ghostwhite;
    color: black;
    border: black solid 1px;
    box-shadow: 0 1rem 3rem black;
    border-radius: 5px;
    padding-top: 2%;
    
}

#formstyle {
    box-sizing: border-box;
    text-align: left;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem black;
    margin: 10%;
    padding: 2%;
    background-color: whitesmoke;
    
    
}

#contacttop {
    box-sizing: border-box;
    height: auto;
    max-width: 960px;
    margin: auto;
    align-content: center;
    vertical-align: middle;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem black;
    background-color: whitesmoke;
    text-align: center;
    margin-top: 2%;
    padding: 2%;
    text-shadow: -5px 3px 2px rgba(122,9,19,0); 
}



/* end of contact form CSS code */


h1 {
    font-family: "limelight", cursive;
    color: #ba0d1d;
    font-weight: 600;
    text-shadow: 4px 4px 7px rgba(90,8,16,0.6);
    margin-top: 0px;
    margin-bottom: 1%;
    
}

.col-md-2 {
    display: grid;
    justify-content: center;
    
}



.social {
    padding: 0;
}

#footer {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-content: center;
    border-top: 30px solid black;
    background: linear-gradient(to bottom, #404040 0%, #000000 100%);
    text-align: center;
    font-size: 125%;
    color: white; 
    margin-bottom: 0px;
    padding: 35px 50px 0 50px;
    
    
}

h2 {
    font-family: "Limelight", cursive;
    color: dimgrey;
    text-shadow: -5px 3px 2px rgba(122,9,19,0);
    
}


#copyright {
    align-content: center;
    text-align: center;
    color: white;
    background: #000000;
    padding: .5%;
    
}

.gsc-control-cse {
    background-color: transparent; 
    border: none; 
}

td.gsc-search-button button.gsc-search-button-v2 {
    background-color: black;
    border: none;
    margin-left: 6px;
    border: 1px solid black;
    border-radius: 4px;
    box-shadow: 0 1rem 3rem black;
    
}

td.gsc-clear-button {
    display: none;
    
}

table.gsc-search-box td.gsc-input {
    border: solid 1px black;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem black;
    background: white;
    padding-right: 0px;

}

#gsc-iw-id1 {
    padding-right: 0px;
    border: none;
}


#gs_cb50 {
    color: black;
    
}

.gsst_a {
    display: inline-block;
}


#searchstyle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: flex-end;
    
}

#logo {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: -3%; 
    
}

.nav-item>a:active, .nav-item>a:hover {
    font-size: 150%;
    
}

.current {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    background-image: url(images/Kiss%20%5BConverted%5D%20-%20supersmall.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    
}

#privacy {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    text-align: left;
    
    color: black;
    text-decoration: none;
    text-shadow: none;
    margin: 8% 0 3% 0;
       
}

#privacy h1 {
    font-family: "limelight", cursive;
    color: #ba0d1d;
    font-weight: 600;
    text-shadow: -5px 3px 2px rgba(122,9,19,0);
}

.seo1 {
    align-content: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: black;
    line-height: inherit;
    
}

.seo2 {
    align-content: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: black;
    line-height: inherit;
    
}
.seo3 {
    display: none;
}




.faqcontent {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 150%;
    color: black;
}

/* Testimonial CSS Code Start */
/* background */
.carousel-bg {
  background: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* quote */
.quote-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 60px;
  width: 80px;
}
/* text-style */
.testimonial-style .testimonial-caption-style {
  font-family: "aria";
  font-weight: 400;
  font-size: 24px;
  color: #354052;
  line-height: 30px;
  bottom: 40%;
  text-shadow: none;
  top: 10%;
}
.testimonial-style .testimonial-authors {
  font-family: "Limelight";
  font-weight: 700;
  font-size: 20px;
  color: #354052;
  line-height: 30px;
  margin-top: 40px;
}
/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
  padding-top: 5%;
  padding-bottom: 5%;
  height: 380px;
}
/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control {
  color: #354052;
}
.testimonial-style .carousel-control:hover {
  color: #354052;
  text-decoration: none;
  transition: background-color 1s ease;
}
/* indicators */
.testimonial-style .carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
  border: 2px solid #354052;
  background-color: #354052;
}

/* Textimonial CSS Code End */


/* Accordion CSS Code */

/* Style the buttons that are used to open and close the accordion panel */
#accordion {
    
    color: #444;
    font-size: 125%;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active1, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
    font-size: 125%;
  display: block;
  overflow: visible;
}

.panel-title {
    font-size: 45px;
    font-family: "Limelight", cursive;
}
/* end of accordion CSS */


/* Gallery CSS */

.grid {
  max-width: 100%;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
    
    width: 30%;
    height: auto;
    float: left;
    background: black;
    border: 2px solid #333;
    border-radius: 15px;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;
    box-shadow: 0 1rem 3rem black;
    margin: 10px;
}

.grid-sizer{ width: 100%; }
/* 2 columns */


.static-banner {
    position: absolute;
    left: 40px;
    top: 20px;
    padding: 10px 30px;
    background: ghostwhite;
    border: 1px black solid;
    border-radius: 15px;
    box-shadow: 0 1rem 3rem black;
  font-size: 22px;
  z-index: 2; /* above items */
}


/* RESPONSIVE CSS Code */

@media screen and (max-width:767px){
    
    
    .navbar {
        display: none;
    }
    
    #hamnav {
        box-sizing: border-box;
        display: block;
        width: 100%;
        border-top: 1px solid #333;
        
    }
    
    #hamnav label {
        display: inline-block;
        color: white;
        font-style: normal;
        font-size: 1.2em;
        padding: 10px;
    }
    
    #hamitems {
        display: none;
    }
    
    #hamnav input:checked ~ #hamitems {
        display: block;
    }
    
    
    #hidecart {
        display: none;
    }
    
    #hideicon1 {
        display: none;
    }
    
    
    #cart-right {
        display: block;
        float: right;
        padding-right: 5%;
    
}
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    .grid {
        margin-top: 30%;
        margin-bottom: 70%;
        
    }
    .static-banner, h1, h2 {
        text-align: center;
        font-size: 100%;
        z-index: 1000; /* above items */
        padding: 2px;
        margin: 1%;
}
    
    .grid-item {
        box-sizing: border-box;
        align-content: center;
        justify-content: center;
        margin: 10%;
        
    }
    
    
    #imageborder {
        float: none;
        margin: auto;
    }
    
    body {
        background-image: url(images/ukcc-background.jpg);
        background-size: cover;
    }
    
    a.nav-link {
        display: flex;
        justify-content: center;
        font-size: 150%
    }

    .panel-title {
    font-size: 90%;
    }
    
    #accordion {
        font-size: 90%;
    }
    
    #main {
        color: black;
           
    }
    
    #mainhome {
        margin-bottom: 75%;
    }
    
    .container {
        display: inline-block;
        margin-top: 15%;
    }
    
    
    .card, .card-body {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        margin-bottom: 5%;
        
    }
    
    .overflow {
        overflow-x: scroll;
        margin-bottom: 40%;
    }
    
    #text-wrap {
        overflow: hidden;
    }
 
    #shrinktofit {
        word-wrap: normal;
        font-size: 100%;
    }
   
    #contacttop {
        margin-bottom: 75%;
    }
    
    
    #logo   {
       
        display: none;
    }
    
    .seo1 {
    color: white;
    
}
    
    #footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        height:20%; 
        overflow-y: scroll;
        font-size: 16px;
        
    }
    
   

    
    #copyright {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        height:auto; 
    }
    



}

@media (min-width: 768px) and (max-width: 991px) {
    
    body {
        background-position: center;

    }
    
    header {
        max-width: 100%;
        height: auto;
        
    }
    
    .navbar {
        display: none;
    }
    
    .fa-shopping-cart {
       display: inline-block;
    }
    
    #hidecart {
        display: none;
    }
    
    #hideicon1 {
        display: none;
    }
    
     #cart-right {
        display: block;
        float: right;
    }
    
    
    #hamnav {
       display: block;
        
        
    }
    
    #hamnav label {
        display: none;
        
    }
    
    #hamnav input:checked ~ #hamitems {
        display: block;
    }

    

    img {
        max-width: 100%;
        height: auto;
    }
    
    #imageborder {
        align-content: center;
    }
    
    body {
        background-size: auto;
    }
    
    #contacttop {
        margin-bottom: 10%;
    }
    
    
    #shrinktofit {
        font-size: 150%;
    }
    

    #main {
        max-width: 100%;
        margin: auto;
         
    }
    
    
    #mainhome {
        justify-content: center;
        text-align: center;
        
    }
    
    
    .panel-title {
        font-size: 100%;
    }
    
    #accordion {
        font-size: 100%;
    }
    
    
    #store {
        margin-top: 5%;
        padding-right: 0%;
        max-width: 100%;
        
    }
    .card, .card-body {
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
        margin-bottom: 5%;
        
    }
    
    #logo {
        
        display: none;
    
    }
    
    #searchstyle {

        align-content: center;
    
    }
    
    #footer {
        position: sticky;
        bottom: 0;
        right: 0;
        left: 0;
        height: auto;
        overflow-y: scroll;
            
    }
    
    #copyright {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        height:auto; 
    }
    
    .hamburger {
        display: flex;
    }
     
   
    
}
    
@media (min-width: 992px) {
    
    body {
        background-position: center;
        
    }
    
    
    a.nav-link {
    font-size: 175%;
}

   #store {

        margin-top: 5%;
        padding-right: 0%;
        max-width: 100%;
        
    }
    .card, .card-body {
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
        margin-bottom: 5%;
        
    }
    
    .col-md-6 {
        max-width: 100%;
        margin-left: 20%;
        grid-auto-flow: row;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    .panel-title {
        font-size: 110%;
    }
    
    #accordion {
        font-size: 110%;
    }
   
    #hideicon2 {
        display: none;
    }
  
}
