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

.ruler {
    background-color: #E0E0E7 !important;
}

.ruler-height {
        height: 20px; 
}

.headline p {
	font-family: 'Bevan', cursive;
	color:#2e4d83;
	font-size:24px;
	line-height:24px;
	
}

li {
    line-height: 30px;
}

.small {
    font-size: 10px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

.nav-item {
    min-width: 120px !important;
}

.nav-link {
    color: darkslateblue !important;
    font-weight: bold;
}

.regal {
    background-color: #30305D !important;
}

/* ============ mobile view ============ */
@media all and (max-width: 574px) {
    .carousel-item img {
        height: 200px;
    }
    
    .headline p {
            font-size:16px;
    }

}	
/* ============ mobile view .end// ============ */
