@import url('https://fonts.googleapis.com/css?family=Open+Sans:00,700|Roboto:100,700');
html, body {padding: 0; margin: 0; background: #000; color: #fff;font-family: 'Open Sans', sans-serif; text-shadow: 1px 1px #000;}
a {color: #fff;}
h2 {display: inline; font-size: 100%;}
.section {padding: 0 0 40px 0;}
.container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background-image: url('img/gr7-oct-2012-393.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.centerdiv {position: relative; width: 50%;margin: 0 auto; z-index: 2;padding: 40px 0;}
.header {font-family: 'Roboto', sans-serif;font-size: 2vw; text-transform: uppercase;}
.fishlogo{width: 4em; height: auto;}
.images img {width: 100%; height: auto;}
}