body {
  text-align:justify;
  padding-bottom: 40px;
  background-color: #151515;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background-image: url('assets/top_background.jpg');
  background-repeat: no-repeat;
  background-position:top center;
}

h2 {
  margin-top: 50px;
  font-weight: 300;
}

h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 1;
}

a {
  color: rgb(147, 154, 206);
}

a:hover {
  color: rgb(107, 121, 214);
  text-decoration: none;
}

.tagline {
  font-size: 17px;
  font-weight: bold;
}

.shadow {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 1);
}

#header {
  height: 90px;
  margin-bottom: 20px;
}

#menu {
  margin-top: 20px;
  margin-right: 40px;
  display: inline-block;
  float: right;
  list-style: none;
}

.firstli {
  float: left;
  margin-left: 20px;
}
.firstli a {
  color: white;
}
#menu a, #menu a:hover, #menu a:active, #menu a:focus {
  text-decoration: none;
}

#menu .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#logo {
  height: 80px;
  margin-top: 10px;
}

.logo-dl, .logo-dl a, .logo-dl img {
  width: 55px;
  height: 55px;
}

#start {
  background-color: #444;
  color: white;
  padding: 10px;
  text-align: left;
}

#start h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

#start h5 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}

#start small {
  font-size: 11px;
}

#start input[type="text"], input[type="password"] {
  background-color: #ccc;
  width: 185px;
}

#start label {
  font-size: 13px;
  color: #aaa;
}

#start a {
  color: #aaa;
  text-decoration: underline;
}

#start a:hover {
  color: #fff;
  text-decoration: underline;
}

#start input[type="submit"] {
  width: 200px;
}

#events h4 {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 100;
}

#events p {
  font-size: 15px;
  font-weight: 100;
  line-height: 15px;
}

#sep {
  margin: 80px 0 80px 0;
  border: solid #dddddd;
  border-width: 1px 0 0;
}

#featurette hr {
  margin: 80px;
  border: solid #dddddd;
  border-width: 1px 0 0;
}

/* Featurettes
------------------------- */

.featurette {
  padding-top: 0px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: 0px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  line-height: 1;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
}

.featurette-text {
  font-size: 18px;
}

#features h4 {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 100;
}


.footer small {
  text-align: center;
}
