html,body {
    font-family: sans-serif;
    height: 100%;
}

h2 {
    font-variant: small-caps;
    font-size: 2.5em;
}
/****Carousel******/
#header {
    /*background: url(../images/granitetoronto.jpg) center center no-repeat;
    background-size: cover;*/
    height: 100%;
    width: 100%;
}

#header .container {
    width: 100%;
    padding: 0;
}

.header-home .container .row {
    margin-left: 0px;
    margin-right: 0px;
}

.header-home .container .row .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

@media all and (max-width: 767px) {
    #header {
        margin-bottom: 19px !important;
    }    
}

.carousel-caption h1 {
    margin-top: 30%;
    text-align: center;
}

.carousel-inner img {
    width: 100%;
    height: 100vh !important;
}

.carousel-inner>.item {
    position: relative;
    max-height: 100%;
}
/*this will modify the text*/
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lead-slide p {
    /*color: #1270c0;*/
    color: black;
    /*color: rgb(192,192,192);*/
    font-weight: 400 !important;
    font-size: 5.5em;
}

.lead-slide p span {
    /*color: #1270c0;*/
    color: black;
    font-weight: 400 !important;
    font-size: .55em;
}

.carousel-caption h1 {
    font-size: 3.5em;
    font-weight: bold;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    /*text-transform: capitalize;
    font-variant: small-caps;*/
}

.second-slide p{   
    font-size: 1.2em;
}

.carousel-caption p{
    /*font-size: 2em;*/
    font-weight: bold;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}


/****ABOUT US***/
#about-us {    
    text-align: center;  
}

#about-us p {
    padding: 1.5em 0 1.5em 0;
}

@media all and (max-width: 767px) {
    #about-us p {
        padding: 3.5em 0 1.5em 0;
    }
}
 
/***SERVICES***/
#services {
    padding: 2em 2em 4em 2em;
    text-align: center;
    /*background: url("../images/marble.jpg") center center no-repeat;
    background-size: cover;*/
    /*background-color: #F6F6F6;*/
}

#services img {
    position: relative;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

#services hr {
    display: block;
    height: 1px;
    border-top: 1px solid black;
}

#services h3 {
    color: black;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 2.5em;
}

/****PRODUCTS***/
#products {
    padding: 0 0 0 0;
}

#products .title {
    background-color: rgb(250,250,250);
}

#products h2 {
    text-align: center; 
    
}

#products .container-fluid {
    background-color: white !important;
}

#products .container {
    padding: 0;
}

#products .col-sm-4 {
    padding: 0;
}

#products img {
    position: relative;
    height: 27em;
    width: 100%;
    z-index: 1;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  background-color: #222222;
  z-index: 19;
}

#products .stone-options h3 {
    z-index: 2;
    position: absolute; 
    top: 45%;
    left: 35%;
    /*transform: translateY(-50%) translateX(50%);*/
    /*border: 3px solid white;
    background-color: rgba(255,255,255,0.8);*/
    padding: 5px;
    color: white;
    border-radius: 3px;
    font-variant: small-caps;
    font-size: 3em;
}

/*****SERVING*******/
#serving {
    text-align: center;
    background-color: rgb(250,250,250);
}

#serving .fa {
    font-size: 15em;
}

#serving img {
    height: 25px; 
    width: 25px;
}

/*phone width*/
@media only screen and (max-width : 800px) {
    .overlay {
        /*opacity: 0.6;
        background-color: transparent;*/
    }

    .text h3 {
        font-size: 40px;
    }

    .text {
        left: 10%;
    }
}
