body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
    font-family: helvetica, Nimbus Sans L;
   
    
    }
        .logo {
            width: 30px;
            height: auto;
            padding-right: 10px;
        }
        .divbar {
            background-color: #fc9800;
            margin-top: 30px;
            margin-bottom: 30px;
            width: 100%;
        }
        .navbar {
            background-color: #fc9800;
           
        }
        .navbar-brand, .nav-link {
            color: white !important;
        }
        .nav-link:hover {
            text-decoration: underline;
        }
        .small-headline {
             font-size: 1.4em; 
        }
        .small-txt {
             font-size: 1em; 
        }

@media (min-width: 1025px) {
    body {
        background-image: url(martinmaria.jpg);
   }
   }
  
  @media (max-width: 680px) {
    body {
        background-image: url(martinmaria-mobile.jpg);
    }
}
