

/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 5px 0px 8px 0px;
  background: transparent !important;}
header h1#logo {
    /* display: inline-block; */
    height: auto;
    line-height: auto;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    margin-top: 10px;
    padding-bottom: 15px;
    color: white;
    font-weight: 400;
    -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 {
  /*padding:40px 20px 50px 50px;*/}
    header nav a {
      line-height: auto;
      color: #9fdbfc;
      font-weight: 700;
      font-size: 18px;
      -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 a:hover {
        color: white; }
  header.smaller {
    /*height: 75px;*/
  background: #fff;
    border-bottom: 1px solid #456c90;}
header.smaller h1#logo {
    width: auto;
}
    header.smaller nav a {
      /*line-height: 75px;*/ }

/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
/*  header h1#logo {
    display: block;
    float: left;
    margin: 0 auto;}*/
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      font-size: 30px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; } }
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #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; } }

    .hide_header{ width: 100%;
    background: red;
    height: 50px; }

    .hide_header p{ color: #ffffff; }

    header.smaller .hide_header { display: none;}
}
