
/* =Header
-------------------------------------------------------------- */
header {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 998;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

header h1#logo {
    display: inline-block;
    height: 130px;
    margin-top: -35px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav {
    display: inline-block;
    float: right;
}
header nav a {
    line-height: 60px;
    margin-left: 00px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller {
    height: 80px;
}
header.smaller h1#logo img {
    height: 70px;
    margin-top: -5px;
}
header.smaller nav a {
    line-height: 14px;
}



/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
  header {
	  height: 190px;
  }
  #inicio {
	  height: 190px !important;
  }
  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 80px;
    line-height: 100px;
    text-align: center;
    }
  header #logo img {
	  height: 70px;
	  margin-top: -40px;
  }
  header nav {
    display: block;
    float: none;
    height: 350px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 30px;
      margin: 0 0px; }
  header.smaller {
    height: 130px; }
    header.smaller h1#logo {
	  display: none;
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller nav {
      height: 35px; }
    header.smaller nav a {
        line-height: 35px; } }
    #logoNos img {
	    width: 150px;
	    height: 150px;
	    margin-top: 50px;
    }


@media all and (max-width: 600px) {


  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #0793e2; }
.grid-sizer, .grid-item {
	width: 90%;
	margin: 0 5%;
}
.grid-item--width2 {
	width: 90%;
	margin: 0 5%;
}
.grid-item--width3 {
	width: 90%;
	margin: 0 5%;
}



}

