header {
  height: 75px; }

.header {
  position: relative;
  height: auto; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .img img {
    height: 200px;
    border-radius: 8px; }

  .grid-container .grid {
    text-align: center;
    grid-template-areas: "alokas-story" "founding" "early-growth" "new-chapter" "achievements-info" "alokas-meaning"; }
    .grid-container .grid .alokas-story {
      height: 100%;
      grid-area: alokas-story;
      background-color: whitesmoke;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .grid-container .grid .alokas-story .write-up {
        padding: 25px 27px;
        text-align: justify; }
    .grid-container .grid .founding {
      grid-area: founding;
      background-color: #0a0820;
      height: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .grid-container .grid .founding .write-up {
        order: 2;
        padding: 25px 27px;
        text-align: justify;
        color: gold; }
      .grid-container .grid .founding .img {
        order: 1; }
    .grid-container .grid .early-growth {
      position: relative;
      height: 120vh;
      grid-area: early-growth;
      background-color: #108ef5 !important;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      .grid-container .grid .early-growth .write-up {
        order: 1;
        padding: 15px 17px;
        text-align: justify; }
      .grid-container .grid .early-growth .img {
        height: 100%;
        order: 2;
        padding: 15px 15px; }
      .grid-container .grid .early-growth #egg-hatch {
        position: relative;
        bottom: 0;
        right: 0; }
    .grid-container .grid .new-chapter {
      position: relative;
      height: auto;
      padding: 15px 15px;
      margin-bottom: 120px;
      grid-area: new-chapter;
      background-color: whitesmoke;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      margin-bottom: 0px; }
      .grid-container .grid .new-chapter .write-up {
        order: 1;
        padding: 25px 27px;
        text-align: justify; }
      .grid-container .grid .new-chapter #book1 {
        position: absolute;
        bottom: -3%;
        left: 5%;
        height: 100px; }
      .grid-container .grid .new-chapter .img {
        height: 100%;
        align-items: stretch;
        order: 2;
        padding: 15px 15px; }
    .grid-container .grid .achievements {
      position: relative;
      height: auto;
      grid-area: achievements-info;
      background-color: #7bb0ff !important;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      .grid-container .grid .achievements .write-up {
        order: 1;
        padding: 25px 27px;
        text-align: justify; }
        .grid-container .grid .achievements .write-up .list {
          text-align: justify;
          text-justify: inter-word; }
      .grid-container .grid .achievements .img {
        align-items: stretch;
        height: 100%;
        order: 2;
        padding: 15px 15px; }
      .grid-container .grid .achievements #goal1 {
        position: absolute;
        top: 60%;
        right: 5%;
        height: 100px; }
    .grid-container .grid .alokas-meaning {
      position: relative;
      height: 80vh;
      grid-area: alokas-meaning;
      background-color: whitesmoke;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .grid-container .grid .alokas-meaning .write-up {
        padding: 5px 27px;
        text-align: justify; }
        .grid-container .grid .alokas-meaning .write-up h1 {
          text-align: center; }
      .grid-container .grid .alokas-meaning #alokaslogo {
        height: 200px; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .img img {
    height: 200px;
    border-radius: 8px; }

  .grid-container .grid {
    text-align: center;
    grid-template-areas: "alokas-story" "founding" "early-growth" "new-chapter" "achievements-info" "alokas-meaning"; }
    .grid-container .grid .alokas-story {
      height: 100%;
      grid-area: alokas-story;
      background-color: whitesmoke;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .grid-container .grid .alokas-story .write-up {
        padding: 25px 27px;
        text-align: justify; }
    .grid-container .grid .founding {
      grid-area: founding;
      background-color: #0a0820;
      height: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .grid-container .grid .founding .write-up {
        order: 2;
        padding: 25px 27px;
        text-align: justify;
        color: gold; }
      .grid-container .grid .founding .img {
        order: 1; }
    .grid-container .grid .early-growth {
      position: relative;
      height: 130vh;
      grid-area: early-growth;
      background-color: #108ef5 !important;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      .grid-container .grid .early-growth .write-up {
        order: 1;
        padding: 15px 17px;
        text-align: justify; }
      .grid-container .grid .early-growth .img {
        height: 100%;
        order: 2;
        padding: 15px 15px; }
      .grid-container .grid .early-growth #egg-hatch {
        position: relative;
        bottom: 0;
        right: 0; }
    .grid-container .grid .new-chapter {
      position: relative;
      height: 130vh;
      padding: 15px 15px;
      margin-bottom: 120px;
      grid-area: new-chapter;
      background-color: whitesmoke;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      margin-bottom: 0px; }
      .grid-container .grid .new-chapter .write-up {
        order: 2;
        padding: 25px 27px;
        text-align: justify; }
      .grid-container .grid .new-chapter #book1 {
        position: absolute;
        top: 20%;
        left: 5%;
        height: 100px; }
      .grid-container .grid .new-chapter .img {
        height: 100%;
        align-items: stretch;
        order: 1;
        padding: 15px 15px; }
    .grid-container .grid .achievements {
      position: relative;
      height: 130vh;
      grid-area: achievements-info;
      background-color: #7bb0ff !important;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      .grid-container .grid .achievements .write-up {
        order: 1;
        padding: 25px 27px;
        text-align: justify; }
        .grid-container .grid .achievements .write-up .list {
          text-align: justify;
          text-justify: inter-word; }
      .grid-container .grid .achievements .img {
        align-items: stretch;
        height: 100%;
        order: 2;
        padding: 15px 15px; }
      .grid-container .grid .achievements #goal1 {
        position: absolute;
        top: 50%;
        right: 5%;
        height: 100px; }
    .grid-container .grid .alokas-meaning {
      position: relative;
      height: 80vh;
      grid-area: alokas-meaning;
      background-color: whitesmoke;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .grid-container .grid .alokas-meaning .write-up {
        padding: 5px 27px;
        text-align: justify; }
      .grid-container .grid .alokas-meaning #alokaslogo {
        height: 200px; } }
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .header {
    position: relative;
    height: auto; }
    .header .img img {
      height: 250px;
      border-radius: 8px; }
    .header .grid-container .grid {
      text-align: center;
      grid-template-areas: "alokas-story" "founding" "early-growth" "new-chapter" "achievements-info" "alokas-meaning"; }
      .header .grid-container .grid .alokas-story {
        height: 80vh;
        grid-area: alokas-story;
        background-color: whitesmoke;
        display: flex;
        align-items: center;
        justify-content: center; }
        .header .grid-container .grid .alokas-story .write-up {
          padding: 75px 75px;
          text-align: justify; }
      .header .grid-container .grid .founding {
        height: 80vh;
        grid-area: founding;
        background-color: #0a0820;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        .header .grid-container .grid .founding .write-up {
          order: 2;
          padding: 75px 75px;
          text-align: justify;
          color: gold; }
        .header .grid-container .grid .founding .img {
          order: 1; }
      .header .grid-container .grid .early-growth {
        height: 80vh;
        grid-area: early-growth;
        background-color: #108ef5 !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center; }
        .header .grid-container .grid .early-growth .write-up {
          order: 1;
          padding: 75px 75px;
          text-align: justify; }
        .header .grid-container .grid .early-growth .img {
          align-items: stretch;
          height: 100%;
          order: 2;
          padding: 15px 15px; }
        .header .grid-container .grid .early-growth #egg-hatch {
          position: relative;
          bottom: 0;
          right: -0; }
      .header .grid-container .grid .new-chapter {
        position: relative;
        height: 100vh;
        padding: 15px 15px;
        grid-area: new-chapter;
        background-color: whitesmoke;
        display: flex;
        flex-wrap: nowrap;
        justify-content: ce;
        align-items: center;
        margin-bottom: 0px; }
        .header .grid-container .grid .new-chapter .write-up {
          order: 2;
          padding: 45px 45px;
          text-align: justify; }
        .header .grid-container .grid .new-chapter #book1 {
          position: absolute;
          top: 20%;
          left: 5%;
          height: 200px; }
        .header .grid-container .grid .new-chapter .img {
          height: 100%;
          order: 1;
          padding: 15px 15px; }
      .header .grid-container .grid .achievements {
        position: relative;
        height: 140vh;
        grid-area: achievements-info;
        background-color: #7bb0ff !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center; }
        .header .grid-container .grid .achievements .write-up {
          order: 1;
          padding: 75px 75px;
          text-align: justify; }
          .header .grid-container .grid .achievements .write-up .list {
            text-align: justify;
            text-justify: inter-word; }
        .header .grid-container .grid .achievements .img {
          align-items: stretch;
          height: 100%;
          order: 2;
          padding: 15px 15px; }
        .header .grid-container .grid .achievements #goal1 {
          position: absolute;
          top: 40%;
          right: 5%;
          height: 200px; }
      .header .grid-container .grid .alokas-meaning {
        position: relative;
        height: 100vh;
        grid-area: alokas-meaning;
        background-color: whitesmoke;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .header .grid-container .grid .alokas-meaning .write-up {
          padding: 5px 75px;
          text-align: justify; }
        .header .grid-container .grid .alokas-meaning #alokaslogo {
          height: 200px; } }
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .header {
    position: relative;
    height: auto; }
    .header .img img {
      height: 250px;
      border-radius: 8px; }
    .header .grid-container .grid {
      text-align: center;
      grid-template-areas: "alokas-story" "founding" "early-growth" "new-chapter" "achievements-info" "alokas-meaning"; }
      .header .grid-container .grid .alokas-story {
        height: 80vh;
        grid-area: alokas-story;
        background-color: whitesmoke;
        display: flex;
        align-items: center;
        justify-content: center; }
        .header .grid-container .grid .alokas-story .write-up {
          padding: 275px 275px;
          text-align: justify; }
      .header .grid-container .grid .founding {
        height: 80vh;
        grid-area: founding;
        background-color: #0a0820;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .header .grid-container .grid .founding .write-up {
          order: 2;
          padding: 275px 275px;
          text-align: justify;
          color: gold; }
        .header .grid-container .grid .founding .img {
          order: 1; }
      .header .grid-container .grid .early-growth {
        height: 80vh;
        grid-area: early-growth;
        background-color: #108ef5 !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .header .grid-container .grid .early-growth .write-up {
          order: 1;
          padding: 75px 75px;
          text-align: justify; }
        .header .grid-container .grid .early-growth .img {
          align-items: stretch;
          height: 100%;
          order: 2;
          padding: 15px 15px; }
        .header .grid-container .grid .early-growth #egg-hatch {
          position: relative;
          bottom: 35%;
          right: -50%; }
      .header .grid-container .grid .new-chapter {
        position: relative;
        height: 100vh;
        padding: 15px 15px;
        grid-area: new-chapter;
        background-color: whitesmoke;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .header .grid-container .grid .new-chapter .write-up {
          order: 2;
          padding: 75px 75px;
          text-align: justify; }
        .header .grid-container .grid .new-chapter #book-open {
          position: relative;
          top: 40%;
          right: -50%; }
        .header .grid-container .grid .new-chapter #book1 {
          position: absolute;
          top: 50%;
          left: 5%;
          height: 300px; }
        .header .grid-container .grid .new-chapter .img {
          height: 100%;
          align-items: stretch;
          order: 1;
          padding: 15px 15px; }
      .header .grid-container .grid .achievements {
        position: relative;
        height: 100vh;
        grid-area: achievements-info;
        background-color: #7bb0ff !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .header .grid-container .grid .achievements .write-up {
          order: 1;
          padding: 75px 75px;
          text-align: justify; }
          .header .grid-container .grid .achievements .write-up .list {
            text-align: justify;
            text-justify: inter-word; }
        .header .grid-container .grid .achievements .img {
          align-items: stretch;
          height: 100%;
          order: 2;
          padding: 15px 15px; }
        .header .grid-container .grid .achievements #goal1 {
          position: absolute;
          top: 50%;
          right: 5%;
          height: 300px; }
      .header .grid-container .grid .alokas-meaning {
        position: relative;
        height: 100vh;
        grid-area: alokas-meaning;
        background-color: whitesmoke;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .header .grid-container .grid .alokas-meaning .write-up {
          padding: 5px 75px;
          text-align: justify; }
        .header .grid-container .grid .alokas-meaning #alokaslogo {
          height: 200px; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .header {
    position: relative;
    height: auto; }
    .header .img img {
      height: 350px;
      border-radius: 8px; }
    .header .grid-container .grid {
      text-align: center;
      grid-template-areas: "alokas-story" "founding" "early-growth" "new-chapter" "achievements-info" "alokas-meaning"; }
      .header .grid-container .grid .alokas-story {
        height: 80vh;
        grid-area: alokas-story;
        background-color: whitesmoke;
        display: flex;
        align-items: center;
        justify-content: center; }
        .header .grid-container .grid .alokas-story .write-up {
          padding: 275px 275px;
          text-align: justify; }
      .header .grid-container .grid .founding {
        height: 80vh;
        grid-area: founding;
        background-color: #0a0820;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center; }
        .header .grid-container .grid .founding .write-up {
          order: 2;
          padding: 275px 275px;
          text-align: justify;
          color: gold; }
        .header .grid-container .grid .founding .img {
          order: 1; }
      .header .grid-container .grid .early-growth {
        height: 80vh;
        grid-area: early-growth;
        background-color: #108ef5 !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .header .grid-container .grid .early-growth .write-up {
          order: 1;
          padding: 175px 175px;
          text-align: justify; }
        .header .grid-container .grid .early-growth .img {
          align-items: stretch;
          height: 100%;
          order: 2;
          padding: 15px 15px; }
        .header .grid-container .grid .early-growth #egg-hatch {
          position: relative;
          bottom: 35%;
          right: -50%; }
      .header .grid-container .grid .new-chapter {
        position: relative;
        height: 100vh;
        padding: 15px 15px;
        grid-area: new-chapter;
        background-color: whitesmoke;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .header .grid-container .grid .new-chapter .write-up {
          order: 2;
          padding: 75px 75px;
          text-align: justify; }
        .header .grid-container .grid .new-chapter #book-open {
          position: relative;
          top: 40%;
          right: -50%; }
        .header .grid-container .grid .new-chapter #book1 {
          position: absolute;
          top: 50%;
          left: 10%;
          height: 300px; }
        .header .grid-container .grid .new-chapter .img {
          height: 100%;
          align-items: stretch;
          order: 1;
          padding: 15px 15px; }
      .header .grid-container .grid .achievements {
        position: relative;
        height: 100vh;
        grid-area: achievements-info;
        background-color: #7bb0ff !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .header .grid-container .grid .achievements .write-up {
          order: 1;
          padding: 75px 75px;
          text-align: justify; }
          .header .grid-container .grid .achievements .write-up .list {
            text-align: justify;
            text-justify: inter-word; }
        .header .grid-container .grid .achievements .img {
          align-items: stretch;
          height: 100%;
          order: 2;
          padding: 15px 15px; }
        .header .grid-container .grid .achievements #goal1 {
          position: absolute;
          top: 40%;
          right: 0;
          height: 300px; }
      .header .grid-container .grid .alokas-meaning {
        position: relative;
        height: 100vh;
        grid-area: alokas-meaning;
        background-color: whitesmoke;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .header .grid-container .grid .alokas-meaning .write-up {
          padding: 75px 200px;
          text-align: justify; }
        .header .grid-container .grid .alokas-meaning #alokaslogo {
          height: 400px; } }
