@charset "utf-8";
body {
    background-image: url(images/Coffeeshop/coffeetile_dk.jpg);
}
.container-fluid .container .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
    background-image: -webkit-linear-gradient(270deg,rgba(255,142,0,1.00) 3.45%,rgba(255,255,255,1.00) 45.25%,rgba(255,142,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,142,0,1.00) 3.45%,rgba(255,255,255,1.00) 45.25%,rgba(255,142,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,142,0,1.00) 3.45%,rgba(255,255,255,1.00) 45.25%,rgba(255,142,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,142,0,1.00) 3.45%,rgba(255,255,255,1.00) 45.25%,rgba(255,142,0,1.00) 100.00%);
}
.container .container .text-center {
    background-color: rgba(255,142,0,1.00);
}
.row .col-lg-4 .text-center {
    color: rgba(255,142,0,1.00);
}
.row .col-lg-4 p {
    color: rgba(255,255,255,1.00);
}
.container-fluid .container footer {
    background-image: url(images/Coffeeshop/coffeetile_br.jpg);
}
