
body {
  background: url('bg.JPG') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.logo {
    height: 50px;
}

h3 {
    width: 100%;
    border-bottom: 1px solid #005B9A;
    margin-bottom: 25px;
}

.portrait {
	width: 100px;
}

.bc-grey {
    background-color: rgb(239,239,239);
    color: rgba(0,0,0,.6);
    text-transform: uppercase;
}

.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}