@charset "utf-8";

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #fff
	}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #960200;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #960200;
    color: #f60;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(195,195,195,1.00);
    color: #960200;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(150,2,0,.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: rgba(236,240,241,0.7);
    color: rgba(0,0,0,1.00);
}
.navbar-brand {
    background-image: url(../images/clogo_CecilC.svg);
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding-left: 50px;
    background-position: 25px 225
}
#carousel1 {
    margin: -10px -14px 1px;
}
.carosel-inner>.item>ing,
.carosel-inner>.item>a>ing {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    width: 100%;
    background-color: #C3C3C3;
    color: #960200;
    text-align: center;
}
