/* Resets default font color and style and for page */
* {
    color: #ffffff;
    font-family: 'Mukta', sans-serif;
}
h4, p, i {
    font-family: 'Mukta', sans-serif;
}

/* Changes font color for favorites add confirmation message */
.favConfirm {
    color: #000000;
}

/* Changes font for the logo */
.logo {
    color: #fafafa;
    background-color: #00000000;
    font-size: xx-large;
    font-family: 'Pacifico', cursive;
}
.logo2 {
    color: #000000;
    font-size: xx-large;
    font-family: 'Pacifico', cursive;
}
.logo:active {
    color: #fafafa;
}
.logo:visited {
    color: #fafafa;
}
.logo:hover {
    color: #80dbff;
    font-size: xx-large;
    font-family: 'Pacifico', cursive;
}

/* Recolors navbar */
.top-bar, .top-bar-left .menu {
    background: #0c0c0c;
}
.top-bar {
    box-shadow: 10px 10px 5px #0000008c;
    border-bottom: 1px solid #000000;
}

/* favorites icon in the navbar */
#favsModalBtn {
    margin: 20px 20px 10px 10px;
}
.favMenuBtn {
    font-size: large;
}
#favsModalBtn:hover {
    color: #80dbff;
}

/* sets bitcoin background */
body {
    background:  #000000db url("../images/background.png") no-repeat fixed center;
    background-position: center;
    background-repeat: repeat;
}

/* alters attributes for list items (and deletes bullets) */
ul {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    list-style-type: none;
}
li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
    float: none;
}

/* Changes color for main content boxes, adds border radius */
.row {
    margin: auto;
    padding: 10px 20px 10px 20px;
    width: 100%;
    align-content: center;
    align-items: center;
}
.callout {
    background-color: #0c0c0c;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #0000008c;
    margin: 0px 0px 30px 0px;
}

/* Altering buttons and search to give more personal flair */
.button {
    color: #0c0c0c;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #80dbff;
    margin: 5px 5px 5px 5px;
    height: 40px;
}
.button:hover {
    font-family: 'Mukta', sans-serif;
    background-color: #4e3f98;
}
.clearBtn {
    margin: 5px 5px 5px 5px;
}
.search {
    border: 1px solid #000000;
    border-radius: 5px;
    height: 40px;
    width: 150px;
    display: inline-flex;
}
.hideBtn {
    display: none!important;
}

.favIconModal {
    color:black
}

/* Up and down icon for crypto and stocks(if we want to use them) */
/* <i class="fas fa-level-up-alt"></i> on fontawesome */
.fa-sort-up {
    color: #8bfa7a;
}
.fa-sort-up:hover {
    color: #8bfa7a;
}
/* <i class="fas fa-level-down-alt"></i> on fontawesome */
.fa-sort-down {
    color: #f38066;
}
.fa-sort-down:hover {
    color: #f38066;
}

.alert{
color: rgb(3, 11, 82);
border-color:rgb(241, 6, 6)
}

.added-bloop {
    opacity: 0;
    color: #00762b;
}

.not-avail-message {
    text-align: center;
}