﻿
.hidden-xs.hidden-sm {
    margin-bottom: 20px;
}

span.info-icon {
    border: 3px solid #505050;
    border-radius: 50%;
    display: inline-block;
    font-size: 55px;
    width: 140px;
    height: 140px;
    line-height: 136px;
    vertical-align: middle;
    text-align: center;
        margin-bottom: 10px;
}
#transportation {
    background-color: #005ca6;
}
#transportation span.info-icon {
    color:#fff;
        border: 3px solid #fff;

}
#transportation h2,#weather h2{
    color:#fff;
    
}
h2{font-size:40px !important;
   margin-top:20px !important;
}
#transportation a{
    color:#fff;
}
#weather a{

}
.call-to-action {
    color: #fff;
    background: #005ca6;
    padding: 50px 0;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.info-details {
    color: #fff;
    background: #003a71;
    padding: 50px 0;
}
.info-details h2,.info-details a{color:#fff;}
.map {
    height: 600px;
}