html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.body {
    margin: 0;
    display: flex;
}

.all-content {
    display: flex;
}

.img-wrapper {
    margin-top: 10px;
    width: fit-content;
    margin: auto;
}

.logo {
    height: 250px;
}

.icon-container {
    background-color: #E8E8E8;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 25px;
}

.icon-item {
    padding: 5px;
    width: 23%;
    display: inline-block;
}

.icon {
    width: fit-content;
    background-color: white;
    border: solid 1px #A6A6A6;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
}

.icon img {
    width: 79px;
    height: 79px;
}

.icon-heading {
    text-align: center;
    color: #A6A6A6;
}

a {
    color: #EA420F;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.item {
    margin: 10px 25px;
}

.categories {
    display: flex;
    flex-direction: column;
    background-color: #FBD9CF;
    /*border: solid 1px #ccc;*/
    /*background-color: #F9F9F9;*/
    min-width: 15vw;
}

.orangeHeader {
    margin-top: 25px;
    background-color: #FBD9CF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 50px;
}

.body-container {
    margin: 25px auto;
    display: flex;
    justify-content: center;
}

.image_full {
    border: solid 1px #ccc;
    width: 100%;
    margin-bottom: 25px;
}

.col-right {
    margin: 0 25px;
    width: 60%;
}

.col-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: fit-content;
    width: 30%;
    margin-right: 10px;
}

.label-warning {
    padding: 15px;
    background-color: #FFCCCC;
    border-radius: 5px;
    width: fit-content;
    color: #D9534F;
}

.label-warning h3 {
    font-weight: bold;
    margin: 0;
}