html{
	  scroll-behavior: smooth;

}


.mobile-only{

	display: none;

}



.desktop-only{

	display: block;

}


.swiper.home-slider{
	height: 550px;
}


@media screen and (max-width:765px){

	.mobile-only{

		display: block;

	}



	.desktop-only{

		display: none;

	}	

}



header .navbar-brand img {
    max-height: 100px !important;
}

header .navbar-brand {
   
    padding: 10px 0;
}





.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color:#000000;
}

#map iframe{
	width:100%;
	height: 550px;
}

.events-calendar .time-table-box{
	flex-basis: 14.1%;
}

.events-calendar .nav .nav-link{
	padding: 10px 30px!important;
}

.events-calendar .time-table{
	flex-wrap: wrap;
}

/*.brooke-videos iframe{
	width:560px; 
	height:315px; 
}*/

/*.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.wpcf7 p{
	margin-bottom: 0!important;
}

.blog-classic .card .blog-image a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 90px 0;
}

.blog-classic .card .blog-image img{
	position: absolute;
	transform: translateY(-50%);
}

.grid-item a{
	height: 70px;
}

.research-books p{
	height: 90px;
}

.page-title-parallax-background .bg-gradient-dark-gray-brown{
	opacity: .2;
}

.com-points img{
	height: 200px;
    /* max-width: none; */
    object-fit: cover;
}