

/* ----------------------------------------------- */
/* MEALS 1024 x 627*/
/* ----------------------------------------------- */

.section-meals {
    padding: 0;
}

.meals-showcase {
    list-style: none;
    width: 100%;
}

.meals-showcase li {
    display: block;
    float: left;
    width: 25%;
}

.meal-photo {
    width: 100%;
    margin: 0;
    background-color: #fff;
    overflow: visible;
}

.meal-photo img {
    opacity: 1;
    width: 100%;
    cursor: pointer;

   
    /*-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;*/
}

.meal-photo img:hover {
    opacity: 0.8;
    
   /* -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);*/
}



/* ----------------------------------------------- */
/* Animations */
/* ----------------------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3
{   
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}

#video,
#services,
#essentials,
#examples {
    background-color: #fff;
    color:#555;
    height: 100%;
    position: ;
    top: 0;
    left: 0;
    width: 100%;      
}

#essentials p {
    padding-bottom: 30px;
}

#essentials h3 {
    font-size: 1.3em;
}

#essentials .icon-big {
    font-size: 400%;
    text-align: center;
    filter: drop-shadow(3px 3px 1px #838383);
}

#development .icon-big {
    filter: drop-shadow(3px 3px 1px #9a9a9a);
}

#examples {
    padding: 0px;
}

.special {
    text-align: justify;
}

#page-footer {
    margin: 0 auto;
    padding: 15px 0px 30px 0px;
    text-align: left;
    float: none;
    font-size: 11.7px;
}

.alt-features {
    background-color: #dbdbdb;
}

.row > .columnx {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.columnx {
    float: left;
    width: %;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
    position: relative;
    margin-left: 39%;
    padding: 0;
    width: 100%;
    max-width: 1400px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 75px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ffbb28;
    font-weight: bold;
    font-size: 75px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    border-color: none;
}

/* Position the "next button" to the right */
.next {
    right: -75px;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: -75px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.0);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 100%;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.essentials_icons {
    width: auto;
    height: 150px
}

.icon_height {
    height: 191px;  
}

#development {
    padding-bottom: 0px;
}
.hosting {
    width: 100%;
    margin: 30px 10px 0px 20px;
}

.teal {
    color: #008081;
}