/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 903px;
  }
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: black;
    color: #bababc;
}

#bg {
    background-image: url('/img/index-background.jpg');
    background-repeat: no-repeat;
    min-height: 602px;
}

h1 {color: white;font-size: 42px;font-weight:lighter;}
h3 {color: #88898e;font-size: 28px;font-weight:lighter;}

a {color: #bababc;}
a:hover {color: white;}

.lang {
    margin-top: 30px;
}