  /*!
 * Add custom css for this site here:
 */
 

/*.navbar-brand h1, .navbar-brand .tagline_holder {*/
/*    width: 530px!important;*/
/*}*/
 .fa-giphy {
	 background:#444;
	 background-image: url(https://niu.edu/social-media/images/giphy-after.svg);
}
 .fa-giphy:hover {
	 background-image: url(https://niu.edu/social-media/images/giphy-before.svg);
}
/* for footer social, using linked image instead of social icon*/
 .social a.fa-giphy {
	 background: #444;
	/* width: 30px;
	 */
	 border-radius: 50%;
	 padding: 8px 0px 4px;
}
 .social a.fa-giphy img{
	 width:30px;
	 height:30px;
	 margin-bottom: 5px;
}
 .social a.fa-giphy:hover {
	 background: #999;
}
.social .fa-blogger,
.social .fa-blogger-b{
    background: #f78f32;
    /*background-image: url(https://niu.edu/images/social_media_icons/blogger-icon-after-small.svg);*/
}
main .social a.icon-link {
    text-decoration: none;
    border-bottom: 0px!important;
    padding-bottom: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7 {
font-family: Georgia, Times, 'Times New Roman', serif;
color: #c8102e!important;
}
.navbar-brand h1, .navbar-brand .tagline_holder {
    width: 525px!important;
}

@media (min-width: 319px) and (max-width: 767px){
.navbar-brand .tagline_holder, .navbar-brand h1 {
    width: 300px!important;
}
}