/*
 * ─── MAIN STYLING THE CV HOME PAGE ──────────────────────────────────────────────
 */

 * {
    box-sizing: border-box;
  }
  
  @import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond &display=swap");
  
  html {
    /* background: #000000 1%; */
    background: linear-gradient(
      177deg,
      #000 0%,
      #000 31.62%,
      #0a0010 47.25%,
      #1e0000 64.58%,
      #100a00 79.69%,
      #000 100%
    );
    color: #ffffff;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.2rem;
  }
  
body {
  margin: 0;
  line-height: normal;
}


  
  .container {
    max-width: 100%;
    margin: 0 auto;
    background-image: url("img/WoodenPanelCV.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: center;
  }
  /* .container {
    position: relative;
    background-color: #5a1717;
    width: 100%;
    height: 33.81rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    } */
    
  
  /*
   * ─── THESE ARE THE MAIN COLUMN CONTROLS ───────────────────────────────────────────
   */
  
  .allme {
    flex-basis: 20rem;
    padding: 5px;
    background-color: #0000005e;
    margin-top: 117px;
  }
  
  .onceupon {
    flex-basis: 22rem;
    padding: 5px;
    background-color: #0000005e;
    margin-top: 117px;
  }
  
  .treasures {
    flex-basis: 22rem;
    padding: 5px;
    background-color: #0000005e;
    margin-top: 117px;
  }
  
  /*
   * ─────────────────────────────────────────────────────────────────── END OF ─────
   */
  .sectionMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000000eb;
    /* padding: 20px; */
    text-align: center;
    /* background-size: 430px 120px; */
    background-position: center;
    background-repeat: no-repeat;
    /* padding-top: 190px; */
    z-index: 1000;
  }
  
  /* .footer {
    background-color: #230303;
    overflow: hidden;
    } */
    /* .footer-child {
      align-self: stretch;
      flex: 1;
      position: relative;
      background-color: #bd1c1c;
      }
      .footer-item {
      align-self: stretch;
      flex: 1;
      position: relative;
      background-color: #182c72;
      overflow: hidden;
      }
      .footer-inner {
      align-self: stretch;
      flex: 1;
      position: relative;
      background-color: #437c20;
      overflow: hidden;
      } */
      .footer {
      background-color: #170e4f;
      width: 60.19rem;
      height: 7.56rem;
      }
      /* .footer {
        position: absolute;
        bottom: 0.13rem;
        left: calc(50% - 481.5px);
        background-color: #170e4f;
        width: 60.19rem;
        height: 7.56rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        } */
  
  @media (max-width: 768px) {
    .footee {
      flex-direction: column;
    }
    
    .column {
      flex-basis: 50%;
    }
  }
  
  h3 {
    margin-top: 5px;
    text-transform: uppercase;
  }
  .footer p {
    font-size: 2rem;
    text-align: center;
  }
  
  .treasures a {
    text-transform: uppercase;
  }
  .treasures img {
    width: 22rem;
  }
  
  .infoboxes {
    background-color: rgba(124, 124, 124, 0.137);
    border-radius: 10px;
    padding-left: 5px;
    padding-top: 0;
    margin-bottom: 0;
    position: relative;
  }
  
  .startlist {
    list-style-type: none;
  }
  
  .education-item {
    text-align: left;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: -17px;
    margin-bottom: 12px;
}
  
  /* .education-item img {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: transform 0.5s ease-in-out;
  }
  .education-item img:hover {
    transform: scale(1.2);
  } */
  .education-item img {
    /* width: 30px; */
    /* height: 30px; */
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: opacity 0.5s ease-out;
  }
  
  .education-item img:hover {
    opacity: 0.5;
  }
  
  .iconsleft {
    /* text-align: center; */
    list-style-type: none;
    padding-left: 0;
  }
  
  .honors {
    color: goldenrod;
    margin: 0px;
  }
  
  .NotableRoles {
    width: 100%;
    height: 100%;
  }
  
  .NotableRoles .role {
    color: goldenrod;
    font-weight: bold;
    line-height: 18px;
    word-wrap: break-word;
  }
  
  .NotableRoles .description {
    color: white;
    font-weight: normal;
    line-height: 1.2rem;
    word-wrap: break-word;
    text-transform: none;
    padding-bottom: 20px;
  }
  
  .ThereWasAn {
    width: 100%;
    height: 100%;
  }
  
  .ThereWasAn .title.h3 {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.5rem;
    word-wrap: break-word;
  }
  
  .ThereWasAn .role {
    color: goldenrod;
    font-size: 1rem;
    /* font-style: italic; */
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    word-wrap: break-word;
  }
  
  .ThereWasAn .description {
    color: white;
    font-weight: normal;
    line-height: 1.2rem;
    word-wrap: break-word;
    font-size: 1rem;
    text-transform: none;
  }
  
  .description li {
    font-size: 1rem;
    background-image: url("img/Bitcoin2.svg");
    background-repeat: no-repeat;
    background-position: left top;
    text-transform: none;
    font-weight: normal;
    list-style: none;
    padding-left: 45px;
    margin-left: -40px;
  }
  