body {
	color: #8c8c8c;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 300;
	overflow-x: hidden;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.vgreen{
    color:#067d0a;
}
.vwhite{
   text-decoration: underline;
}
.vred{
    color:#a80707;
}
.vblack{
    color:#000000;
}
.vpurple{
    color:#7d0277;
}

.hideme{
    visibility: hidden;
}
.showme{
    visibility: visible;
}

.btn-warning {
    background-color:#cc9900;
    border-color: #cc9900;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-primary.warning, .open>.dropdown-toggle.btn-warning {
    background-color:#cc9900;
    border-color: #cc9900;
}
.skills {
	 max-width: 100%;
	 margin: 0px auto;
	 text-align: center;
    padding-bottom: 0px;
}
 .skills .hr-text {
	 font-size: 25px;
	 position: relative;
	 border: 0;
	 height: 1.5em;
}
 .skills .hr-text:before {
	 content: '';
	 background: linear-gradient(to right, transparent, #b2b2b2, transparent);
	 position: absolute;
	 left: 0;
	 top: 50%;
	 width: 100%;
	 height: 1px;
}
 .skills .hr-text:after {
	 content: attr(data-content);
	 position: relative;
	 display: inline-block;
	 color: black;
	 padding: 0 0.5em;
	 line-height: 1.5em;
	 color: #cc9900;
	 background-color: white;
} 

.switch-field {
	/*display: flex;
	margin-bottom: 36px;*/
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 10px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #cc9900;
	color: #ffffff;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/* This is just for CodePen. */

.form {
	max-width: 600px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.625;
	margin: 8px auto;
	/*padding: 16px;*/
}

.testimonial-quote {
    font-size: 18px;
    margin-bottom: 0px;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: gray;
   font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color: #75808a; 
    line-height: 1.4 !important;
    margin-bottom: 0rem;
    
}

/*
.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #81bedb;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}
*/

.testimonial-quote img {
    border: 3px solid #9CC1D3;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    /*top: -.2em; */
    left: 0;    
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
  
.testimonial-quote cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white; 
}

.testimonial-quote {
    position: relative; 
}

.testimonial-quote .quote-container {
    padding-left: 140px; 
}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px; 
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right; 
}

h2 { font-size: 2.2rem; }
.tm-thin-font { font-weight: 300; }

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1390px;
	overflow-x: hidden;
}

#more0 {display: none;}
#more1 {display: none;}
#more2 {display: none;}
/*
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
    
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
    top: 0px;
}
*/
.ulTitle{
    font-style: italic;
    
    padding-left: 50px;
    position: relative;
}

ul.timeline {
    padding-left: 200px;
    padding-right: 200px;
    list-style-type: none;
    position: relative;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}


.dbltap{
    visibility: hidden;
}

/* CONTAINERS */
main{
  margin: auto;
  /*max-width: 380px;*/
  max-width: 300px;
  margin-bottom: 150px;
}
.Saints{
  margin: auto;
  /*max-width: 380px;*/
  max-width: 300px;
  margin-bottom: 150px;
}
.cardSection{
    margin-top: 100px;
  background: #fff;
  border-radius: .25em;
  box-shadow: 0 .15em .175em hsla(0,0%,0%,.1);
  margin: 0.5em;
  overflow: hidden;
}
figure{
  height: 25em;
}
.indexfigure{
  /*height: 8em;*/
  height: 5em;
}
article{
  /*padding: 2em;*/
  padding: 0.5em;
}

/* IMAGE */
.cardImg{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* TYPOGRAPHY */
.cardh1{
  /*font-size: 22px;*/
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1;
  margin: .25em 0;
}
.cardp{
  line-height: 1.4;
}



@media (max-width: 1390px) {
	.container-fluid {
		padding-left: 5%;
		padding-right: 5%;
	}
}

/*
.tm-header{
    background-color: white;
    opacity: 0.8;
}*/

.tm-header-inner {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	/*height: 70px;*/
}

.tm-site-name {
	color: #cc9900;
	display: block;
	font-size: 2.6rem;
	font-weight: 400;
}

.tm-main-nav { font-size: 1.2rem; }

.navbar-nav .nav-link {
	border-radius: 6px;
	color: black;
	padding: 5px 20px;
    font-family: "Times New Roman", Times, serif;
}

.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
	color: white;
	background-color: #cc9900;
    font-weight: 400;

}

.tm-gold-text { color: #cc9900; }

.tm-section {
	/*padding-top: 20px;*/
	/*padding-bottom: 100px;*/
	margin-bottom: 50px;
}

.tm-section-contact {
    padding-top: 100px;
}

/*
.tm-home-img-container {
    background-image: url('../img/newhead.png');
    background-color: white;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}*/
.center{
      display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 90%;*/
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
    padding-right: 20px;
}

.tm-about-img-container { background-image: url('../img/tm-about-img.jpg');	}
.tm-blog-img-container { background-image: url('../img/tm-blog-img.jpg'); }
.tm-contact-img-container { background-image: url('../img/tm-contact-img.jpg'); }

.tm-about-img-container,
.tm-blog-img-container,
.tm-contact-img-container {
	background-size: auto 200px;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

.tm-title {
margin-bottom: 0rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-family: "Times New Roman", Times, serif
	
}

.tm-subtitle {
	font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 20px;
}

.tm-content-box {
	/*max-width: 310px; Removed Feb 07 2020 in order to make the bible verses wider*/
	margin: 0 auto;
}

h3 { font-size: 1.65rem; }
h4 { 
	font-size: 1.4rem;
	line-height: 1.6;
}

.blogheader{
    font-size: 1.2rem;
    color: #8c8c8c;
}

.tm-btn {
	color: white;
	background-color: #cc9900;
	border: none;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 30px;
}

.tm-btn:hover,
.tm-btn:focus {
	background-color: #906E09;
	color: white;
	outline: none;
}

.tm-btn-gray { background-color: #666666; }
.tm-btn-gray:hover,
.tm-btn-gray:focus {
	background-color: #515050;	
}

.tm-margin-b-15 { margin-bottom: 15px; }
.tm-margin-b-20 { margin-bottom: 20px; }
.tm-margin-b-30 { margin-bottom: 30px; }
.tm-margin-b-40 { margin-bottom: 40px; }
.tm-margin-t-big { margin-top: 90px; }
.tm-margin-t-mid { margin-top: 60px; }
.tm-margin-t-small { margin-top: 30px; }

.tm-text-link { 
	color: #006699; 
	line-height: 2.8;
	text-decoration: underline;
}
.tm-overflow-auto { overflow: auto; }
.tm-small-font { font-size: 1rem; }
.tm-related-post { margin-bottom: 40px; }
.tm-related-post:last-child { margin-bottom: 0; }
.media-left { padding-right: 25px; }
.media-body {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}

.tm-media-description { margin-bottom: 0; }

.tm-2-col-right { padding-left: 20px; }

.tm-footer {
	color: #c6c6c6;
	background-color: #191919;
	background-image: url('../img/classic-pattern-bg.png');
	font-size: 1rem;
	padding-top: 40px;
	padding-bottom: 20px;
}

.tm-footer-links-container { padding-left: 10px; }

.tm-footer-link {
	color: #CCCC66;
	line-height: 2.8;
	text-decoration: underline;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
	color: #CCCC66;
	text-decoration: none;
}
.tm-footer-thumbnail { margin-bottom: 5px; }

.tm-copyright-text { 
	color: #999999; 
	margin-bottom: 0;
}

hr { border-top: 1px solid #CCCCCC; }
/*p { line-height: 1.9; }*/
.morelessbtn{
     background-color: yellow;
}
.img-fluid-prayers{
    width: 100%;
}

.tm-gray-bg { 
	background-color: #CCCCCC; 
	color: black;
	padding: 30px 20px 20px;
}
.tm-light-bg { 
    text-align: center;
	/*background-color: #f6f7f2;*/ 
	color: #cc9900;
	padding: 30px 20px 20px;
	margin-top: 50px;
    margin-bottom: 50px;
}
.tm-footer-content-box-title { margin-bottom: 30px; }

.tm-img-post { margin-bottom: 30px; }

.tm-aside-r { padding-left: 30px; }

.form-control {
	border-radius: 0;
	font-size: 1.1rem;
	padding: 0.75rem 1rem;
}

.form-control:focus { border-color: #cc9900; }

.tm-form-description { margin-top: 30px; }
.tm-contact-form { padding-top: 20px; }

#google-map {
    height: 333px;
    width: 100%;
    margin-top: 40px;
}

.tm-contact-right { padding-left: 30px; }
.tm-p-small { font-size: 1rem; }

@media (max-width: 1199px) {
	.tm-2-col-left { padding-right: 0; }
	.tm-2-col-right { padding-left: 0; }
	.tm-text-link {
		line-height: 2.2;
	}
	.container-fluid {
		padding-left: 4%;
		padding-right: 4%;
	}
	 .tm-home-img-container {
    	background-image: url('../img/vatican1200.jpg');
    	background-size: auto;
    	background-position: center;
    	background-repeat: no-repeat;
    	height: 500px;
	 }
	 
	 ul.timeline {
    padding-left: 100px;
    padding-right: 100px;

    }
    .dbltap{
    visibility: visible;
}

}

@media (max-width: 991px){

	.tm-home-img-container {
		background:none;
		height: auto;
	}
	.tm-site-name {
    font-size: 1rem;

}

.dbltap{
    visibility: visible;
}

.tm-home-img-container {
    	background-image: url('../img/vatican1200.jpg');
    	background-size: auto;
    	background-position: center;
    	background-repeat: no-repeat;
    	height: 500px;
	 }

	.tm-subtitle { margin-bottom: 40px; }
	
	#tmNavbar .navbar-nav .nav-link { padding: 5px 10px; }
	.media { max-width: 240px; }
	.media-left {
		display: block;
		margin-bottom: 20px;
	}

	.tm-content-box { margin-bottom: 50px; }
	.tm-text-link { line-height: 2.4; }

		/*
	.tm-section {
		padding-top: 10%;
		padding-bottom: 10%;
	}*/


	.tm-2-col-left, .tm-2-col-right { 
		margin: 0 auto;
		max-width: 660px; 
	}
	
	.tm-margin-t-big { margin-top: 30px; }
	.media { max-width: 100%; }
	.media-left {
		display: table-cell;
		margin-bottom: 0;
	}

	.tm-footer-content-box { margin-bottom: 40px; }

	.tm-2-rows-md-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.tm-2-rows-md-down-1 {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;		
	}
	.tm-2-rows-md-down-2 {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
	}

	.tm-contact-right { 
		padding-left: 15px; 
		padding-top: 40px;
	}
	
	ul.timeline {
    padding-left: 100px;
    padding-right: 100px;

    }
    figure{
        height: 12em;
    }
}

@media (max-width: 897px) {
	.tm-btn {
		padding: 10px 15px;
		font-size: 1rem;
	}
	.tm-site-name {
    font-size: 1rem;

}
.dbltap{
    visibility: visible;
}

ul.timeline {
    padding-left: 50px;
    padding-right: 50px;

    }
    figure{
        height: 12em;
    }
}

@media (max-width: 767px) {
	.tm-main-nav {
	position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
	}
	
	.tm-home-img-container {
    	background-image: url('../img/vatican600.jpg');
    	background-size: auto;
    	background-position: center;
    	background-repeat: no-repeat;
    	height: 500px;
	 }
	 .dbltap{
    visibility: visible;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.tm-site-name {
    font-size: 1.3rem;

}
	#tmNavbar .navbar-nav .nav-item { float: none; }
	#tmNavbar .navbar-nav .nav-link { padding: 10px 35px; }
	#tmNavbar {
		background: #e2e1d7c7; 
		border-radius: 6px;
	}
	#tmNavbar .navbar-nav .nav-item+.nav-item { margin-left: 0; }
	.navbar-toggler {
		background: white;
		border-color: #cc9900;
		color: #cc9900;
		display: block;
		margin-left: auto;
		margin-right: 0;
	}
	.navbar-toggler:focus { outline: none; }
	.tm-content-box { margin-bottom: 50px; }
	
	.tm-2-col-left {
		padding-right: 0;
		max-width: 660px;
	}

	.tm-2-col-right { padding-left: 0; }
	.tm-margin-b-40 { margin-bottom: 25px; }
	
	.tm-copyright-text { padding-top: 0; }
	.tm-gray-bg { padding: 20px 20px 10px; }
	.tm-footer { padding-bottom: 15px; }

	.tm-2-rows-sm-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.tm-2-rows-sm-down-1 {
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;		
	}
	.tm-2-rows-sm-down-2 {
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
	}

	.tm-sm-m-b { margin-bottom: 20px; }
	.tm-aside-r { padding-left: 15px; }
	.tm-aside-container {
		max-width: 310px;
		margin: 0 auto;
	}

	.tm-blog-post {	padding-bottom: 10px; }
	.tm-content-box-contact {
		margin-top: 40px;
		margin-bottom: 0;
	}

	.tm-contact-row-related-posts {	margin-top: 40px; }
	
	 ul.timeline {
    padding-left: 20px;
    padding-right: 20px;

    }
    figure{
        height: 12em;
    }
}

@media (max-width: 543px) {
	.tm-footer-links-container { padding-left: 0; }
	.tm-xs-m-t { margin-top: 20px; }
	.tm-btn { padding: 10px 30px; }
		.tm-home-img-container {
    	background-image: url('../img/vatican400.jpg');
    	background-size: auto;
    	background-position: center;
    	background-repeat: no-repeat;
    	height: 250px;
	 }
	 figure{
        height: 12em;
    }
    .dbltap{
    visibility: visible;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

}

@media(max-width: 510px) {
	.media { max-width: 240px; }
	.media-left {
		display: block;
		margin-bottom: 20px;
	}
	/*
	.tm-section {
		padding-top: 10%;
		padding-bottom: 10%;
	}*/
	.dbltap{
    visibility: visible;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

	
	.tm-home-img-container {
    	background-image: url('../img/vatican400.jpg');
    	background-size: auto;
    	background-position: center;
    	background-repeat: no-repeat;
    	height: 250px;
	 }
		/*
	.tm-section {
		padding-top: 10%;
		padding-bottom: 10%;
	}*/

	.tm-subtitle { margin-bottom: 20px; }
	.tm-margin-b-40 { margin-bottom: 15px; }
	.tm-content-box { margin-bottom: 40px; }
	.tm-margin-t-mid { margin-top: 30px; }
	.tm-footer-content-box { margin-bottom: 40px; }
	.tm-footer-content-box-title { margin-bottom: 15px; }
	#google-map { margin-top: 25px; }
	.tm-map-section { margin-top: 50px; }

	.tm-contact-related-posts-container {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
		 figure{
        height: 12em;
    }
}

.fab {
  padding: 10px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fab:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-pinterest {
  background: #BD081C;
  color: white;
}

#rosary{
    padding-right: 10px;
}


input[type="text"]
{
    font-size:14px;
}
input[type="email"]
{
    font-size:14px;
}
textarea[type="text"]
{
    font-size:14px;
}

.CrossSpan{
    font-size: 100px;
}

.box {
  align-items: center;
  /*background-color: #7d0277;*/
  /*color: white;*/
  display: flex;
  justify-content: center;
  height: 300px;
  position: relative;
  width: auto;
   font-size: 30px;
}
.box:before {
  content: attr(data-caption);
  font-size: 22px;
  left: 20px;
  position: absolute;
  
  top: 20px;
}
.box strong {
  font-size: 000px;
}

.glow {
  font-size: 160px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
	from {
	  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #c2d0d3, 0 0 40px #eef3f7, 0 0 50px #f3fafd, 0 0 60px #ced4da, 0 0 70px #eff5ff;
	}
	
	to {
	  text-shadow: 0 0 20px #fff, 0 0 30px #e6e3e4, 0 0 40px #dedef3, 0 0 50px #e6eaff, 0 0 60px #edf0f7, 0 0 70px #f3f0fb, 0 0 80px #dadbe2;
	}
  }
   .btn {
	 display: inline-block;
	 text-decoration: none;
	 color: #000;
	 padding: 0px 12px;
	 margin: 0 15px;
	 border: 1px solid #000;
	 letter-spacing: 1px;
	 border-image: linear-gradient(to right,#000 15%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,#000 85%) 1;
	 transition: all .2s;
    /* font-size: 12px; */
     
     
}
 .btn:hover {
	 text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
 .btn:hover {
	 transition: all .2s;
	 background: rgba(255,255,255,0.2);
	 border: 1px solid #000;
}
.btnSmall {
	 display: inline-block;
	 text-decoration: none;
	 color: #000;
	 padding: 0px 12px;
	 margin: 0 15px;
	 border: 1px solid #000;
	 letter-spacing: 1px;
	 border-image: linear-gradient(to right,#000 15%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,#000 85%) 1;
	 transition: all .2s;
   font-size: 10px; 
     
     
}




@supports (display: grid){
  @media only screen and (min-width: 768px){
    main{
      display: grid;
       /*grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));*/
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      grid-gap: 1.5em;
      max-width: 1140px;
      padding: 1.5em;
    }

    section{
      margin: 0;
    }
  }
}

@supports (display: grid){
  @media only screen and (min-width: 768px){
    .Saints{
      display: grid;
       /*grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));*/
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      grid-gap: 1.5em;
      max-width: 1140px;
      padding: 1.5em;
    }
    
    section{
      margin: 0;
    }
    
  }
}

 .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#spanMenu{
    font-size:30px;
    cursor:pointer;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.blogdate{
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
 .pweight{
    font-weight: 600;
    font-style: italic;
}
.readMore{
    cursor: pointer;
}

.boxshadow{
    background-color: #d9d9d9;
    padding: 5px 5px 5px 5px;
}
.wrapingimage  
{  
float: left;   
padding-right: 20px;
} 
#pTitle0{
    display: inline-block;
  margin: 0;
}
#pTitle1{
    display: inline-block;
  margin: 0;
}

table, th, td ,img{
              
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
}
table{
    width:100%
}
    td {
              
    background-color: #f2f2f2;
}