.initialBanner{
    height: 200px;
}

.whatsHappening{
    width: 60%;
    color: white;
    float: left;
    background: -webkit-linear-gradient(bottom, white, #006dae);
    border-radius: 5px;
}

.whatsHappening h1{
    margin: 20px;
    font-size: 20px;
}

.alert{
    width: 35%;
    color: white;
    background: -webkit-linear-gradient(bottom, white, #006dae);
    border-radius: 5px;
    float: right;
}

.alert h1{
    margin: 20px;
    font-size: 20px;
}