* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	padding-top: 20px;
}
/*reusable start*/
.visible {
	
	display: block !important;
	
}

.invisible {
	
	display: none !important;
	
}
.container {
	padding: 10px 20px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 200%;
	font-weight: bold;
}

.row {
  display: flex;
  flex-direction: row;
}

.col-1 {
  width: 100%;

}

.col-2 {
  padding: 10px 20px;
  width: 50%;

}

.col-3 {
  width: 33%;
  margin-left: 1%;		
}

.section {
	
	  padding: 20px 40px; 
}

.section-overview {
	color: black;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0);	
	padding: 100px 40px !important;
	background-color: #a52a2a2e;
}

.text-center {
	
	text-align: center;
}

.div-shadow {
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0);
	background-color: #6c1919bf;
	
}

.btn {
	border-radius: 50px;
	box-shadow: 0 0 20px rgba(0, 0, 0);
	width: 25%;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
}

.btn-primary {
	
	background-color: #6c1919bf;	
}

.btn-primary:hover {
	color: #6c1919bf;
	background-color: white;
	cursor: pointer;
	
}
/*reusable end*/

.navbar {
	padding: 20px 40px;
	width: 100%;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0);
	background-color: #6c1919bf;
}



.navbar a {
	color: white;
}

.logo {
	float: left;
}

.logo a {
	text-decoration: none;
}

.menu-trigger {
	
	float: right;
}

.clearfix {
	content: "";
	display: block;
	clear: both;
	
}

.menu {
	padding-left: 0px !important;
	list-style: none;
}

.menu li {
	
	margin-bottom: 20px;
	font-size: 50%;
}

.menu li a {
	
	display: block;
	background-color: white;
	color: brown;
	border: 1px solid black;
	box-shadow: 0px 0px 20px rgba(0, 0, 0);
	padding: 5px 5px;
	border-radius: 5px;
	text-decoration: none;
	
}

.menu li a:hover {
	
	display: block;
	background-color: white;
	color: brown;
	border-bottom: 1px solid black;
	box-shadow: 0px 0px 0px rgba(0, 0, 0);
	padding: 5px 5px;
	border-radius: 5px;
	text-decoration: none;
	
}

.menu li:first-child {
	
	margin-top: 50px;
}

.header {
	
	width: 100%;
	height: 75vh;
	padding: 20px 40px;
	margin: 20px 0px;
	background: linear-gradient(gray, gray), url("https://static.wixstatic.com/media/ba255b_8b8c13ce6df24be78f53551ee514ba3f~mv2.jpg/v1/fill/w_5632,h_3657,al_c,q_90/St._Anthony's_Shrine_Colombo_%202wix.jpg");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: -1400px;
	color: black;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0);
	text-align: center;

}

#overlay {
  position: absolute; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #91535333; /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.section-attachment {

	background: url("https://dbsjeyaraj.com/dbsj/wp-content/uploads/2019/06/FB_IMG_1560300996945-600x450.jpg");
			background-repeat: no-repeat;
	background-position-x: center;
	background-attachment: fixed;
	background-size: cover;
}

.section-mass-times {
	
	color: white !important;
}

.section-mass-times .col-1 {
	
	margin-bottom: 20px;
}

.section-mass-times .col-3 {
	
	font-size: 50%;
	margin-bottom: 20px;
}

.section-about-us, .section-about-us-2 {
	
	padding: 40px 20px;
}

.section-about-us-1, .section-about-us-3 {
	padding: 40px 20px;
	color: white;
}
.footer {
	padding: 120px 0;
	font-size: 50%;
	font-weight: normal;
	text-align: center;
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0);
	margin-bottom: 40px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.logo a, .menu-trigger a {
		font-size: 60%;
	}
	.header {
		font-size: 70%;
	}
	
	.section-overview {
		
				font-size: 60%;
	}
	
	
	.row {
		
		flex-direction: column !important;
	}
	
	.col-2, .col-3 {
		width: 100% !important;
	}
	
	.footer {
		font-size: 40%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	

}
