/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}


@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}



@media (max-width: 768px) {
  .logo{width: 300px;
        top: 70px;
  left: 30px;}

}

@media (max-width: 1280px) {

  .logo{width: 300px;
        top: 100px;
  left: 30px;}
}

@media (min-width: 1280px) {
  .logo{
      top: 70px;
  left: 250px;
  }

  @media (min-width: 1400px) {
  .logo{
      top: 130px;
  left: 320px;
  }

    @media (min-width: 1600px) {
  .logo{
      top: 180px;
  left: 350px;
  }

