@import "colorful.css";

body {
    font-family: 'Quicksand', sans-serif !important;
}

.jumbotron {
    background-color: #f3f9fe;
}
.jumbotron a {
    color: black;
}

a {
    color:#2b5e88;
}
.card-header {
    font-style: bold;
   
}

#hack-title {
    border:none;
}
.card-img-top {
    width: 100%;
    object-fit:cover;
}

.nav-link {
    font-size: 14px;
}
.oversized-img {
    width:auto;
    height:198px;
    display:block;

}

#weather-img {
    height:300px;
    width:auto;
    display:block;
}


.badge img {
    width:23px;
    height:23px;
}

.row-margin {
    margin: 20px;
}

.d-inline {
    padding:20px !important;
}

footer {
    background-color: #f3f9fe;
}

a.icon {
    text-decoration: none;
}

.form-check-input:disabled~.form-check-label {
    color:black;
}

div.snippet pre {
    background: #F5F5F5;
    padding: 10px;
    overflow-x: auto;
    font-size: 12px;
    border: none;
    border-radius: 5px;
}





