html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    background-color: #BBBBBB;
    /*width:100%;*/
}

#header {
    background-color: #2277BB;
    padding: 50px 50px;
}
#headerb {
    background-color: #FFFFFF;
    padding: 50px 50px;
}

#logo {
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-size: 40px;
}

#header nav {
    /*margin-right: -50px;*/
}

#header nav a:link, a:visited {
    display: inline-block;
    padding: 10px 10px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}
#header nav a:hover, a:active {
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
    //color: blue;
	font-weight:bold;
    text-decoration: none;
}

#footer {
    background-color: #2277BB;
    color: #fff;
    padding: 25px 50px;
    font-size: 14px;
    text-align: center;
}

section.image {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

section.text {
    padding: 20px;
    padding: 20px 0;
    position: relative;
	font-size:11px;
}

section.text .icon {
    position: absolute;
    left: 0;
    top: 0;
    /*right: 50%;*/
    bottom: 0;
}

section.text.left .icon {
    right: 0;
    /*left: 50%;*/
}

section.text .icon {
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*font-size: 200px;*/
}

section.text .content {
    /*margin-left: 50%;*/
}

section.text.left .content {
    margin-left: 0;
    /*margin-right: 50%;*/
}

section.text h1 {
    font-size: 40px;
    font-weight: bold;
}
section.text h2 {
    font-size: 24px;
    font-weight: bold;
}

