﻿@media (min-width: 1200px) {
    .navbar {
        background-image: url("Images/header_wfn.png");
        background-repeat: no-repeat;
        min-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .nav-link {
        font-size: 1.1rem;
        font-family: "Muli", sans-serif;
        font-weight: 700;
    }
}

body {
 /*//Margin bottom by footer height */
margin-bottom: 60px;
    background-image: url("Images/Bins.jpg");
    height: 100%;
   }
