/******************** WELCOME SECTION *********************/                                                                                                                     
#WelcomeSection {                                                                              
	width: 100%;
	height: 100vh; 
	position: relative;
	overflow: hidden;
}

/* layout */
#WelcomeSection .layout {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* image */
#WelcomeSection #WelcomeImage { 
    z-index: 9;
    background-image: url("../../Assets/Video/superbowl.gif");
}

/* overlay */
#WelcomeSection #WelcomeOverlay { 
	z-index: 99;   
	opacity: 0.9;
	background-color: #9C2037;
}  

/* content */  
#WelcomeSection #WelcomeContent {
    width: 700px;
    position: absolute;
    top: calc(50% - 200px);  
    left: calc(50% - 350px);
    z-index: 999; 
    text-align: center;  
}

#WelcomeSection #WelcomeContent h1 {
    word-spacing: 5px; 
    line-height: 1.1;
    font-size: 50px;
    font-weight: 900;
    color: #E26016; 
}

#WelcomeSection #WelcomeContent h1 span {
    color: white;
}

/* subhead */
#WelcomeSection #WelcomeContent h2 { 
    margin-top: 25px; 
    padding-top: 25px; 
    word-spacing: 1px; 
    line-height: 1.5; 
    font-size: 18px; 
	font-weight: 300; 
    border-top: 1px solid rgba(255,255,255,0.3); 
	color: white; 
}

#WelcomeSection #WelcomeContent h2 strong {
    text-decoration: underline;
    font-weight: 500;
}

/* btn */
#WelcomeSection #WelcomeContent a {
    display: inline-block;
    width: 225px;
    height: 50px;
    margin: 75px 10px 0px;
    padding-top: 18px;
    background-color: #E26016;
    word-spacing: 3px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 25px; 
    color: black;
    transition: 750ms;
}

#WelcomeSection #WelcomeContent a:hover {
    background-color: black;
    border-radius: 0px;
    color: #E26016; 
}








/******************** WHY SECTION *********************/                 
#WhySection {
     width: calc(100% - 60px);
     height: 550px; 
     margin-top: 30px; 
}        

#WhySection .col {
     display: inline-block;
     width: 50%;
     height: 100%;
     position: relative;
     float: left; 
}

/****************/
/*** stats ***/
/****************/

#WhySection .col.stats {
    text-align: center;  
    border-left: 1px solid #ECA860; 
}

/* row */
#WhySection .col.stats .statrow {
    width: 500px;
    height: auto;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 250px);
}

/* inner col */
#WhySection .col.stats .innercol {
	display: inline-block; 
	width: 248px; 
	height: auto;  
	vertical-align: top; 
	line-height: 1;      
}    

/* header */
#WhySection .col.stats .innercol h1 { 
	font-weight: 300;
	font-size: 25px;  
	line-height: 0.8;    
	color:  #E26016; 
}   

#WhySection .col.stats .innercol h1 span {
    font-weight: bold;
}

/* par */ 
#WhySection .col.stats .innercol p {
	margin-top: 15px;  
	word-spacing: 3px;
	font-size: 11px;   
	font-weight: 300;
	color: black;
}

/* divider */
#WhySection .col.stats .statdivider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 50px auto; 
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
 
/****************/
/*** clients ***/
/****************/

#WhySection .col.clients {
    overflow: hidden;   
    background-color: black; 
}

/* img */
#WhySection .col.clients .clientimg {
    height: calc(100% + 150px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    opacity: 0.7;
    background-image: url("../../Assets/Images/about.jpeg");
}

/* logo */
#WhySection .col.clients .clientlogo {
    width: 100%;
    height: 150px;
    position: absolute;
    top: calc(50% - 75px);
    left: 0px;
    z-index: 99;
    text-align: center;
}

#WhySection .col.clients .clientlogo img {
    width: auto;
    height: 150px;
}








/******************** CATERING SECTION *********************/                
#CateringSection {
    width: 100%;
    height: auto;
    padding-bottom: 200px;
    text-align: center;
}

/* h1 */
#CateringSection h1 {
    font-size: 35px;
    font-weight: bold;
    word-spacing: 10px; 
    line-height: 1;
    color: #9C2037;
}

#CateringSection h1 span {
    font-weight: 300;
}

/* p */
#CateringSection p {
    margin-top: 10px;
    word-spacing: 3px;
    font-size: 11px;
    font-weight: 300;
    color: black;
}

/* divider */
#CateringSection #CaterDivide {
    width: 480px;
    height: 1px;
    margin: 80px auto 30px;
    background-color: rgba(0,0,0,0.05);
}

/* btn */
#CateringSection #CateringButtons {
    width: 600px;
    height: 50px;
}

#CateringSection #CateringButtons a {
    display: inline-block;
    width: 225px;
    height: 50px;
    margin: 0px 13px;
    padding-top: 17px;
    vertical-align: top;
    background-color: #E26016;
    font-size: 13px;
    font-weight: bold;
    border-radius: 25px;
    color: white;
    transition: 750ms;
}

#CateringSection #CateringButtons a:hover {
    background-color: black;
    color: #E26016;  
    border-radius: 0px; 
}








/******************** FILLER SECTION *********************/                 
#FillerSection {                         
    width: calc(100% - 60px); 
	height: 550px;
	position: relative;  
	overflow: hidden; 
	background-color: white;  
}  

/* img */
#FillerSection .img {
    height: calc(100% + 150px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    opacity: 0.7;
    background-image: url("../../Assets/Video/fill.gif");
}








/******************** REVIEW SECTION *********************/                            
#ReviewSection {                         
    width: calc(100% - 60px); 
	height: 100vh;  
	position: relative;  
	overflow: hidden;      
	border: 1px solid rgb(235,235,235);
	border-bottom: 0px solid rgb(235,235,235);
}  
  
/* col */ 
#ReviewSection .col {
	width: 50%;
	height: 100%; 
	position: absolute;
	top: 0px; 
}

/**************** MAP *******************/

/* overlay */
#ReviewSection .col .overlay {   
	position: absolute;
	z-index: 9;
}

#ReviewSection .col .overlay.one {
	width: 100%;
	height: 300px;
}

#ReviewSection .col .overlay.two {
	width: 50%;
	height: 100%;
	top: 0px;
}

#ReviewSection .col #OverlayUpper {
	top: 0px;
	background: linear-gradient(to bottom, white, rgba(255,255,255,0));
}

#ReviewSection .col #OverlayLower {
	bottom: 0px;
	background: linear-gradient(to top, white, rgba(255,255,255,0));
}

#ReviewSection .col #OverlayRight  {
	right: 0px;
	background: linear-gradient(to left, white, rgba(255,255,255,0));
}

#ReviewSection .col #OverlayLeft {
	left: 0px;
	background: linear-gradient(to right, white, rgba(255,255,255,0));
}

/**************** CONTENT *******************/

/* cont */
#ReviewSection .col.cont {
	right: 0px;    
	border-left: 1px solid rgb(235,235,235);
	text-align: center;  
}

/* cont inner */
#ReviewSection .col.cont #ContInner { 
	width: 450px; 
	height: 380px; 
    position: relative;
    top: calc(50% - 190px);  
}

/* header */
#ReviewSection .col.cont #Head {
	text-align: center;
	line-height: 1; 
	font-size: 35px;    
	font-weight: bold;
	word-spacing: 10px; 
	color: #9C2037;
}

#ReviewSection .col.cont #Head span {
	font-weight: 300;
} 

/* subhead */  
#ReviewSection .col.cont .headp {
    word-spacing: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #9C2037;
}

#ReviewSection .col.cont .headp.one span {
    padding: 0px 5px; 
    position: relative;
    bottom: 1px;
    color: black;  
}

#ReviewSection .col.cont .headp.two {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 300;
}

/* carousel */
#ReviewSection #Carousel {
    height: 150px;
    margin: 75px auto 80px;
    position: relative;
    overflow: hidden;  
    border-top: 1px solid rgb(235,235,235);
    border-bottom: 1px solid rgb(235,235,235);
}

#ReviewSection .car-el {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px; 
} 

/* col */  
#ReviewSection .carcol {    
	opacity: 0;    
} 
 
#ReviewSection .carcol.active {
	opacity: 1;
}  

/* content */
#ReviewSection .carcol .content {
    width: 300px; 
    position: absolute;
    left: calc(50% - 150px); 
    text-align: center;
}

#ReviewSection .carcol .content p {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: rgb(100,100,100);
}

#ReviewSection .carcol .content h2 { 
    font-size: 13px;
    color: black;   
}

#ReviewSection .carcol .content h2 span {
    padding-left: 15px;
    font-weight: 400;
}
 
/* overlay */
#ReviewSection #Overlay { 
	z-index: 9;    
} 
 
/* controls */
#ReviewSection #Overlay .control {
	height: 20px; 
	position: absolute;
	top: calc(50% - 10px); 
    opacity: 0.2;	
	cursor: pointer; 
	transition: 500ms; 
}
  
#ReviewSection #Overlay .control:hover {
	opacity: 1;   
}    
 
#ReviewSection #Overlay #Left { 
	left: 0px;
}

#ReviewSection #Overlay #Right { 
	right: 0px;
}  