﻿body 
{
    
    font-family:Calibri;
    font-size: 16px;
    position: relative; 
}

.carousel-inner
{
    height: 350px; 
    width: 700px;
    }

.carousel-inner > .item > img,
    .carousel-inner > .item > a > img 
    {
        width:auto;
        height: auto;
        margin: auto;
    }
      
      
#Home 
{
    padding-top:60px; padding-left:120px; width:inherit; height:768px; 
}
#About 
{
    padding-top:60px; height:768px; width:inherit; color: #000000; background-color: #EDE7E3;
}
#BusinessModel 
{
    padding-top:60px; padding-left:50px; height:768px; width:inherit;
    position:relative;
    background-image: url('/Images/OrderPlacement.jpg');
    background-repeat:no-repeat;
    background-size: 1100px;
    color:Orange;
    font-size:large;
}
  
  
.aboutDiv 
{
    position:relative;
    background-image: url('/Images/about2.jpg');
    background-repeat:no-repeat;      
    height: 700px;
    background-size: 1000px 650px;     
}         

.aboutDivText 
{
    font-family:SignPainter;
    font-size:25px;
    position: absolute;
    padding: 30px 0px 0px 50px;
    width: 950px;
}


.boxes {
	/*display: none;*/
	padding:80px 0px 0px 20px;
}

#humanSizeImageDiv
{
    float: left; padding-left: 50px;
    padding:20px 0px 0px 20px;
    
}

#orderFormDiv
{
    padding: 20px 0px 0px 0px;
    width:500px;
    font-size:small;
}

#SubmitFormButtonDiv
{ 
    padding-left:200px;
}

.control-label
{
   text-align:right;
}

/*  This contains Home 3 iconic buttons i.e. order, gallery, email */
#divHoldingHomeIcon
{
    padding-left:60px; float:left;
}

#orderIcon, #galleryIcon, #emailIcon
{
    width:90px; height:90px;
}

#divGallery > .container > #vertical_row > .col-md-1 > a > img 
{ 
    width:166px; /* width 500 actual - make it 3 times smaller*/
    height:300px; /* height 900 actual - make it 3 times smaller */
}

#divGallery > .container > #horizontal_row > .col-md-1 > a > img 
{ 
    width:291px; /* width 875 actual - make it 3 times smaller*/
    height:145px; /* height 435 actual - make it 3 times smaller */
}