@media (min-width: 768px){
    .container{
        width: 750px;
    }
    .container > .navbar-brand{
        margin-right: 0;
        margin-left: 0;
    }
    .navbar {
        border-radius: 4px;
    }
    .navbar-brand{
        float: left;
    }
    .navbar-fixed-top, .navbar-fixed-bottom{
        border-radius: 0;
    }
}
@media (min-width: 992px){
    .container{
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container{
        width: 1170px;
    }
}    
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
div{
    display: block;
}
svg{
    color: #555555;
    margin-right: 2px;
    margin-bottom: auto;
}
#wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
#wrap > .container{
    padding: 40px 15px 0;
}
#footer{
    height: 60px;
    background-color: #f5f5f5;
    position: absolute;
    width: 100%; 
}
.breadcrumb{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb> li> a{
    text-decoration: none;
}
.container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.drop-right{
    padding-right: 15px;
    text-transform: uppercase;
}
.dropdown-menu .divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu.right.show {
    left: auto;
    right: 0;
}
.home{
    background-color: #e7e7e7;
}
.icons{
    display: flex;
    align-items: center;
    padding: 15px;
}
.icons-drop{
    display: flex;
}
.jumbotron{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: white;
    border-radius: 6px;
    padding-left: 60px;
    padding-right: 60px;
}
.logo{
    display: flex;
    justify-content: center;
}
.logo> img{
    height: 200px;
    width: 200px;
}
.menu-right{
    display: contents;
}
.navbar{
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand{
    float: left;
    padding: 15px 15px 15px 0;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-expand-lg{
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-expand-lg .navbar-brand{
    color: #777777;
}
.navbar-fixed-top{
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-top, .navbar-fixed-bottom{
    position:fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #555555;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #e7e7e7;
    color: #555555;
}
.navbar-nav .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.page-header{
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
.text-muted{
    color: #777777;
}
.text-hi{
    text-align: center;
    padding: 30px;
}
.text-muted> .credit{
    margin: 0;
    padding: 20px 0;
}
.text-muted> .credit> a{
    text-decoration: none;
}