div.gk-intro {
	height: 100%;
	position: relative;
}

html {
    background: dodgerblue;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    min-height: 100%;
}

body {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
    word-wrap: break-word;
    font-family: 'Open Sans', Arial, sans-serif;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.0;
    margin: 64px auto 0 auto;
    max-width: 920px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    background: rgba(0, 0, 0, 0.3) !important;
    color: #FFFFFF !important;
    font-family: 'Open Sans', Arial, sans-serif;
    
}

h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.0;
    margin: 64px auto 0 auto;
    max-width: 920px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    background: rgba(0, 0, 0, 0.3) !important;
    color: #FFFFFF !important;
}

.bg-image {
    background-image: url('../images/bridge-vertical-stays-upward.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    text-align: center;
}


.launch-reobursed > a {
    background: transparent;
    border: 2px solid #fff;
    margin-top: 20px;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.0;
    padding: 20px 36px;
}
.launch-reobursed h1, .launch-reobursed h2, .launch-reobursed > a {
    background: rgba(0, 0, 0, 0.3) !important;
}
