@media (min-width: 576px) { 
	.display-3 {
		font-size: 3.2rem !important;
	}
}

.display-3 {
	font-size: 2.5rem;
}

.semi-transparent { background-color: rgba(0, 0, 0, 0.6) !important; }

.t {
	transition: 0.3s all ease-out;
}

.bg-default,
.intro-heading .icon i {
    background-color: #f5f5f5;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}
svg.wave {
    position: absolute;
    bottom: -1px;
    left: 0;
}
.divider {
    width: 3rem;
    border-width: 0.1rem;
}
.display-5 {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.2;
}
.font-serif {
    font-family: Georgia, serif;
}

.shadow-soft {
    transition: .15s box-shadow, .15s transform;
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33, 37, 41, .15), 0 0 1.5rem 0.5rem rgba(33, 37, 41, .05);
}
.shadow-soft.hoverable:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 2.25rem 1.5rem -1.5rem rgba(33, 37, 41, .3), 0 0 1.5rem .5rem rgba(33, 37, 41, .05)!important;
}
.shadow-pane {
    box-shadow: 0 29px 32px -20px rgba(0, 0, 0, 0.5), 0 4px 11px -3px rgba(0, 0, 0, 0.25);
}


.border-soft {
    padding: 0.5rem;
    background-color: transparent;
    border: 1px solid #dadada;
}
.intro-heading .icon {
    position: relative;
    height: 64px;
}
.intro-heading .icon i {
    line-height: 64px;
    padding: 0 1rem;
}
/*
.intro-heading .icon:after,
.intro-heading .icon:before {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    max-width: 400px;
    height: 1px;
    content: '';
    margin: 0 auto;
    background: #dadada;
    z-index: -1;
}
.intro-heading .icon:before {
    top: 48%;
    width: 300px;
}*/


/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24 {
    font-size: 24px;
}
.material-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.btn-xl {
    padding: 1.25rem 2.25rem;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 10rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	cursor: pointer;
}

#mainNav {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: #fff;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background: url(https://nempiskota.eu/nex/images/interior-blurry.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

header.masthead h1 {
    font-size: 2.25rem
}

@media (min-width:992px) {
    header.masthead {
        height: 100vh;
        min-height: 40rem;
        padding-top: 72px;
        padding-bottom: 0
    }
    header.masthead p {
        font-size: 1.15rem
    }
    header.masthead h1 {
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 3.5rem
    }
}

/* Meal cards */
.meal-card em {
    top: -2rem;
    left: 1rem;
    opacity: 0.7;
}

.meal-card p {
    width: 100%;
    height: 60px;
    display: table;
	margin: 0;
}

.meal-card p span {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.floating {
	position: absolute;
    width: 30%;
    opacity: 0.1;
}

.floating.left {
	left: 1rem;
}