html, body {
    /* background: #F5FAF0; */
    /* background: #6750A414; */
    /* height: 100%; */
    background: #30D5C8;
    font-family: "Nunito", sans-serif;
    color: #1F1F1F;
}

a {
    color: #1F1F1F;
}

/*#mainNavbar .nav-link:hover {*/
a:hover {
    color: #0C0C0C91;
}

.navbar-light .navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml;.."); */
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(252,253,248, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    color: white;
  }

  nav .navbar-nav li a{
    color: white !important;
    }


/* section .container-fluid {
    margin: auto;
    /* text-align: center; 
} */

/* img {
    display: block;
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 100%;
    margin: auto;
} */

@media (max-width: 992px) {
    /* #headingGroup h1 {
        font-weight: 100;
        font-size: 3rem;
    }

    .blurb h2 {
        font-size: 2rem;
    } */

    #mainNavbar .navbar-brand {
        color: black;
        /* opacity: .5; */
        background-color: rgba(204, 204, 204, .5);
    }
    
    /*body {
        background-image: url("../imgs/hero.jpg");
        background-image: url("https://flipoo.net/imgs/hero.jpg");
        background-size: 100%;
        width: 100%;
        height: auto;
    }*/
    .img-fluid {
        /*width: 100%;*/
        display: none;
    }
    

}

@media (max-width: 1400px) {
    
    body {
        background-image: none !important;
      }
      
    /* #headingGroup h1 {
        font-weight: 100;
        font-size: 3rem;
    }

    .blurb h2 {
        font-size: 2rem;
    } */

    a {
        color: #fcfdf8;
    }

}