html {
    margin: 0;
    height: 101%;
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgba(0,0,0,0.1);
    font-size: 120%;
    min-height: 101%;
    line-height: 1.5;
}

#wrapper {
    max-width: 1680px;
    width: 100%;
    min-height: 1300px;
    margin: 0 auto;
    background-color: #fff;
}

header {
	position: relative;
    max-height: 500px;
    overflow: hidden;
}

header div.img:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-color:  rgba(0, 74, 154, 0.65);
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

header div.img img {
    
}

header div.text {
	position: absolute;
    max-width: 500px;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    color: #fff !important;
    text-align: center;
    z-index: 15;
}

main .row > div {
    margin-bottom: 3rem;
    text-align: center;
}

main .row img {
    max-width: 250px;
}

h2 {
    font-size: 120%;
    font-weight: bold;
    color: #004A9A;
}