
html {
    position: relative;
    min-height: 100%;
}

.ermis-content {
    padding: 100px 0 180px 0;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
 /*   height: 160px;*/
    z-index:10;
    overflow: visible;
    -webkit-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.75);
}


h1 {
        font-size: 36px;
}
h2 {
        font-size: 28px;
}
h3 {
        font-size: 22px;
}
h4 {
        font-size: 18px;
}
h5 {
        font-size: 15px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6  {
	font-weight: 400;
}

@media print {
	.modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto;
	}
	.fade:not(.show) {
		opacity: 0;
	}
	.modal {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1050;
		display: none;
		width: 100%;
		height: 100%;
		overflow: hidden;
		outline: 0;
	}
	.fade {
		transition: opacity .15s linear;
	}
}

/* Override mbr style to allow longer menu titles */
.cid-qTkzRZLJNu .nav-item a {
    padding: 10px 10px !important;
    width: auto;
    min-width: 0;
}
