 body{
    padding: 0%;
    margin: 0%;
    background-color: #00a99d;
    /*background-color: rgb(66, 66, 66);*/
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/*NavBar CSS
/*FULL NAVBAR*/
/*Yellow: # ... green: */
.NavBar{
    background-color: #00a99d;
    border-bottom: solid 5px #dee8a8;
    overflow: hidden;
    width: 100%;
    padding: 0%;
    margin: 0%;
    display: table;
}
/*------------------------------------------------------Navbar Logo Container-------------------------------------*/
.NavBar-Logo{
    float:left;
    margin:0%;
    padding:0%;
    margin-left: 7.5%;
}
.NavBar-Logo div{
    display: table-cell;
    vertical-align: middle;
    height: 55px;
}
.Logo_image img{
    padding:0%;
    margin:0%;
    width:30px;
}
.Logo-1{
    color: #252626;
    font-size: 40px;
    font-weight: bold;
    padding:0%;
    margin: 0%;
}
.Logo-2{
    color: #dee8a8;
    font-size: 40px;
    font-weight: bold;
    padding:0%;
    margin: 0%;
}

/*------------------------------------------------------------NavBar Right Container---------------------------- */
.NavBarContainer{
    float:right;
}

/*-------------------------------------------------------------NavBar Style for all links -------------------------------*/
.NavBar a{
    text-align: center;
    padding: 20px 24px;
    text-decoration: none;
    font-size: 17px;
    display: table-cell;
    vertical-align: middle;
    width:50px;
}

/*-----------------------------------------------------------Nav Bar Active element--------------------------- */
.NavBar-Active{
    background-color: #dee8a8;
    color:#00a99d;
}

/*--------------------------------------------------------Nav Bar Inactive elements----------------------------------- */
.NavBar-InActive{
    color:rgb(242, 248, 191);
}

.NavBar-InActive:hover{
    background-color: #dee8a8;
    color:#00a99d;
}

.NavBarContainer .icon {
    display: none;
}

.MobileNavBarContainer{
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    display: none;
}


.main_background{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
}


.header_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0%;
    margin:0%;
    margin-bottom: 150px;
    margin-top: 75px;
}
.header_grid .header_grid_element{
    text-align: center;
    color:#dee8a8;
    text-shadow: 1px 1px 2px rgba(46, 46, 46, 0.74);
}
.header_grid_element h1{
    padding-top: 55px;
    font-size: 55px;
}
.header_grid_element h3{
    font-size: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.header_grid div img{
    width: 800px;
}

.product-grid{
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #2196F3;
    padding: 10px;
    margin-right: 50px;
    margin-left: 50px;
}
.product{
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 2px;
    font-size: 30px;
    text-align: center;
}

.work_in_progress{
    color: #dee8a8;
    text-align: center;
    margin-top: 15%;
    font-weight:bolder;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.top_grid{
    display: grid;
    grid-template-columns: 0.75fr 1fr 0.75fr;
    margin-right: 5%;
    margin-left: 5%;
}
.grid-item{
    border: 2px solid rgba(129, 129, 129, 0.4);
    background-color: rgba(128, 128, 128, 0.25);
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    height: 250px;
    font-size: 30px;
    text-align: center;
    box-shadow: 0px 0px 10px #6b6b6b;
}
.grid-item h1{
    color: #dee8a8;
    font-size: 35px;
    padding:0%;
    padding-bottom: 10px;
    margin:0%;
}
.grid-item img{
    width: 100px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.grid-item a{
    color: #dee8a8;
    text-decoration: none;
    font-size: 25px;
    margin-top: 10px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border: 4px solid #dee8a8;
    border-radius: 20px;
    background-color: rgba(121, 121, 121, 0.267);
}
.grid-item .link_holder{    
    padding:0%;
    margin:0%;
    animation: bubble_out 0.5s forwards;
}
.grid-item .link_holder:hover{
    animation: bubble_in 0.5s forwards;
}






/*----------------------------------SERVICE BUTTON-----------------------*/
.Service-Button{
    color: #dee8a8;
    text-decoration: none;
    font-size: 25px;
    margin-top: 10px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border: 4px solid #dee8a8;
    border-radius: 20px;
    background-color: rgba(121, 121, 121, 0.267);
}
.Service-Button a{
    color: #dee8a8;
    text-decoration: none;
}






/*--------------------------------TESTiMONIALS---------------------------------------------*/
#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin:30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial-heading h1{
    font-size: 2.2rem;
    font-weight: 500;
    background-color: #6868689c ;
    color: #ffffff;
    padding: 10 20px;
    border-radius: 8px;
}
.testimonial-box-container{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.testimonial-box{
    width:500px;
    border: 2px solid rgba(70, 70, 70, 0.267);
    border-radius: 5px;
    box-shadow: 0px 0px 10px #6b6b6b;
    background-color: rgba(128, 128, 128, 0.25);
    padding: 20px;
    margin:15px;
    cursor: pointer;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition:  all ease 0.5s;
}
.profile-img{
    width:50px;
    height:50px;
    border-radius: 50%;
    overflow:hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display:flex;
    align-items: center;
}
.name-user{
    display:flex;
    flex-direction: column;
}
.name-user strong{
    color: #252525;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color:rgba(49, 49, 49, 0.75);
    font-size: 0.8rem;
}
.reviews{
    color:#f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:5px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #dee8a8;
}







/*

.sidebar {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    width: 220px;
    background-color: #7aa793;
    position: absolute;
    height: 100%;
    text-align: center;
}
.sidebar_product{
    padding-bottom: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #9db1a8;
    color:#dee8a8;
}
.sidebar_product img{
    width: 220px;
}
.sidebar_product h1{
    padding-left: 1%;
    font-size: 27px;
}
.sidebar_product h3{
    font-size: 16px;
}
.sidebar_product a{
    color: #dee8a8;
    text-decoration: none;
    font-size: 18px;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    border: 4px solid #dee8a8;
    border-radius: 20px;
    background-color: rgba(121, 121, 121, 0.267);
}
.sidebar_product .link_holder{
    margin: 0%;
    padding: 0%;
    animation: bubble_out 0.5s forwards;
}
.sidebar_product .link_holder:hover{
    animation: bubble_in 0.5s forwards;
}
*/






/*-------------------------------------------TEAM------------------------*/
.Team-Member-Header{
    letter-spacing: 1px;
    margin:30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Team-Member-Header span{
    font-size: 2.2rem;
    font-weight: 500;
    background-color: #6868689c ;
    color: #ffffff;
    padding: 10 20px;
    border-radius: 8px;
}
.Team-Member-Grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.Team-Member{
    text-align:center;
    justify-content: center;
    align-items: center;
}
.Team-Member:hover{
    transform: translateY(-10px);
    transition:  all ease 0.5s;
}
.team-member-wrapper{ 
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: rgba(128, 128, 128, 0.25);
    border-radius: 5px;
    margin: 25px;
}
.profile_wrapper{
    display:flex;
    align-items: center;
}
.name_wrapper{
    display:flex;
    align-items: center;
    flex-direction: column;
}
.Team-Member img{
    width:100px;
    height:100px;
    border-radius: 50%;
    overflow:hidden;
    margin-right: 10px;
}
.Team-Member .Team-Member-Name{
    color: #252525;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.Team-Member .Team-Member-Title{
    color:rgba(43, 43, 43, 0.75);
    font-size: 0.9rem;
    padding-bottom: 8px;
}
.Team-Member-Qoute{
    color: #dee8a8;
    font-size: 1rem;
    padding-bottom: 8px;
}






/*-------------------------------------FOOTER------------------*/
.footer{
    position:absolute;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.25);
    height: 250px;
    margin-top: 35px;
}
.footer-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-grid-element{
    position: relative;
    margin: 10px;
    border: 2px solid rgba(70, 70, 70, 0.267);
    box-shadow: 0px 0px 5px rgba(56, 56, 56, 0.2);
    border-radius: 20px;
    height: 220px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer-middle-text{
    color: #dee8a8;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    text-shadow: 0px 0px 4px rgb(20, 20, 20,0.5);
}
.footer-grid-copyright{
    color:#526e62b4;
    position: absolute;
    bottom: 0px;
    left: 25%;
}



::selection{
    color:#ffffff;
    background-color: #252525;
}


/*ANIMATIONS!*/
@keyframes services_box_anim{
    
    from {
        box-shadow: 0px 0px 0px #dee8a8;
    }
    to {
    box-shadow: 5px 5px 3px #dee8a8;
    }
}
@keyframes services_box_hover{
    from {box-shadow: 5px 5px 3px #dee8a8;}
    to {box-shadow: 0px 0px 0px #dee8a8;}
    0%   { transform:scale(1.0); opacity:0.8; }
    100% { transform:scale(1.1);}
}

@keyframes bubble_in {
    0%   { transform:scale(1.0);}
    100% { transform:scale(1.1);}
}

@keyframes bubble_out {
    0%   { transform:scale(1.1);}
    100% { transform:scale(1.0);}
}


@media(max-width: 1060px){
    .testimonial-box{
        width: 45%;
        padding:10px;
    }
    .header_grid div img{
        display: none;
    }
    
    .header_grid{
        display:flex;
        flex-direction: column;
    }
    .header_grid_element h1{
        padding-top: 0;
        margin-top: 0;
    }
    .header_grid_element h3{
        padding:0%;
    }
    .Team-Member-Grid{
        margin: 5px;
        display: flex;
        flex-direction: column;
    }
    .footer{
        display: none;
    }
    .NavBar-Logo{
        display: none;
    }
}
@media(max-width: 790px){
    .top_grid{
        grid-template-columns: 1fr;
    }
    .testimonial-box{
        width: 100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
    .MobileNavBarContainer{
        display:table;
        width: 100%;
    }
    .NavBarContainer{
        display: none;
    }
    .main_background{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 20px;
    }
    .MobileNavBarContainer a:not(:first-child) {display: none;}
    .MobileNavBarContainer .icon{
        float: right;
        width: 65px;
        height: 65px;
        color: #dee8a8;
        border-radius: 2px;
        background-color: #00a99d;
        border: 1px none #7aa793;
    }
    .MobileNavBarContainer.responsive a{
        display: block;
        text-align: center;
        width: 100%;
    }
}
@media(max-width: 340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top:10px;
    }
}



