/*
Theme Name: Reuben's Deli
Theme URI: http://reubensdeli.com
Description: A Theme for the reuben's deli website.
Version: 1.0.0
Author: Studio MIAOU
Author URI: http://miaou.ca
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.slide-title {
    position: relative;
    top: 0;
}

.slideshow-prev, .slideshow-next {
    display: none !important;
}

.slideshow-caption {
    margin-left: 0 !important;
    transform: translateX(-50%);
    top: 400px;
}

@media only screen and (max-width: 1082px) and (min-width: 914px) {
    .slideshow-caption {
        top: 290px;
    }
}

@media only screen and (max-width: 745px) and (min-width: 534px) {
    .slideshow-caption {
        top: 720px;
    }
}

@media only screen and (max-width: 533px) {
    .slideshow-caption {
        top: 720px;
    }
}

@media only screen and (max-width: 745px) and (min-width: 534px) {
    .slideshow-caption p {
        display: block;
    }
}

.callouts {
    margin-top: -105px;
}

@media only screen and (max-width: 1082px) {
    .callouts {
	margin-top: 50px;
    }
}

.delivery-service {
        display: inline-block;
        margin: 10px 5px 0;
        width: 100px;
	height: 100px;
        border-radius: 10px;
        text-decoration: none;
        overflow: hidden;
}

.delivery-service img {
    width: 100%;
}

@media only screen and (max-width: 533px) {
    .content-home {
        margin: 550px 0 0;
    }
}

nav.navigation ul {
    display: flex;
    justify-content: space-around;
}

/*@media(min-width: @screen-sm) {
    .delivery-service {
        width: 100px;
    }
}*/