.logo img{
    background: #ccc;
    width: 100px;
    height: 100px;
    padding: 5px;
}
.bg-blue {
    background: #005073 !important;
}
.title p{
    font-size: 40px;
    color: white;
    text-align: center;
}
.sub-title p{
    font-size: 25px;
    color: white;
    margin-top: -30px;
    padding: 0;
    text-align: center;
}
.notification{
    height: 530px;
    background: #ccc;
}
.notification marquee {
    height: 450px;
}
.notice-title{
    background: #63ace5;
    text-align: center;
    font-size: 20px;
    color: black;
    font-weight: bold;
}
.news-article {
    padding-left: 20px;
    background: #e7eff6;
    margin: 10px;
    color: black;
}
.news-article a:link,
.news-article a:visited {
    color: black;
}
.team-title {
    text-align: center;
    color: #03396c;
    font-size: 20px;
    font-weight: bold;
}
.heading {
    font-size: 20px;
    color: #03396c;
    font-weight: bold;
}
.question {
    background-color: #f3f3f3;
    margin-bottom: 10px;
    padding-left: 20px;
}