﻿html, body, #wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000000;
    font-family: Garamond;    
    background-color: #ffffff;
}

body {
    font-size: 28px;
}


.fixedBackground {
    z-index: -1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

img {
    width: 100%;
}

ul li {
    margin-bottom: 20px;

}


#wrapper {
    background-color: #000000;
}

#wrapper td {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-image: url('images/design/profile.jpg');
        vertical-align: bottom;
        text-align: center;
        padding-bottom: 200px;        
    }

.titleDiv {
    color: #ffffff;
}

.titleDivLblStoneTablet {
    color: #313131;
    font-size: 100px;
    font-weight: bold
}

.titlrDivLblLetUs {
    color: #ededed;
    font-size: 34px;
    line-height: 0.6;
}

.bodyDivWrapper {
    background: rgba(255, 255, 255, 1);
    width: 100%;
}

.bodyDiv {
    padding: 100px;
    max-width: 1000px;
    margin: auto;    
}

.serviceTitle {
    font-weight: bold; 
    letter-spacing: 5px;
}

.parallax {
    /* Full height */
    height: 80%;
    /* Create the parallax scrolling effect */
    z-index: -1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment:fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


@supports (-webkit-overflow-scrolling: touch) {
    .parallax {
        background-attachment: initial;
    }
}

.bottomDiv {
    height: auto;
    position: fixed;
    bottom: 0%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
}

.bottomDivIcon {
    
    display:inline-block;
    width: 33%;
    text-align: center;
    
    padding-top: 4px;
}

.bottomDivIcon img {

    height:40px;
    width: 40px;
    opacity: 0.73;
}

@media only screen and (max-width:1400px) {

    body {
        font-size: 2vw;
    }

}

@media only screen and (max-width:1024px) and (orientation: portrait) {


    body {
        font-size: 3vw;
    }
}

@media only screen and (max-width:1024px) and (orientation: portrait)  {

    
    .bottomDivIcon img {
        height: 40px;
        width: 40px;
    }

    .titleDivLblStoneTablet {      
        font-size: 60px;
    }

    .titlrDivLblLetUs {
        font-size: 22px;
        line-height: 1;
    }

    #wrapper td {
        padding-bottom: 220px;
    }

}

@media only screen and (max-width:799px) {

    body {
        font-size: 4vw;
    }


}

@media only screen and (max-width:699px) {    
   
}

@media only screen and (max-width:599px) {
    body {
        font-size: 5vw;
    }

    .bodyDiv {
        padding: 40px;
    }

#wrapper td {
        
        padding-bottom: 100px;
    }
}

@media only screen and (max-width:375px) {
    

}



