@charset "UTF-8";
/* CSS Document */

.color1-bkg {  background-color: #131C1C!important; }
.color2-bkg {  background-color: #0E4749!important; }
.color3-bkg {  background-color: #95C623!important; }
.color4-bkg {  background-color: #909090!important; }
.color5-bkg {  background-color: #F0F0F0!important; }

.color1 {  color: #131C1C!important; }
.color2 {  color: #0E4749!important; }
.color3 {  color: #95C623!important; }
.color4 {  color: #909090!important; }
.color5 {  color: #F0F0F0!important; }


.site-navbar .site-navigation .site-menu > li > a {
    color: #95C623 !important;
}

.btn-primary {
    color: #fff;
    background-color: #0E4749;
    border-color: #0E4749;
}

.site-footer {
    background: #131C1C;
	 border-top:15px solid #0E4749;
}

.site-footer .footer-heading {
    color: #95C623;
}

.btn-primary:hover {
    color: #333333;
    background-color: #95C623;
    border-color: #95C623;
}

a {
    color: #1787B6;
    text-decoration: none;
    background-color: transparent;
}

strong { font-weight:bold!important;}

p, li {text-align: justify!important;}

.list-unstyled li {text-align: left!important;}

