* { 
margin: 0; 
padding: 0; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
}

body { 
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:15px; 
}

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

a {
  color: inherit;
}

.mt-fixed-top { 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 75px;
}

.nav-bg {
  background-color: #eeeeee; 
}

.nav-list { 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  overflow: hidden;
  background-color:
}

.nav-li { 
  float:right;
  padding-right: 15px;
  font:15px Roboto, sans-serif;
}

.bioBox { 
  color:#aaaaaa; 
  padding-left:20px;"
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rubix-light {
  font-family: "Rubix", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rubix-bold {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
  font-size:20px;
  color:#333333;
}

.rubix-bold-small {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
  font-size:18px;
 
 .rubix-small { 
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-style: normals;
  font-size:14px;
}

.mt-gray { 
  color:#848482;
}

.mt-blue { 
  color:#2E89FF;
 }