/* -------------------------------------
-- Reset Styles
*/
@import url(http://weloveiconfonts.com/api/?family=entypo);

nav.switchin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}


nav.switchin a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

nav.switchin a {
  padding: 0.5rem 0 0 0.5rem;
}
nav.switchin a > * {
  margin: 0 0.5rem 0.5rem 0;
}

html {
  font-size: calc(10px + 1vmin);
}

body {
  font-family: Helvetica, sans-serif;
/*  overflow: hidden;*/
}

a, span, img {
  display: block;
}


/* -------------------------------------
-- SwitchinNav Styles
*/
nav.switchin a {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
nav.switchin a:hover label {
  text-decoration: underline;
}
nav.switchin label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8em;
}
nav.switchin i {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1em;
}

/* -------------------------------------
-- Demo Specific Styles
*/
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 1em;
}



.switchin a:hover {
  -webkit-transform: scale(1.025) translatez(0);
          transform: scale(1.025) translatez(0);
  -webkit-transition: all .1s;
  transition: all .1s;
}
.switchin a:nth-child(1) {
  background: #ea4c89;
}
.switchin a:nth-child(1):hover {
  background: #e83e80;
}
.switchin a:nth-child(2) {
  background: #55acee;
}
.switchin a:nth-child(2):hover {
  background: #47a5ed;
}
.switchin a:nth-child(3) {
  background: #3F729B;
}
.switchin a:nth-child(3):hover {
  background: #3b6a90;
}
.switchin a:nth-child(4) {
  background: #333333;
}
.switchin a:nth-child(4):hover {
  background: #2b2b2b;
}

nav.switchin{
  position: fixed;
  bottom: 0;
  width: 100%;
}