@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Ubuntu';
    font-weight: 300;
}
nav + * {
    margin-top: 80px;
}
.navbar-default {
    border-radius: 0;
    background-color: #FFE400;
    border: 0;
}
.navbar-default ul li a {
    color:#000000;
}
.navbar-brand {
    position: relative;
    z-index: 3;
    height: auto !important;
}
.navbar-brand:hover {

}
.navbar-brand img {
    width: 150px;
    transition: all 0.2s;
}
.logoutLink {
    color:inherit;
}


.label-group > *:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.label-group > *:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item-hover:hover {
    cursor: pointer;
    background-color: #efefef;
}

.form-control {
    border-radius: 30px !important;
}
.btn {
    border-radius: 30px !important;
}
.input-group .input-group-btn {
    padding-left:10px;
}

.list-group li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.list-group li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.panel-default {
    border-radius: 10px;
}


.searchResults .title {
    font-size: 17px;
    font-weight: bold;
}
.searchResults .address {
    font-size: 12px;
    color: #777777;
}
.recentResults .title {
    font-size: 17px;
    font-weight: bold;
}
.recentResults .address {
    font-size: 12px;
    color: #777777;
}

.noContent {
    text-align: center;
    color:#777;
    border:1px solid #efefef;
    padding:25px;
}
.noContent .title {
    font-size:24px;
    font-weight: 800;
    margin: 20px 0;
}


.supplierCard h1 {
    margin-top: 0;
}

