h1, h2, h3, h4, h5, h6 {
    color: #3097d1;
}

input[type="text"], textarea, select {
    border-radius: 10px !important;
}

.panel-default {
    background-color: #e7edf1;
}

textarea {
    resize: vertical;
}

#inschrijf-image {
    max-width: 300px;
    float: right;
    margin: 0 0 20px 20px;
}

.remove_extra_bbq {
    font-size: 19px;
    color: #d9534f;
    cursor: pointer;
}

img{
    max-width: 100%;
}

.margin-up{
    margin-top: 20px;
}

.navbar{
    background-color: #fff;
    margin-bottom: 0;
    border: none;
    padding: 10px 0;
}

.navbar-brand{
    padding: 0;
}

.navbar-brand img{
    height: 50px;
    width: auto;
}

@media (min-width: 768px){
    .navbar>.container .navbar-brand{
        margin-right: 15px;
    }
}
