 .navbar, .navbar-expand-lg, .navbar-light, .bg-light {
	 background: #fff !important;
	 border-bottom: 1px solid rgba(0,0,0,.15);
 }
 
 .btn-outline-custom {
	 border: 1px solid rgba(0,0,0,.15) !important;
 }
 
 body {
	 padding-top: 90px !important;
	 color: #1d3e45;
 }
 
 .nav-item {
	 font-size: 1.5em;
	 margin-right: 30px;
 }
 
 a {
	color: #008dab;
 }
 
 a:hover {
	 text-decoration: underlined;
	 	 color: #11363e;
 }
 
 div.blogBody > a {
	text-decoration-line: underline;
	text-decoration-style: dotted;
 }
 
 /*Pagination begins here*/

div#paginator {
  	display: block;
  	padding: 0;
  	text-align: center;
  	clear: both;
	color: #444;
}

div#paginator a {
  	margin: 0 3px;
  	padding: 5px 12px;
  	font-weight: normal;
  	border: 1px solid #EAEAEA;
}

div#paginator a.arrow {
  	border: none;
}

div#paginator a.arrow:hover {
  	background: white;
  	color: #9093FF;
}

div#paginator a.current {
  	border: 1px solid #AAA;
}

div#paginator a:hover {
  	background: #00d2ff;
	color: #fff;
	text-decoration: none;
}

div#paginator span {
  	margin: 0 3px;
  	padding: 2px 6px;
}

div.blogBody > img {
	max-width: 100%;
}

.strong {
	font-weight: bold;
}