/*---------The below styles apply to screen sizes above 770px. Media queries for smaller screens are at the end of this style sheet.---*/

.fa {

  padding: 20px;
  font-size: 30px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%; 
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.5;
}

.fa-facebook {
  background: white;
  color: white;
}


/*---------COMMON STYLES---------*/
body {
margin: 0px;
background: white;
font-family: Helvetica, Arial, sans-serif;
font-size: 100%;
color: #464646;
line-height: 150%;
}

img {
border-style: none;
}

h1 {
color: #312f2e;
font-size: 3em;
line-height: 110%;
}

h2 {
color: #312f2e;
text-align: center;
font-family: Verdana, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
font-size: 200%;
}



/* header https://codepen.io/mutedblues/pen/MmPNPG */

.header_text_banner {
text-align:center; 
background-color: black; 
color: white; 
font-size: 85%;
}

.header_phone_number {
margin: 0px; 
float: right; 
padding: 5px 18px; 
background-color: #b7835d; 
color: white; 
border-radius: 0px 0px 0px 10px; 
letter-spacing: 1px;
}

.header {
  background-color: white;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: white;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: none;
  text-decoration: none;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 0px 20px 30px 20px;
  text-decoration: none;
}

.logo {
width: 110px; 
height: auto;
}


/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


/*----------NAV LINK STYLES---------*/
/*---gray / black---*/
a:link {color: gray; text-decoration: none; font-weight: bold;}
a:visited {color: gray; text-decoration: none; font-weight: bold;}
a:hover {color: #2c2a2d; text-decoration: none;}
a:active {color: #2c2a2d; text-decoration: none;}



/*-------HOME PAGE-----------*/
/* Container holding the image and the text */
.home_block_1 {
  position: relative;
  text-align: center;
  color: white;
  padding-top: 120px;
  font-family: Raleway, Helvetica;
}

/* Centered text over Home page image*/
.centered_text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);  
  background: rgba(255, 255, 255, .5);
padding: 0px 5px 10px;
border-radius: 10px;
width: 60%;
}

.centered_text_subline {
margin: -20px auto 0px; 
color: black; 
font-size: 120%; 
line-height: 140%;
}

/* Button under text on Home Page image */
.home_block_1_button {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 35px;
  border-radius: 5px;
  background: rgba(183, 131, 93, .9);
  border-style: none;
  border-color: white;
  font-size: 110%;
  letter-spacing: 2px;
}

#home_block_2 {
background: white;
width: 100%;
}

.home_block_2_text {
width: 60%; 
margin: 50px auto; 
color: gray; 
text-align: center; 
font-size: 200%; 
line-height: 130%;
letter-spacing: 1px;
}


#home_white_block_4 {
background: white;
width: 80%;
margin: auto;
}

.home_white_tri_b {
width: 41%;
float: left;
padding: 2% 4% 4% 4%;
}

.home_white_tri_b_image {
width: 41%;
float: left;
padding: 4% 4% 4% 4%;
}

.home_block_2_tri {
width: 25.3%;
text-align: center;
float: left;
padding: 4% 4% 4% 4%;
}




.home_white_tri_2 {
width: 25.3%;
text-align: center;
float: left;
padding: 2% 4% 12% 4%;
}


#home_kitchen_image {
background-image: url('images/home-kitchen.jpg');
background-repeat: no-repeat;
background-position: center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}


#home_meet_team_text_container {
width: 30%;
text-align: center;
padding: 15% 2% 15%;
margin: auto;
}

.home_5 {
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

  .home_6 {
display: block;
text-align: center;  
  padding-top: 0px; 
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


/*-------FOOTER-----------*/

.footer {
width: 100%;
background-color: white;
}

.footer_container {
text-align: center;
margin: auto;
padding: 3% 0% 1% 0%;

}

#footer_block {
background: white;
width: 100%;
}


.footer_text {
color: gray;
font-size: 75%;
}

.home_white_tri {
width: 25.3%;
text-align: center;
float: left;
padding: 1% 4% 2% 4%;
}

.footer_action {
height: 100px; 
width: 100%; 
background-color: #a7a9aa; 
margin-top: 50px;
}

.footer_action_text {
color: white; 
font-size: 180%; 
text-align: center; 
padding: 30px 0px; 
letter-spacing: 1px; 
width: 80%;
margin: auto;
line-height: 150%;
}




/*-------ABOUT PAGE----------*/
.about_intro_image {
  text-align: center;  
  padding-top: 120px; 
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  }
  
  .about_intro_image_home {
display: block;
text-align: center;  
  padding-top: 120px; 
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
  
.about_intro_text {
  padding-top: 40px;
  padding-bottom: 0px;
  width: 45%;
  margin: auto;
  font-size: 120%; 
}

.about_container {
  padding-top: 0px;
  padding-bottom: 0px;

  width: 55%;
  margin: auto;
}


.about_text {
text-align: left;
color: gray;
font-size: 130%; 
line-height: 160%; 
font-family: Raleway, Verdana, Helvetica, Arial, sans-serif;
}

.about_image {
display: block;
width: 55%;
margin: auto;
text-align: center;
}

h3 {
font-size: 170%;
padding-top: 70px;
text-align: left;
font-family: Raleway, Verdana, Helvetica, Arial, sans-serif;

}



/*-------CONTACT PAGE----------*/

.contact_container {
  text-align: left;
  color: black;
  padding-top: 120px;
  width: 60%;
  margin: auto;
}

.contact_info {
text-align: center;
padding-top: 5%;
padding-bottom: 5%;

}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
}




/*-------PRIVACY POLICY PAGE----------*/

#privacy_policy_block {
height: auto;
background: #d7d7d7;
}

#privacy_text_container {
width: 70%;
margin: auto;
padding: 2% 0% 2% 0%;
}

.privacy_text_title {
font-size: 150%;
color: #464646;
}


/*------------ BEGIN - MEDIA QUERY 900PX - iPAD PORTRAIT - changed from 770px----*/
@media (max-width: 900px) {

h3 {
font-size: 170%;
text-align: center;
}

.home_block_2_tri {
width: 90%;
padding: 5% 5%;
}

.home_white_tri {
width: 70%;
padding: 4% 15%;
}



.home_white_tri_b {
width: 90%;
padding: 0% 5%;
}

.home_block_2_text {
width: 88%; 
margin: 50px auto; 
color: gray; 
text-align: center; 
font-size: 170%; 
line-height: 130%;
letter-spacing: 1px; 
}



/* Centered text on home page image */
.centered_text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 75%; 
  background: rgba(255, 255, 255, .5);
padding: 0px;
border-radius: 10px;
}

h1 {
color: #312f2e;
font-size: 2em;
line-height: 130%;
}

.centered_text_subline {
margin: -20px auto 0px; 
color: black; 
font-size: 110%; 
line-height: 140%;

}

/* Button under text on Home Page */
.home_block_1_button {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 25px;
  border-radius: 5px;
  background: rgba(183, 131, 93, .9);
  border-style: none;
  border-color: white;
  font-size: 110%;
  letter-spacing: 2px;
}



.home_white_tri_b_image {
width: 90%;
padding: 10% 5% 0%;
}

.footer_action_text {
color: white; 
font-size: 180%; 
text-align: center; 
padding: 30px 0px; 
letter-spacing: 1px; 
width: 80%;
margin: auto;
line-height: 150%;
}

.contact_container {
  text-align: left;
  color: black;
  padding-top: 120px;
  width: 80%;
  margin: auto;
}


.about_container {
  width: 70%;
  margin: auto;
  padding-top: 10px;
}


.about_image {
width: 100%;
margin: auto;
text-align: center;
}

.about_intro_text {
  width: 70%;
  margin: auto;
  padding-top: 10px;
}

.about_intro_image_home {
display: none;
}

.about_intro_image {
  display: block;
  text-align: center;  
  padding-top: 130px; 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  }

}
/*------------END - MEDIA QUERY 770PX---------*/





/*------------BEGIN - MEDIA QUERY 700PX - SMALL TABLET / iPHONE LANDSCAPE----*/
@media (max-width: 700px) {

.centered_text {
  position: static;
  top: 100%;
  left: 100%;
  transform: translate(0%, 0%);
  width: 85%; 
  background: rgba(255, 255, 255, .5);
padding: 0px;
border-radius: 10px;
margin: auto;
}

.home_block_1_button {
  position: static;
  top: 100%;
  left: 100%;
  transform: translate(0%, 0%);
  padding: 10px 10px;
  border-radius: 5px;
  background: rgba(183, 131, 93, .9);
  border-style: none;
  border-color: white;
  font-size: 100%;
  letter-spacing: 1px;
  width: 30%;
  margin: 30px auto;
}


#home_image_block {
margin: 0% 0% -5% 0%;
}

#privacy_text_container {
width: 90%;
}



.footer_action_text {
color: white; 
font-size: 180%; 
text-align: center; 
padding: 5px 0px; 
letter-spacing: 1px; 
width: 80%;
margin: auto;
line-height: 150%;
}


.about_container {
  width: 80%;
  margin: auto;
}

.about_intro_text {
  width: 80%;
  margin: auto;
  font-size: 110%; 
}

}
/*-------------END - MEDIA QUERY 700PX----------*/



/*------------MEDIA QUERY 320PX - iPHONE PORTRAIT----*/
@media (max-width: 400px) {




.header_text_banner { 
font-size: 80%;
}

h1 {
color: #312f2e;
font-size: 1.8em;
line-height: 110%;
}

.home_block_1 {
  padding-top: 130px;
}

  .centered_text_subline {
margin: -5px auto 0px; 
color: black; 
font-size: 110%; 
line-height: 140%;

}
  
  
.home_block_1_button {
  position: static;
  top: 100%;
  left: 100%;
  transform: translate(0%, 0%);
  padding: 10px 10px;
  border-radius: 5px;
  background: rgba(183, 131, 93, .9);
  border-style: none;
  border-color: white;
  font-size: 100%;
  letter-spacing: 1px;
  width: 70%;
  margin: 30px auto;
}



.home_block_2_tri {
width: 94%;
padding: 9% 3%;
}


.home_white_tri {
width: 90%;
padding: 4% 5%;
}


.home_block_2_text {
width: 92%; 
margin: 50px auto; 
color: gray; 
text-align: center; 
font-size: 150%; 
line-height: 130%;
letter-spacing: 1px; 
}


#home_meet_team_block {
display: none;
}

.about_text {
text-align: left;
color: gray;
font-size: 110%; 
line-height: 150%;
}

#home_white_block_4 {
background: white;
width: 90%;
margin: auto;
}
}
/*------------END - MEDIA QUERY 320PX---------*/
