
body {
    font-family: "Trebuchet MS", sans-serif;
    line-height: 1.3;
}

.navbar-brand img {
    width: 200px;
    padding: 5% 0;
}

.navbar {
    border-bottom: 1px solid #211F20;
}

.navbar a {
    font-weight: bold !important;
}

.navbar a.active {
    border-bottom: 2px solid #B6403E;
}

main {
    padding-top: 86px;
}

.top {
    background: #211F20;
    font-family: Georgia, serif;
}

.top img a {
height: auto;
    width: 100%;
    max-width: 900px;
}

h5 {
    color: #1C2953;
    padding-top: 20px;
}

h5 .box {
    width: 10px;
    height: 20px;
    background: #B6403E;
    margin-right: 3px;
    display: inline-block;
    vertical-align: -3px;
}

.btn.btn-danger {
    background: #B6403E !important;
}

.airplane {
    background: url(../bravarro_images/airplane.jpg);
    width: 100%;
    height: 500px;
    background-position: left top;
    background-size: cover;
}

.cell-phone {
    background: url(../bravarro_images/cell-phone.jpg);
    width: 100%;
    height: 500px;
    background-position: right;
    background-size: cover;
}

footer {
    background: #1C2953;
    color: white;
    text-align: center;
    padding: 10px;
}

.list {
    text-align: center;
    list-style: none;
    color: #1C2953;
    line-height: 2;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 0;
}

h3 {
    text-align: center;
    font-family: Georgia, serif;
}
