/*  */
body {
  background-color: rgb(149,167,181);
  font-family: sans-serif;
}
a{
  color: grey;
}
.centreback {
  background-image: url("images/soyuz_launch.jpg");
  background-repeat: repeat-y;
}
.parabit{
  background-color: white;
  color: #112266;
}
.bitheading{
  color: #00113e;
}
.nested{
  border: 1px solid grey;
}
.burger-button,
.mobile-header {
  background-color: rgb(2,36,208);
}
.content{
  border-bottom: 1px solid #c0d4ff;
}
/* skills */
.tagbutton{
  background: #cadfff; /* Old browsers */
  background: -moz-linear-gradient(top,  #a0bfff 0%, #cadfff 14%, #cadfff 85%, #a0bfff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #a0bfff 0%,#cadfff 14%,#cadfff 85%,#a0bfff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #a0bfff 0%,#cadfff 14%, #cadfff 85%,#a0bfff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
}
/* navbar */
.navbar{
  background-color: rgb(2,36,208);
  color: rgb(249,195,91);
}
.navbar li,
.mobile-header-title{
  color: rgb(249,195,91);
}
.navbar li a{
  color: white;
}
/* tagging */
div.portfolio.highlighted{
  background-color: #c0d4ff;
  border: solid 1px #a0b8ff;
}
div.tagbutton.highlighted{
  background: #caffdf; /* Old browsers */
  background: -moz-linear-gradient(top,  #8a78ff 0%, #999aff 14%, #999aff 85%, #8a78ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #8a78ff 0%,#999aff 14%,#999aff 85%,#8a78ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #8a78ff 0%,#999aff 14%, #999aff 85%,#8a78ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
  color: #112244;
}
/* these dont have any effect */
.burger-button .icon-options-border {
  stroke: green;
  fill:none;
}
.burger-button .icon-options-int {
  stroke: green;
  fill: orange;
}
