body {

}

.logo {
    width: 25%;
    margin: 15px 0;
}

.item-title h5, .item-title h6 {
    display: inline;
    vertical-align: top;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: -1px;
}

.articleGroup h2, .articleGroup a {
    display: inline;
    vertical-align: top;
}

.item-title h6 {
    color: #00b44e;
}

.text-right {
    float: right;
}

.card-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.card {
    border: none;
    margin: 10px 0;
}

.article-img{
    border-radius: 100px;
}

.articleGroup {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
    min-height: 80px;
    border-bottom: 1px grey solid;
    text-align: center;
    padding-top: 25px
}

.navigation {
    z-index: 100;
    height: 80px;
    max-width: 100%;
    margin-top: 20px;
    background-color: orange;
    border-radius: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.navigation a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
}

.navigation p {
    margin-top: 25px;
}

.arrow-up {
    padding-top: 10px;
    color: orange;
    text-decoration: none;
    font-weight: bold;
}

.footer {
    z-index: 200;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px grey solid;
    background-color: white;
    text-align: center;
    min-height: 80px;
}

.footer-text {
    margin-top: 20px;
    text-decoration: none;
    color: black;
}

.footer-text:active,.footer-text:active,.footer-text:active:focus {
    color: black;
}

.footer-text.active {
    color: orange;
}

.footer-text i{
    font-size: 25px;
}

.modal-header{
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.modal-body{
    overflow-y: scroll;
    max-height: 350px;
}

.btn-close{
    opacity: 1;
    color: white;
    top: 0;
}

.modal-footer{
    display: block;
}

.btn{
    background-color: transparent;
    color: black;
    border-radius: 5px;
}

.btn-primary{
    border-color: orange;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
    border-color: orange;
    background-color: orange;
    color: white;
    box-shadow: none;
}

.btn-danger{
    border-color: darkred;
}

.btn-danger:active, .btn-danger:focus{
    border-color: darkred;
    background-color: darkred;
    color: white;
    box-shadow: none;
}

.cart-text{
    display: inline;
    vertical-align: top;
}

.cart-card{
    margin: -15px 0;
}

.article-list{
    margin-bottom: 100px;
}

.trash{
    font-size: 25px;
    background-color: transparent;
    border: none;
    display: block;
    padding: 0;
}

.float-left{
    text-align: left;
    float: left;
}

a{
    text-decoration: none;
}

input:focus{
    box-shadow: none !important;
    border-color: orange !important;
}

textarea{
    min-height: 150px !important;
    overflow: scroll;
    resize: none;
}

textarea:focus{
    box-shadow: none !important;
    border-color: orange !important;
}

.togo-i {
    position: absolute;
    left: 20px;
    font-size: 50px;
}