 @charset "UTF-8";


/* links */
a:link {color:#FFFFFF; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:none;}
a:hover {color:#F5811F; text-decoration:none;}


* {margin: 0; padding: 0; box-sizing: border-box; overflow-x: hidden;}

/* header containers */
.container-header{display:flex; justify-content:center; background-color:#676666; height:190px;}
.header{display:flex; justify-content:left; width:900px;}
.header-left{display:flex; align-self: center; width:600px;}
.header-right{display:flex; flex-direction:column; align-self:flex-end; width:300px;}
.phone{display:flex; justify-content:flex-end; color:#F5811F; font-size:22px; font-weight:bold; width:300px; height:30px;}


/* home body containers */
.container-body{display:flex; justify-content:center;}
.body{display:flex; flex-direction:column; }

.kitchen{display:flex; align-self:center; height:520px;}
.container-services{display:flex; flex-direction:column; align-self: center; width:900px; height:450px;}
.services-title{display:flex; justify-content: center; align-items:flex-end; width:900px; height:80px; font-size:28px; font-weight:bold; color:#676666; font-variant:small-caps;}
.services-image{display:flex; justify-content:space-around; align-items:center; width:900px; height:205px;}
.services-heading{display:flex; justify-content:space-around; width:900px; height:50px; font-size:20px; color:#676666; font-variant:small-caps;}
.services-description{display:flex; justify-content:space-around; width:900px; height:110px; font-size:14px; color:#676666; }
.services-description-wrap{display:flex; justify-content:center; width:190px; text-align:center;}

/* contact body containers */
.container-body-contact{display:flex; justify-content:center; color:#FFFFFF; background-color:#F5811F;}
.body-contact{display:flex; flex-direction:column; }

.contact-title{display:flex; justify-content:center; align-items:flex-end;  height:120px; width:900px; font-size:48px;}
.contact-assist{display:flex; justify-content:center;  align-items:center;  height:80px; width:900px; font-size:24px;}
.contact-marker{display:flex; justify-content:center;  align-items:center;  height:180px; width:900px; font-size:24px;}





/* footer containers */
.container-footer{display:flex; flex-direction:row; justify-content:center; background-color:#676666; color:#FFFFFF; height:70px;}
.footer{display:flex; width:900px;}
.footer-left{display:flex; align-self: center; justify-content:flex-start; width:450px; font-size:12px;}
.footer-right{display:flex; align-self:center; justify-content:flex-end; width:450px; font-size:12px;}



