html{
    font-family:Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
    margin:0px;
    padding: 0px;
    }

body{
    position:relative;
    margin: 0px;
    padding: 0px;
}

h2{
    font-size:1.4em;
}

button{
    padding: 12px 25px 12px 25px;
    border: 0px;
    border-radius: 2px;
    background-color:black;
    color:white;
    font-weight:bold;
    margin: 10px;
}

.admin-image-delete{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}

button:hover{
    background-color:rgb(65, 65, 65);
    cursor:pointer;
    color:orange;

}

p{
    font-size:14px;
}

.main-view-container{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}
.header-logo-bar, .header-right{
    display:flex;
    width:65%;
    flex-direction:row;
    
}

.header-logo-bar{
    align-items:center;
    justify-content: space-between;
    padding:  5px 10px 5px 10px;
    width:auto;
}

.construction-logo{
    display:flex;
    align-items:center;
    padding: 5px;
}

.header-logo-bar p{
    padding-left: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.header-menu-bar{
    display:flex;
    background-color:black;
    justify-content: center;
}

.construction-credential{
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    text-align: left;
    align-items:flex-start;
    font-size: 14px;
}

.header-center{
    display:none;
    position:relative;
    text-align: center;
    width:0%;
    overflow:hidden;
}

.header-dropdown{
    display:flex;
    flex-direction:column;
    position:absolute;
    background-color:black;
    width:100%;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    z-index:1;
}

#header_btn{
    background-image: url("../images/Hamburger_icon_white.gif");
    background-repeat:no-repeat;
    background-size: 8%;
    background-position-x: center;
    background-position-y:center;
    height:20px;
    
}

.enlarged-image-div{
    top: 0px;
    left: 0px;
    display:none;
    position:fixed;
    width: 100%;
    height: 100%;
    background-color:black;
    background-color:rgba(0,0,0,0.9);
    z-index:1;
    align-items:center;
    justify-content:center;
}

.enlarged-close{
    position: absolute;
    bottom: 20px;
    right: auto;
    color:black;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    width: auto;
    font-size: 20px;
    background-color:orange;
}

.enlarged-close:hover{
    cursor:pointer;
}

.enlarged-image{
    display:flex;
    justify-content: center;
    align-items:center;
    position:absolute;
    width: 90%;
    height: 90%;
    
}

.enlarged-img-item{
    width: auto;
    height: 95%;
}

.header-right{
    justify-content: center;
    align-items:center;
    
}

.header-container{
    display:flex;
    flex-direction:column;
    width:100%;
}

.footer{
    display:flex;
    flex-direction:column;
}
.footer-bar{
    display:flex;
    flex-direction:row;
    bottom:0px;
    width:100%;
    background-color:black;
    align-items:center;
    justify-content: center;
}

.footer-item{
    padding: 10px;
    color:white;
    text-decoration: none;
}

.footer-item:hover{
    color:orange;
}

.header-item, .header-dropdown-item{
    padding: 25px;
    color:white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    /*transition: all 450ms ease-in-out;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    */
}

.header-dropdown-item img{
    text-decoration: none;
}

.header-item img{
    text-decoration: none;
}

.a-link{
    text-decoration:none;
    color:unset;
}


.header-item:hover{
    background-color:orange;
    color:black;
    cursor:pointer;
}

.header-dropdown-item:hover{
    color:black;
    cursor:pointer;

}

.header-dropdown-menu-item{
    text-decoration:none;
    padding: 25px;
    color:white;
    text-decoration: none;
    font-weight: bold;
    font-size:16px;
    border-bottom: 1px solid grey;
}

.header-dropdown-menu-item:hover{
    color:black;
    background-color:orange;
    cursor:pointer;
}



.motto-container{
    display:flex;
    align-items:center;
    justify-content: center;
    position:relative;
    background-image: url("../images/kitchen_background.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y:65%;
    width:100%;
    height:470px;
    margin-bottom: 20px;
    color:orange;
    font-family: Arial, Helvetica, sans-serif;
}   

.about-container{
    display:flex;
    align-items:center;
    flex-direction: column;
    justify-content: center;
    position:relative;
    width:100%;
    margin-bottom: 190px;
    font-family: Arial, Helvetica, sans-serif;
}

.privacy-container{
    display:flex;
    align-items:center;
    flex-direction: column;
    justify-content: center;
    position:relative;
    width:100%;
    margin-bottom: 170px;
    font-family: Arial, Helvetica, sans-serif;
}

.image-administration{
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items:center;
}

.category-admin{
    display:flex;
    flex-direction:column;
    justify-content: center;
    text-align:center;
    padding: 10px;
    border: 1px solid lightgrey;
    margin: 10px;
}

.image-admin{
    display:flex;
    flex-direction:column;
    justify-content: center;
    text-align:center;
    padding: 10px;
    border: 1px solid lightgrey;
    margin: 10px;
}

.contact-container{
    display:flex;
    align-items:center;
    flex-direction: column;
    justify-content: center;
    position:relative;
    width:100%;
    margin-bottom: 200px;
    font-family: Arial, Helvetica, sans-serif;
}

.motto-curtain{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    overflow:hidden;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.3);
}

.about-paragraph{
    margin-top: 50px;
    margin-bottom: 50px;
    width:40%;
}

.privacy-paragraph{
    width:40%;
}

.about-curtain{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    overflow:hidden;
    background-color:orange;
    margin-top: 2px;
    margin-bottom: 5px;
}

.contact-curtain{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    overflow:hidden;
    background-color:orange;
    margin-top: 2px;
    margin-bottom: 50px;
}

.contact-box{
    width:40%;
    padding: 50px;
    justify-content:center;
    text-align:center;
    border-radius: 5px;
    overflow:hidden;
    background-color:orange;
    background-color:rgb(265,155,0,0.9);
    border: 1px solid lightgray;
    margin-bottom: 50px;
    margin-top: 50px;
}

.contact-box div{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    width:auto;
    margin: 10px;
}


.contact-box div input{
    width: 200px;
    margin-bottom: 15px;
}

.about-curtain-2{
    width:40%;
    padding: 30px;
    border-radius: 5px;
    height:100%;
    overflow:hidden;
    background-color:orange;
    background-color:rgb(265,155,0,0.9);
    border: 1px solid lightgray;
    margin-bottom: 50px;
}

.about-curtain-2 img{
    height:160px;
    padding: 20px;
    float:left;
    
}

.about-curtain-2 p{
    text-align:left   
}

.motto{
    width:auto;
    padding:50px;
    background-color:black;
    background-color:rgba(0,0,0,0.5);
    border-radius:5px;
    text-align:center;
}

.about-header{
    font-family: Arial, Helvetica, sans-serif;
}

.services-container{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    background-color:rgb(231, 230, 230);
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.services-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    flex-wrap:wrap;
    padding-left: 45px;
    padding-right: 45px;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    z-index:0;
    padding-top:20px;
    text-align:center;
   
}

.services-item img{
    height: 100px;
}


.services-item:hover{
    box-shadow: 0px 0px 2px 0px lightgray;
    z-index:1;
    
}

.projects-container{
    display:flex;
    flex-direction:column;
    position:relative;
    width:100%;
}

.project-left-slide{
    display:flex;
    align-items:center;
    position:absolute;
    left: 0px;
    background-color:black;
    background-color:rgba(0,0,0,0.4);
    color:white;
    font-size: 58px;
    height:100%;

}

.project-showcase{
    position:relative;
    align-items:center;
    justify-content: center;
    display:flex;
    padding: 20px;
    flex-direction:column;
    font-size: 18px;
}

.project-showcase span{
    background-color:orange;
    width:100%;
    text-align:center;
    padding: 10px;
    font-weight:bold;
}

.project-right-slide{
    display:flex;
    align-items:center;
    position:absolute;
    right: 0px;
    background-color:black;
    background-color:rgba(0,0,0,0.4);
    color:white;
    font-size: 58px;
    height:100%;

}
.project-right-slide:hover{
    background-color:gray;
    background-color:rgba(0,0,0,0.7);
    cursor:pointer;
}

.image-slide{
    display:flex;
    justify-content: center;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    font-size: 50px;
    margin-top: 10px;
}

.image-slide img{
    padding: 0px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid white;
    height:300px;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
}

.image-slide img:hover{
    cursor:pointer;
}

.project-left-slide:hover{
    background-color:gray;
    background-color:rgba(0,0,0,0.7);
    cursor:pointer;
}
/*mobile screens*/
@media all and (max-width:600px){ 

    .header-right{
        width:0%;
        overflow:hidden;
        margin:0px;
        padding:0px;
    }

    .construction-credential{
        display:none;
    }

    .header-logo-bar{
        justify-content: center;
    }

    .header-item{
        padding: 0px;
        margin:0px;
    }

    .header-center{
        display:block;
        width:100%;
        overflow:visible;
    }

    .header-dropdown{
        height: 0%;
        overflow:hidden;
    }

    .services-item img{
        height: 65px;
        padding: 20px;
    }

    .about-paragraph, .privacy-paragraph{
        width:80%;
    }

    .about-curtain-2{
        width:90%;
        padding:5%;
        align-items: center;
    }
    
    .contact-curtain{
        width:90%;
        padding:5%;
        align-items: center;
    }
    
    .contact-box div input{
        width: 100%;
    }

    .image-slide img{
        padding: 10px;
        /*height:200px;*/
        width:85%;
        height:auto;
    }

    .image-administration{
        flex-direction:column;
    }

    .enlarged-img-item{
        width: 98%;
        height: auto;
    }
}
