.navbar-default {
  border: none;
}
h1 {
    font-size: 4em;
}

header {   
  background: url(../image/flag.jpg)  repeat;
  height: 360px;
}

/*footer*/

.footer {
  bottom: 0;
  width: 100%;
  /* fixed height of the footer, footer: #f5f5f5;*/
  height: 60px;
  background-color: black;  
}

.logo {
  float: right;
}
.btn-default {
    background: lightgray;
    color: black;
}
.text-muted {
	text-align:center;
	}
	