

.section-gap{
    padding-top: 150px;
    padding-bottom: 50px ;
}


/*navbar styling*/
.img-thumbnail
{
    width: 60%;
}
#search-box
{
    margin-left: 3%;
}
#search-but
{
    margin-left: 2%;
}
.nav-item
{
    font-size: large;
}
.navbar-brand:hover {
    color: gold !important;
}

#search-but:hover {
    color: white !important;
}

/*news title*/
.news-title
{
    padding-bottom: 2%;
}

/*news picture refernce/ source/ info*/
.row .head-pic-ref
{
    font-style: italic;
}
.row .pic-ref
{
    font-style: italic;
    font-size: 83%;
    padding-left: 33%;
}


/*main story of news*/
.news-main
{
    font-size: 120%;
}
.news-source
{
    font-size: 120%;
    font-style: italic;
}

/*See also section*/
#see-also-img
{
    max-width: 100%;
}

#related-topics:hover
{
    color: blue !important;
    border-color: blue !important;
}

/*footer styling*/
#subscribe:hover {
    color: white !important;
}