.navbar {
    background-color: #334f81;
    background: rgba(51,79,129,0.9);
    border-radius: 0;
    border-color: transparent;
}
.navbar-brand {
    padding: 5px 15px 5px 0;
}
.navbar .navbar-brand img {
    height: 40px;
}

body>.container:first-of-type {
    margin-top: 65px;
    margin-bottom:65px;
}

.row + .row.double-spaced {
    margin-top: 2rem;
}

.well {
    border-radius: 0;
    border-color: transparent;
}

.map-column {
    min-height: 500px;
}
.map {
    position: absolute;
    top: 0; bottom: 0;
    left: 15px; right: 15px;
}

/*.legend {
    position: absolute;
    bottom: 25px;
    left: 10px;
    padding: 10px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    font-family: sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    text-shadow: none;
    color: #000;
}*/
.legend ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.legend-field-color {
    box-sizing: border-box;
    display: inline-block;
    height: 18px;
    width: 18px;
    border-style: solid;
    border-width: 2px;
}
.legend-field-color.att {
    border-color: #ff7200;
    background: #ff7200;
}
.legend-field-color.sprint {
    border-color: #ffe100;
    background-color: #ffe100;
}
.legend-field-color.tmobile {
    border-color: #e20074;
    background-color: #e20074;
}
.legend-field-color.verizon {
    border-color: #ff0000;
    background-color: #ff0000;
}

.graphic-column {
    min-height: 200px;
}
.graphic {
    position: absolute;
    top: 0; bottom: 0;
    left: 15px; right: 15px;
}
svg .att {
    stroke: #ee6600;
    fill:   #ff7200;
}
svg .sprint {
    stroke: #eedd00;
    fill:   #ffe100;
}
svg .tmobile {
    stroke: #dd0066;
    fill:   #e20074;
}
svg .verizon {
    stroke: #ee0000;
    fill:   #ff0000;
}
footer {
    padding: 15px;
}
a {
    color:#334EC3;
}
.top-social-icons {
    float:left;
    padding-right:10px;
}
.social {
    padding: 15px 15px;
}