body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans",serif;
  font-size: 12px;
  color: #424242;
}

.nav .open{background-color:#f0f0f0;;}
.inline-block {
            display: inline-block;
            vertical-align: top;
    }

.d-text
  { 
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.58;
    letter-spacing: -.003em;
  }

h1, h2, h3, h4, h5 {
  margin: 0; 
}

header, nav, footer, section, article, div {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


/*
 *
 * Common
 * 
 */

.news__more {
  float: right;
  font-size: .8em;
  color: #333;
  text-decoration: none;
}


/*
 *
 * Header
 *
 */

.header {
  min-height: 56px;
  transition: min-height 0.3s;
  border-bottom:1px solid #f0f0f0;
  margin-bottom:30px;
}

.header__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header__logo {
  height: 42px;
  margin-right: 1em;
  vertical-align: top;
  margin-top: 12px;
}

.header__title {
  font-weight: 400;
  font-size: 3em;
  margin: 0.1em 0.25em 0.1em 0.5em;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6) !important;
  fill: rgba(0, 0, 0, 0.6) !important;
}

#signin
{
  float:right;
  margin: 0.6em 0em 0.1em 0em;
}

a {
  text-decoration: none;
  color:#7f7a70 !important;
  padding: 0px;
}

a:hover {
  color:#7f7a70 !important;
}

.nav__list, .header__title{padding-left:0px;}

/*
 *
 * Top Level Navigation
 *
 */

.nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav__item {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  min-width:1.5em;
  font-size:14px;
  padding: 18px 24px 18px 0px;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase;
  color:#7f7a70 !important
}

.nav a {
  text-decoration: none;
  color:#7f7a70 !important;
  padding: 0px;
}

.nav a:hover {
  color:#7f7a70 !important;
}


/*
 *
 * Main
 *
 */

main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*
 *
 * Content
 *
 */


h2{
    font-size: 26px;
    letter-spacing: -0.028em;
    line-height: 1.04;
    font-weight:400;  
  }

.tnormal{font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.003em;
    line-height: 1.58;
  }



/*
 *
 * Team Scores
 *
 */

.team {
  padding-top: 1em;font-size:15px;
  flex-grow: 1;
}

.team__table{
  width: 100%;
  border-collapse: collapse;
}

.team__table th,
.team__table td {
  padding: 1em; 
}

.team__table th {
  color: #3bb370;
  font-weight: 300;
  background-color:#f0f0f0;
}

.team__table tr:nth-child(odd) td {
  background-color: #fff;
}

.team__table tr:nth-child(even) td {
  background-color: #eceff1;
}

.team__table td.winner {
  font-weight: bold;
}

.team__table td:nth-child(3) {
  text-align: left;
}

.team__table td:nth-child(2),
.team__table td:nth-child(5) {
  text-align: left;
}

/*
 *
 * Projects
 *
 */
.snippet{
  width:100%;
  clear: both;
  padding: 35px 0 25px;border-bottom:1px solid #e0e0e0;}

  

.p-details{font-size:14px;padding-top:0px;margin-top:0px;}
.project_meta{color:gray;font-size:14px;}
.project_desc{font-size:12px;}
/*
 *
 * Footer
 *
 */

footer {
  border-top: 1px solid #E0E0E0;
  padding: 1em;
  width: 100%;
}

footer li {
  display: inline-block;
  margin: 0 1em;
}

footer a {
  text-decoration: none;
  color: #333;
  padding: 1.5em;
}
