@media (min-width: 768.98px)  {
    .islandLogo{
        width: 115px;
        height: 100px;
    }

    .contact_btns{
        display:none;
    }


    img{
        border-radius: 4px;
    }

    body{
        background-image: url('../img/bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 80%;
        margin: auto;
    }



    .navbar{
        height: 135px;
        border-radius: 4px;
    }

    .navbar-dark .navbar-nav .nav-item .nav-link:focus,
    .navbar-dark .navbar-nav .nav-item .nav-link:hover {
      color: #00ffff;
    }
     .nav_name{
           padding-left: 10px;
           font-size: x-large;
         }

    div.custom{
        padding: 25px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        color:black;
    }

    a.contact_info{
        font-size: smaller;
    }




}

@media (max-width: 767.98px)  {
    body{
        background-color: #1b1d1f;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        margin: auto;
    }

    .container{
        margin: 0 auto;
    }

    .islandLogo{
        width: 55px;
        height: 45px;
    }

    .nav_name{
           padding-left: 0px;
           font-size: x-large;
         }
 }

 @media (max-width: 375.98px)  {
    .islandLogo{
            display: none;
        }
}

.subtext{
        color: red;
        font-size: x-small;
        font-weight: bold;
    }

    .pricing{
            color: #41414A;
            font-size: medium;
        }
        .container{
                border-radius: 4px;
                margin-top: 10px;
                margin-bottom: 10px;
                background-color: white;
            }