@import 'reset.css';

:root {
    
  --colorW:#fff; 
  --colorB:#000; 
  --colorGray:#999;
}

html,body {

font-family: 'Open Sans', sans-serif;
background-color: var(--colorW);
color:var(--colorB);
cursor:default;
}
a{
    text-decoration: none;
    color: inherit;
}
.grid{
    
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-left:5vw;
    margin-top:6vh;
    width:90vw;

}

#logo{
    height:60px;
    width:auto;
}

.navigateBtn{
    position: absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border:1px solid black;
    width:36px;
    font-size:20px;
    padding:8px 0px 8px 0px;
    font-weight: 400;
    letter-spacing: 0;
    color:black;
    top:140px;
}
.navigateBtn:hover{
    background-color:#333;
    color:white;
    cursor: default;
}

#navigateDiv{
    display:flex;
    flex-direction: column;
    align-items: center;
    top:184px;
    position:absolute;
    box-shadow: 1px 1px 3px black;
    z-index: 2;

    
}
.navigateMenuBtn{
    position: relative;
    width:16vw;
    border-bottom:1px solid black;
    padding:14px 4px 14px 4px;
    font-size:15px;
    text-align: center;
    background-color: white;
    margin-top:0px;
}
.navigateMenuBtn:hover{

background-image: linear-gradient(120deg ,#444, #222);
    color:white;
    cursor: default;
}



/*-------------------------------- S L I D E -----------------------------------*/

#homeSlidesDiv{
    width:100%;  
    height:65vh;
    margin-top:3vh;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}


.slideDiv{
 
    
}
.slideTitle{
    font-size:13px;
    height:5vh;
    line-height: 5vh;
    letter-spacing: 4px;
    font-weight: 100;
    
}
.slidePhotoDiv{
  
    display:flex;
    height:60vh;
    position: relative;  
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

#S1{
    flex: 2.6 1 0;
}

#S2{
    margin-left:20px;
    margin-right:20px;
    flex: 1 1 0;   
}

#S3{
   flex: 1 1 0;     
}
#W1{
    flex: 1 1 0;
}
#W2{
    flex: 1 1 0;
        margin-left:20px;
    margin-right:20px;
}
#W3{
    flex: 1 1 0;
}



.slidePhotos{
    position: absolute;
    display: flex;
    height:100%;
    width:auto;
    justify-content: center;
    align-items: center;
}
#slidePhotos1{
    width:100%;
    height:auto;
    
}




.textSize3{
    margin-top:3vh;
    font-size:2.5em;
    letter-spacing: 3px;
    font-weight: 400;
}

.title{
    margin-top:6vh;
    font-size:30px;
    letter-spacing: 40px;
    text-indent: 40px;
}

.menuBtn{
    width:100%;
    height:10vh;
    background-color:white;
    text-align: center;
    line-height: 10vh;
    letter-spacing: 10px;
    font-size: 2.8em;
    font-weight: 300;
    position: absolute;
    bottom:0vh;
    left:0%;
    box-shadow: -2px -2px 20px #888;
}


#slidePhotosBox{
    position: relative;
    margin-top:4vh;
    overflow: hidden;
    width:100%;
    height:100vh;
}


#socialBtnDiv{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}



.socialIcon{
    font-size: 18px;
    padding-left:16px;
    color:#888;
}
.socialIcon:hover{
    color:black;
}

#copyright{
    margin-top:2vh;
    font-size:2.5em;
    color:#444;
    font-weight: 300;
}

#kitchenIntro{
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color:#eee;
    display:flex;
    justify-content: center;
    align-items: center;
  
}
.kitchenIntroText{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
}

#introHeadline{
   font-size:2.4em;  
    opacity:0;
}
#introDescription{
    font-size:1.2em;
    margin-top:1em;
    font-style: italic;
    font-weight: 300;
    opacity:0;
}
#backdrop{
    position:absolute;
    width:100%;
    height:auto;
}
#footerDiv{
    position:absolute;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    bottom: 0;
    width:90vw;
}
#footerPageDiv{
    margin-top:6vw;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    width:90vw;
}
.footerBtn{
    font-weight: 400;
    height:80px;
    line-height: 80px;
    font-size:12px;
    padding-right:30px;
    color:#888;
    cursor:default;
}
.footerBtn:hover{
    color:black;
}
.footerContactBtn{
    padding-right: 20px;
}
#footerBtnC{
    margin-left:auto;
    padding-right:0;
}
#footerPhone{
    margin-left:auto;
}
#footerAddress{
    margin-right:0;
    padding-right:0;
}


/*-------------------------------- P R O J E C T S -----------------------------------*/



#projectsDiv{
    margin-top:120px;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.projectPhotosRow1{
    display:flex;
    justify-content: center;
    align-items:center;
    width:100%;
    margin-bottom:2vw;
}
.projectPhotosRow2{
    display:flex;
    justify-content:space-between;
    width:100%;
    margin-bottom:2vw;
}

.projectPhotos{
    width:100%;
    height:auto;
}
.projectPhotos2{
    width:49%;
    height:auto;
}
.projectPhotos3{
    width:32%;
    height:auto;
}

#actionBtnDiv{
    margin-top:6vw;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    
}
.borderBtn{
    border:1px solid black;
    padding:15px 20px 15px 20px;
    margin-left:-1px;
    font-size:15px;
}
.borderBtn:hover{
    background-image: linear-gradient(120deg ,#444, #222);
    color:white;
    cursor: default;
}

/*-------------------------------- C O L O R S -----------------------------------*/

.colorsDiv{
    margin-top:80px;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 50px;
    
}

.color-panaromic-img{
    padding:30px 0px 30px 0px;
    
}
.colorGroupDiv{
    margin-top:70px;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    
}
.colorHeadlineDiv{
    position: relative;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    

}
.line{
    position:absolute;
    width:100%;
    height:0;
    border-bottom:1px solid black;
    margin:0;
    padding:0; 

}
.colorTitle{
    font-size:18px;
    letter-spacing: 2px;
    font-weight:300;
    background-color:white;
    padding:10px 30px 10px 30px;
    color:black;
    z-index:1;
}
.colorTitleSub{
    font-weight:600;
    letter-spacing: 0px;
    margin-left:10px;
}
.colorRow{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top:20px;
    
}
.colorDiv{
    display:flex;
    flex-direction: column;
    justify-content:flex-start;
    width:16%;
    padding:20px;
    background-color: white;
    box-shadow: 1px 1px 3px #666;
    
}

.colorFrame{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:auto;
    background-color: black;
    overflow: hidden;
}
.colorName{
    font-weight: 400;
    font-size: 14px;
    margin-top:16px;
}
.colorPhotos{
    display:block;
    width:100%;
    height:auto;
}
.hidden{
    opacity:0;
}
.borderFrame{
    border:1px solid #eee;
}

/*-------------------------------- M A T E R I A L S  -----------------------------------*/


.material-description{
    font-size:16px;
    line-height: 1.3;
    font-weight: 300;
    padding:12px 0px 20px 0px;
}

/*-------------------------------- A B O U T  U S  -----------------------------------*/

.contentDiv{
    width:50vw;
    margin-top:140px;
    font-family: 'Open Sans', sans-serif;
    font-weight:100;
    font-size:16px;
    line-height: 1.6;
}
.personasDiv{
    margin-top:70px;
    display:flex;
    justify-content: space-around;
    flex-direction: row;
    padding-bottom: 50px;
}
.personaDiv{
    width:50%;
    overflow: hidden;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction:column;
}
.personaPic{
    display:block;
    height:150px;
    width:auto;
    padding-bottom:10px;
}
.personaTitle{
    font-weight:300;
    font-size:14px;
}
.personaName{
    font-weight:400;
    font-size:17px;
}