.wordmark {    background: #00008b !important;
    border-top: 1px solid #00008b !important;
    border-bottom: 1px solid #00008b !important;
    padding:18px 0px!important;
}
.wordmark a {background:transparent url(../img/logo.png) 0 0% no-repeat!important;}
.features {    background-color: white;
    width: 275px;
    margin: 10px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    box-shadow: 10px 4px 18px 0 rgba(0, 0, 0, 0.9);
    border-top: 12px solid #EE3335;
    padding-top: 25px;
    border-radius: 20px;
    font-family: 'Acme', sans-serif;
}

.features .button {    position: static;
        box-shadow: 3px 3px 7px 0 rgba(0,0,0,0.2), 3px 3px 7px 0 rgba(0,0,0,0.2);
    text-align: center;
    margin: 6px;
    border-radius: 7px;
    font-weight: 900;
    font-size: 12px;
    padding: 8px;
    display: inline;
    background-color: #313131;
}


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 190px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 40px 12px;

}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}

.about3 {font-size:22px;font-weight:bold;} .uls{margin-left:30px;} b {font-weight:bold!important;}


