/* This line inserts styles from the old location for styles, if you have a new site or if you've created your style from scratch recently,  you can remove this line */
/* Redesign*/

@font-face {	font-family: 'MontserratRegular';	src: url('https://stcolumbas.ptly.eu/uk/stcolumbas/uploads/font/MontserratRegular.woff') format('woff');
}

h1,
h2,
h3,
h4,
h5,
h6 {	font-family: MontserratRegular;
}
body,
td,
td.cell,
p,
ul,
li {	font-family: arial !important;
}

#menuContainer .dropdown-menu>li>a:hover {	color:#fff;	/*font-size:XXX;*/
background-color:#68011a;
background-image: none;
}

div#lowerFooter {
    border-top: 4px solid #fff;
}

div#lowerFooter td a {color:#fff;}

div#headerContainer {
    text-align: center;
}
/* Drop down last menu item -background color reset*/
#navbar ul.dropdown-menu li:last-child {
     background: transparent !important;
}
  #menuContainer{
  background-color:#68011a;
  }
.desktop .is-overlay-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(#0f0f13db,transparent);
}
div#lowerFooter {
    background-color: #2e2e2e !important;
}

#menuContainer .navbar-default,
#menuContainer .navbar-inverse {	background-image: none !important;	background-color: transparent !important;	border-color: transparent !important;	box-shadow: none !important;
}

#menuContainer .navbar-default .navbar-nav>li>a {	color: #fff;	font-weight   :bold;
font-family:MontserratRegular;
}

#menuContainer .dropdown-menu>li>a {
font-family:MontserratRegular;}


/*#menuContainer nav.navbar.navbar-default {
    width: 52% !important;
    margin-left: 47vw;
    top: -124px;
}*/

ul.nav.navbar-nav.sm li:last-child {
    /* background-color: aqua; */
    background: linear-gradient(to right, rgb(104, 1, 27) 0px, rgb(214, 0, 53) 100%);
    border-radius: 30px;
}
/******************************/


/* Insert your site style here */


/*To BEGIN: Please Uncomment this section before modifying Default Menu Styles */

/*#menuContainer .navbar-default,
#menuContainer .navbar-inverse {
	background-image: none !important;
	background-color: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}*/


/*1) Edit here to change the HEADER style */

div#headerContainer {
	/*padding: 15px;*/
	/*background-color: #ddd !important;*/
	/*text-align: left;*/

}


/* 2) Edit here to change the MENU BACKGROUND color*/

#menuContainer {
	/* background-color:XXX;*/
}


/*3) Edit here to change the main MENU FONT style*/

#menuContainer .navbar-default .navbar-nav>li>a {
	/*color: XXX;*/
	/* font-size:15px;*/
}


/* 4)Edit here to change the SUBMENU DROPDOWN BACKGROUND color */

#menuContainer ul.dropdown-menu {
	/*background-image: none;*/
	/*background-color:XXXX;*/
}


/* 5)Edit here to change the SUBMENU DROPDOWN FONT style */

#menuContainer .dropdown-menu>li>a {
	/*color:XXX;*/
	/*font-size:XXX;*/
}


/* 6)Edit here to change the FONT family*/

@font-face {
	/*font-family: 'Font1';*/
	/*src: url('Full Path of woff') format('woff');*/
}

@font-face {
	/*font-family: 'Font2';*/
	/*src: url('Full Path of woff') format('woff');*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: Font1;*/
}

body,
td,
td.cell,
p,
ul,
li {
/*	font-family: Font2;*/
}

/*For the entire site */

* {
/*	font-family: Font1;*/
}