body, p{
	font-family: sans-serif;
	font-size: 16px;
}

main ul li{
	/*padding-bottom: 5px;*/
}

h1, h2, h3, h4, h5{
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}

main a, a{
    color: #155a55;
    text-decoration: none;
	transition: all 0.3s ease;
}

main a:hover, a:hover{
	color: #155a55;
	text-decoration:underline;
}	

.ctaBtn {
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px;
    letter-spacing: 1px;
    background-color: #2c6a66 !important;
    border: 2px solid #2c6a66;
    color: #fff !important;
	cursor: pointer;
}

.ctaBtn:hover{
	color: #fff !important;
	background-color: #4a9590 !important;
	border: 2px solid #4a9590;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,0);
}

.nav-main{
	background-color:#fff;
}

.top-info{
	text-align: right;
	font-size: 13px;
}

.top-info a:hover{
	text-decoration: none !important;
}	

.navbar{
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link {
    color: #555;
	font-size: 15px;
	padding: 5px 13px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #2c6a66;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #2c6a66;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #2c6a66;
}

.navbar-light .navbar-toggler {
	border-color: transparent;
}

.dropdown-menu {
	background-color: #e9e9e9;
	border-radius: 0px;
	padding: 0px;
	margin-top: -1px;
}

.dropdown-item {
	padding: 0px;
	background-color: transparent !important;
}

.dropdown-menu a {
	font-size: 15px;
	display: block;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.dropdown-menu li:last-child a{
	border-bottom: none;
}

.dropdown-menu a:focus, .dropdown-menu a:hover {
	background-color: #fff !important;
	color: #2c6a66;
}

.marTopFix{
	margin-top: -33px;
}

.banner{
	height: 700px;
}

.bgDarkGreen{
	background-color: #2c6a66;
	color: #fff;
	background-image: url(../../img/pattern-dark-stripes.png);
	background-repeat: repeat;
}

.bgDarkGreen h1, .bgDarkGreen h2, .bgDarkGreen h3, .bgDarkGreen p{
	color: #fff;
	text-shadow: 1px 1px 3px #333;
}

.homeBanner{
	background-image:url(../../img/couple.jpg);
}

.ripBottom{
	background-image: url(../../img/rip-bottom.png);
	height:33px;
	background-position: cover;
	position: relative;
	z-index:2
}

.ripTop{
	background-image: url(../../img/rip-top.png)
	;height:33px;
	background-position: cover;
	position: relative;
	z-index:2;
	margin-top:-33px;
}

.bgPatternDot{
	background-image: url(../../img/pattern-absurdity.png);
	background-repeat: repeat;
}

.bigText{
	font-weight: 600;
	font-size: 46px;
}

.bigTextX{
	font-weight: 600;
	font-size: 63px;
}

.bigTextEx{
	font-size: 72px;
	font-weight: 600;
}

.textAttention, .textPhone{
	font-size: 36px;
}

.brGrey10{
	border: 10px solid #eee;
}

.recent_obituaries{
	margin: 0;
	/* height: 350px; /* 280 */
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	/*
	background: #B1BC83;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	*/
}

.recent_obituaries ul{
	padding: 0 0 20px;
	margin: 0;
	/* background: #eee; */
	position: relative;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
}

.recent_obituaries ul li.obituary_list{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	background: #eee;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.recent_obituaries ul li.obituary_list a{
	padding: 15px;
	margin: 0;
	position: relative;
	display: block;
	background: #eee;

	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}

.recent_obituaries ul li.obituary_list a h5{
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.recent_obituaries ul li.obituary_list a p{
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 20px;
}

.recent_obituaries ul li.obituary_list a:hover{
	color: white;
	background: #155a55;
	text-decoration: none;
}

.recent_obituaries ul li.obituary_list a:hover p{
	color: white !important;
}

.recent_obituaries p{
	padding: 0;
	margin: 5px 0 0;
	position: relative;
}

.recent_obituaries img{
	max-height: 150px; 
	border: solid 1px #333333;
}

.recent_obituaries p a{
	color: #cde49f;
}

.recent_obituaries p a:hover{
	color: white;
	text-decoration: none;
}

.testimonial{
	border-radius:10px;
	background-color:#2c6a66;
	height: 100%;
	text-shadow: 1px 1px 3px #333;
	text-align: center;
}

.testimonial p{
	font-style: italic;
	color: #fff;
}

.footer {
    background-color: #111;
	
}

.footer a{
	color: #4a9590;
}

.footer a:hover{
	text-decoration: underline;
}

.copyright p{
	text-align: center;
	font-size: 14px;
	color: #fff;
}

/* XLarge devices (desktops, less than 1440px) */
@media (min-width: 1440px){
	.container {
		max-width: 1410px !important;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
		padding: 5px 11px;
	}
	
	.banner{
		height: auto;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
	.dropdown-menu a {
		font-size: 14px;
		padding: 5px 10px;
		color: #333;
	}
	
	.bigTextEx{
		font-size: 65px;
	}
	
	.copyright{
		font-size: 11px;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	
	.top-info{
		font-size: 11.5px;
	}
	
	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
	}
	
	.impact .border-left{
		border-left: none !important;
	}
	
	.impact .border-right{
		border-right: none !important;
	}
	
	.bigText{
		font-size: 36px;
	}

	.bigTextX{
		font-size: 42px;
	}

	.bigTextEx{
		font-size: 52px;
	}
	
	.textAttention, .textPhone{
		font-size: 24px;
	}
	
	.copyright{
		font-size: 12px;
		text-align: center;
	}
	
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.navbar-nav {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	
}
