/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
  background: url('../img/background_mit_typo.jpg') no-repeat bottom center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: black;
}

.bg-dark {
	opacity: 0.5;
}

.bg-invisible {
	invisble: 0;
}

.fixed-top {
	top: 30px;
}

.navbar-brand {

font-size: 1.0rem;
}

p {
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}

#header {
width: 500px;
float: right;
padding: 20px 20px 0px 0px;
}

#header a{
float: right;
}