.strongtag{font-weight: bold;}
.boldtag{font-weight: bold;}
.h1{font-size: 20px; margin: 0 0 0 0; padding: 0 0 0 0;}
.h1{font-size: 20px; margin: 0 0 0 0; padding: 0 0 0 0;}
.animation{animation: blinker 1.2s linear infinite; color: darkorange !important}
.bluecolor{color: blue}
.generaltxt{margin-bottom: 25px; text-align: center; padding: 0 40px;}

.mytags{ margin: 0px !important; padding: 0px !important;}

.header__nav p{color: #ffffff; margin: 0 0 15px 0; padding: 0 0 0 0; line-height:normal;}
.header__nav p{font-size: 12px; color: #8F8F8F;}
.header__nav p+p{font-size: 12px; color: #8F8F8F;}

.entry__title{margin-bottom: 10px !important;}
.entry__excerpt p{color: #7f7f7f;}
.entry__excerpt p span{color: #000000;}
.entry__excerpt p a{text-decoration: underline;}
.entry__excerpt p a:hover{text-decoration: none;}

.entry__excerpt h3{font-size: 18px; color:#3B3B3B; margin: 0 0 15px 0; padding: 0 0 0 0;}
.entry__excerpt ul{margin: 0 0 10px 15px; padding: 0 0 0 0;}
.entry__excerpt ul li{ list-style: circle;}
.entry__excerpt ul li span{ font-weight: bold;}

.tenant{display: none;}
.footer__copyright{}
.s-footer a{color: #fff;}
.footer__copyright span::after {content: none;}

.footer-highlight{font-size: 11px; line-height: 14px;}
.s-footer .footer-tags{font-size: 11px; line-height: 14px; }
.s-footer .footer-tags a{text-decoration: none;color:#7f7f7f;}
.s-footer .footer-tags a:hover{text-decoration: underline; color: #33998a;}

.renedout{background-color:#FFD3D4 !important;}
.blink {
            animation: blinker 1.5s linear infinite;
            color: green;
            font-family: sans-serif;
        }
        @keyframes blinker {
            50% {
                opacity: 0;
            }
        }
.abouttxt{ font-size:1.5rem; line-height: 1.5; background: #fff; padding: 10px 20px;}
.abouttxt h4{ font-size:2.5rem; line-height: 1.5; margin: 0 0 10px 0; }
.abouttxt h5{ font-size:2.0rem; line-height: 1.5; margin: 0 0 10px 0; }
.abouttxt ul{margin: 0 0 10px 0; padding: 0 0 0 35px;}
.abouttxt ul li{margin: 0 0 0px 0; padding: 0 0 0 0;}
.abouttxt ul strong{background: #FFED00; padding: 0 1px 0 1px;}
.abouttxt ul li span{font-weight: bold;}

.abouttxt p{ font-size:1.5rem; line-height: 1.5; background: #f0000; margin: 0 0 10px 0; padding: 0 0 0 0;}
.abouttxt p a{ }
.abouttxt p a:link{ }