/*!
 * 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('../Fablab_Images/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;*/

  background-color: #FDFDFD;
  color: #333333;

}

.img-circle {
    border-radius: 10%;
}

.jumbotron {
	padding: 1rem 1rem;
	margin-top: 2rem;
	margin-bottom: 3rem;
	background-image: url("../Fablab_Images/background.jpg");
	background-size: cover;
}

.bg-lightGrey {
  background-color: #e1e0dd;
}

.navbar-light .navbar-brand {
  color: #333333;
  font-weight: bold;
}
