storm
by mrjordy
HTML
<div id="HeaderContainer">
<div class="HeaderTitleSmall"></div>
<div class="HeaderSub"></div>
<div class="Background-Canvas"></div>
<div class="Background-Image"></div>
<div class="Background-Overlay"></div>
<div class="Floating-Image"></div>
<div class="Floating-Image2"></div>
<div class="Floating-Image3"></div>
<div class="LightHouse">
<div class="LeftLightContainer">
<div class="LeftLightUpper"></div>
<div class="LeftLightMid"></div>
<div class="LeftLightLower"></div>
</div>
<div class="RightLightContainer">
<div class="RightLightUpper"></div>
<div class="RightLightMid"></div>
<div class="RightLightLower"></div>
</div>
<div class="glowOrb"></div>
<div class="glowOrbRed"></div>
<div class="glowOrbRedSmall"></div>
</div>
<div class="lightningStrike"></div>
</div>
CSS
#preload, .hidden {
display: none;
}
#HeaderContainer {
width: 100%;
height: 374px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: -10px;
margin-bottom: -20px;
}
#HeaderContainer > .HeaderTitle {
font-family: sans-serif;
position: absolute;
z-index: 9;
margin-top: 319px;
width: 100%;
height: 35px;
font-size: 12px;
line-height: 40px;
color: white;
background: linear-gradient(to top, #3E628F 33px, #a50d12 33px);
}
#HeaderContainer > .HeaderTitleSmall {
display: none;
}
#HeaderContainer > .HeaderSub {
font-family: helvetica;
position: absolute;
z-index: 9;
margin-top: 17px;
margin-left: 196px;
width: auto;
height: 32px;
color: #ddd;
vertical-align: middle;
line-height: normal;
font-size: 16px;
}
#HeaderContainer > .Background-Canvas {
background: linear-gradient(to right, #FFC200, #0087FF);
width: 100%;
height: 279px;
margin-top: 40px;
position: absolute;
overflow: hidden;
background-position: right;
z-index: 1;
background-repeat: no-repeat;
}
#HeaderContainer > .Background-Image {
background: url(http://falconwood.us/wp-content/uploads/2018/08/ENG_Banner_OceanSky.png);
width: 100%;
height: 279px;
margin-top: 40px;
position: absolute;
z-index: 2;
overflow: hidden;
background-position: right;
background-repeat: repeat-x;
opacity: .93;
}
.Background-Overlay {
background: url("http://falconwood.us/wp-content/uploads/2018/08/ENG_Banner_Haze.png");
height: 278px;
width: calc(100% - 8px);
margin-top: 38px;
position: absolute;
overflow: hidden;
z-index: 3;
}
#HeaderContainer > .Floating-Image {
background: url(http://falconwood.us/wp-content/uploads/2018/08/ENG_Banner_Land.png);
width: 611px;
height: 207px;
margin-top: 112px;
right: 0;
position: absolute;
z-index: 4;
...