* {outline: none}


body {
    /*background-image: url("http://uptrendproductions.com/wp-content/uploads/2013/05/iStock_000002077265Medium.jpg");*/
    /*background-image: url('https://gator4253.hostgator.com:2083/cpsess9920347791/viewer/home3%2fablteife%2fpublic_html%2fBANKING%2fimages/iStock_000002077265Medium.jpg');*/
    
    /*Web Link*/
    /*background-image: url('https://uptrendproductions.com/wp-content/uploads/2013/05/iStock_000002077265Medium.jpg');*/
    
    
    background-position: center;
    background-size: 100%;
    /*background-color: black;*/
    margin: 0px;
}


nav {
    border-bottom: solid green 3px;
    padding: 10px;
    padding-bottom: 20px;
    background-color: rgb(0, 0, 0, 0.6);
}

.cMsrvc {
    border-radius: 12px;
}

.chase {
    border-radius: 20px;
    border: solid rgb(0, 128, 255);
    height: 70px;
    background-color: rgb(0, 128, 255, 0.1);
    padding-left: 40px;
    padding-right: 40px;
}

.homeIcon {
    height: 25px;
}

.homeBtn {
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 4px;
    border-radius: 5px;    
}

.climbThumb {
    background-color: black;
    padding: 5px;
    border-radius: 4px;
}

.bottomDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Duck_w_Cash {
    position: fixed;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    height: 200px;
    border: solid green 3px;
}

.audioCTRL {
    position: fixed;
    top: 60px;
    left: 10px;
    height: 30px;
    /* width: 200px; */
    border-bottom: solid green 6px;
    border-radius: 20px;
}

/* MEDIA QUERY */

@media only screen and (max-width: 640px) {

    div {
        display: flex;
        flex-direction: column;
        
    }
    
    hr {
        display: none;
    }

    .Duck_w_Cash {
        height: 100px;
    }





}