h1, h2, h3 {
	color:#002B57;
	font-variant:small-caps;
}
#maincontent  {
	padding:0% 2%
}

#maincontent div {
	border-radius:25px;
}
.clsLinks{
	border:1px solid #CCC; 
	width:60%; 
	display: inline-block; 
	text-align: left; 
	margin:1%; 
	padding:1%;
}
hr{
	border: 3px solid #267C90;
	border-radius: 5px;
}
.btn{
	background-color:#002B57;
}

.img-responsive {
    margin: 0 auto;
	border-radius: 5px;
}
.cls_Column1{
	background-color:green;
	width:80%
}
.cls_Column2{
	background-color:red; 
	
}

/* Center the iframe and make it responsive */
.ckeditor-iframe-container {
    position: relative;
    width: 100%; /* Full width */
    max-width: 800px; /* Optional: Limit the width */
    margin: 0 auto; /* Center the iframe container */
    padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
    height: 0; /* Required for padding trick */
}

.ckeditor-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Full width of the container */
    height: 100%; /* Full height based on aspect ratio */
    border: none;
	pointer-events: none; 
}

.ckeditor-iframe-container:hover iframe {
    pointer-events: auto; 
}