@charset "UTF-8";
/* CSS Document */

img.rssfeed {
    height: 35px;
}

.latest {
    max-height: 650px;
    overflow-x: hidden;
overflow-y: auto;
}

.newsevents img {
    width: 60px;
    height: 40px;
}
.newsentry p, .newsentry a {
    font-size: 0.85rem;
}
.newsentry .card-body {
    font-size: 0.6rem;
}

.newsnlmnih a.active {
    color: #fff;
    text-decoration: underline;
}



.contacts p {
    line-height: 1.2;
}

.blogs_youtube p {
    font-size: 0.75rem;
  line-height: 1.3;
}

.card.researchupd {
	background-color: #6c3a77;
}
.card.nihannounce {
    background-color: #0d5d02;
}

.blogs_youtube .card {
  border: 2px solid rgba(0, 0, 0, 0.125);
border-radius: 0.7rem;
}
.blogs_youtube img {
    border-radius: 0.7rem 0 0 0.7rem;
}

.twfeed {
    max-height: 780px;
    overflow: scroll;
}

.badge {
    font-weight: normal;
    font-size: 0.9rem;
}

/*Media*/

@media (max-width: 1279px) and (min-width: 1080px) {
  img.rssfeed {
    height: 30px;
}
  .top p, .announcement-feed a {
    font-size: 0.8rem;
}
  .form-control {
    font-size: 0.85rem;
}
  .top h3 {
    font-size: 1rem;
}
  
}

.timeline .stream {
overflow: hidden;
position: relative;
width: 100%;
}

	.whitehousecard {width: 30rem;}



@media (max-width: 1080px) {
  
.top .text-white p,  .top .form-control, #button-subscribe,   .announcement-feed > a, .contactnews {
    font-size: 0.7rem;
}
.blogs_youtube .card-text {
    font-size: 0.9rem;
}
}


@media (max-width: 1279px) (min-width: 992px) {
  
  .contacts p strong {
    font-size: 0.9rem;
}
}


@media (min-width: 992px) {	
.card-body {
    font-size: 0.8rem;
}		
}

@media (max-width: 560px){
.newsentry img, .blogs_youtube img {
    max-width: 90px !important;
}
}

		@media (max-width:400px){
			
					.whitehousecard {width: 26rem;}
			
		}
