/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
	color: #ffffff;
}

.full {
  background: url(../img/bg-innolectron.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1{
font-size: 22px;
}


ul{
list-style: none;
padding-left: 0;
}

a{
color: #ffffff;
text-decoration: underline;
}


a:hover{
color: #ffffff;
}

.navbar-brand{
padding: 0 0 0 15px;
margin: 0;
}

.navbar-brand img{
width: 220px;
height: 42px;
}


.navbar-default p{
color: #36276b;
padding: 15px 0 0 10px;
}