@import url('http://yastatic.net/bootstrap/3.3.6/css/bootstrap.min.css');
@import url('http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css');
body {
  background: #160B43;
  color: white;
}
a {
  color: white;
}

a:hover,
a:focus {
  color: white;
}

.nav li a:focus,
.nav li a:hover {
  color: #160B43;
}

.logo {
  display: none;
}
header {
  background: url('../img/header.png') center no-repeat;
  background-size: cover;
  height: 407px;
}
header ul {
  margin-top: 2px;
  overflow: hidden;
  float: right;
}
header ul li a {
  font-weight: bold;
}
header .carousel-inner {
  margin-top: 2px;
}
header .carousel-inner .item {
  border: 2px solid white;
}
.menu {
  font-weight: bold;
}
.menu ul {
  margin: 8px 0 5px;
}
.connect {
  background: #271567;
  min-height: 512px;
}
footer {
  background: url('../img/footer.jpg') center repeat-x;
  height: 115px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header ul {
    margin-top: 6px;
  }
  header ul li a {
    padding: 10px !important;
  }
  header .carousel-inner {
    margin-top: 10px;
  }
  .menu ul {
    margin: 5px 0;
  }
  .menu ul li a {
    padding: 10px;
  }
  .menu ul li a i {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    display: block;
    text-align: center;
    padding-top: 15px;
  }
  .logo a img {
    border-radius: 100%;
  }
  header {
    background: none;
  }
  header ul {
    margin: 15px auto 0;
    display: table;
    float: none;
  }
  header .carousel-inner .item img {
    width: 100%;
  }
  ul li {
    margin-bottom: 8px;
  }
  .connect .aside {
    border-top: 1px solid white;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 320px;
  }
  .logo {
    display: block;
    text-align: center;
    padding-top: 15px;
  }
  .logo a img {
    border-radius: 100%;
  }
  header {
    background: none;
  }
  header ul {
    float: left;
  }
  header ul li {
    float: none !important;
  }
  header .carousel-inner .item img {
    width: 100%;
  }
  ul li {
    float: none !important;
  }
  .connect .aside {
    border-top: 1px solid white;
    padding-top: 15px;
  }
}
