<div class="iase-logo-container">
<img src="https://iase.website/wp-content/uploads/2026/07/GEAR.png" class="iase-layer layer-gear" alt="Gear">
<img src="https://iase.website/wp-content/uploads/2026/07/DNA.png" class="iase-layer layer-dna" alt="DNA">
<img src="https://iase.website/wp-content/uploads/2026/07/IDAHO.png" class="iase-layer layer-idaho" alt="Idaho Outline">
<img src="https://iase.website/wp-content/uploads/2026/07/RING.png" class="iase-layer layer-ring" alt="Orbit Ring">
<img src="https://iase.website/wp-content/uploads/2026/07/TEXT_IASE.png" class="iase-layer layer-main-text" alt="IASE">
<img src="https://iase.website/wp-content/uploads/2026/07/TEXT_SUB.png" class="iase-layer layer-sub-text" alt="Idaho Academy of Science & Engineering">
</div>
<style>
.iase-logo-container {
position: relative;
width: 100%;
max-width: 700px;
aspect-ratio: 702 / 356;
background: transparent;
margin: 20px auto;
}
.iase-layer {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
object-fit: contain !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
box-shadow: none !important;
animation: assembleLoop 6s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
will-change: transform, opacity;
}
@keyframes assembleLoop {
0% {
opacity: 0.2;
transform: translate(var(--dx), var(--dy)) scale(var(--scale, 1)) rotate(var(--rot, 0deg));
}
65%, 100% {
opacity: 1;
transform: translate(0, 0) scale(1) rotate(0deg);
}
}
.layer-gear { --dx: -80px; --dy: -120px; --rot: -40deg; --scale: 0.8; z-index: 1; }
.layer-dna { --dx: 20px; --dy: -150px; --rot: 15deg; --scale: 0.7; z-index: 2; }
.layer-idaho { --dx: -160px; --dy: 80px; --scale: 0.85; z-index: 3; }
.layer-ring { --dx: -140px; --dy: -90px; --rot: -20deg; z-index: 4; }
.layer-main-text { --dx: 180px; --dy: -20px; --scale: 0.9; z-index: 5; }
.layer-sub-text { --dx: 0px; --dy: 100px; z-index: 6; }
</style>
Our site is presently down for annual maintenance.
Thank you for your patience while we make improvements.
We'll be back soon.