* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body{
  height: 130%;
  /*height: 1214px;*/
  background-color: #343945;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
}

@font-face {
  font-family: roboL;
  src: url(/css/Roboto/Roboto-Light.ttf);
}
@font-face {
  font-family: roboB;
  src: url(/css/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: roboBI;
  src: url(/css/Roboto/Roboto-BoldItalic.ttf);
}

@font-face {
  font-family: loraI;
  src: url(/css/Lora/Lora-Italic.ttf);
}
@font-face {
  font-family: loraB;
  src: url(/css/Lora/Lora-Bold.ttf);
}
@font-face {
  font-family: loraBI;
  src: url(/css/Lora/Lora-SemiBoldItalic.ttf);
}
@font-face {
  font-family: loraR;
  src: url(/css/Lora/Lora-Regular.ttf);
}
@font-face {
  font-family: loraM;
  src: url(/css/Lora/Lora-Medium.ttf);
}

@font-face {
  font-family: mac;
  src: url(/css/Marshmallow/Marshmallows\ and\ Chocolate\ -\ TTF.ttf);
}

header {
  border-top: 16px inset black;
  border-bottom: 16px inset black;
  height: 200px;
  background-color: #343945;
  display: flex;
}

.currentPage {
  min-height: 5px;
  position: absolute;
  margin-top: 3%;
  /* margin-top: 3.5%; */
  margin-left: 15%;
  /* background-color: crimson; */
}

.currentPage p {
  font-size: 72px;
  /* font-size: 52px; */
  font-family: roboBI;
}
  
  .me_icon {
    margin: 0 auto;
    background-position: center;
    width: 200px;
    min-height: 200px;
  }
  .me_icon .circle {
    width: 300px;
    height: 300px;
  }
  
  .me_icon .circle img {
    height: 40%;
    margin: 0 auto;
    margin-left: 14.5%;
    margin-top: 8%;
    position: relative;
  }
  
  .meAVI {
    border-radius: 50%;
    border: 4px inset black;
    /* display: flex; */
    margin-left: 0 auto;
    margin-right: 0 auto;
  }
  
  nav {
    height: 0;
    width: 35%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5.3%;
    margin-left: 60%;
    position: absolute;
  }
  
  nav a {
    color: #7c8ea6;
    text-decoration: none;
    font-size: 26px;
    font-family: roboL;
  }
  
  .u_half {
    height: 106.5%;
    width: ;
    margin: 0 auto;
    /* margin-bottom: 5%; */
    background-color: #212429;
    background-image: url(/images/irion.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  
  .shoddyBord {
    height: 180%;
    width: 65%;
    margin: 0 auto;
    margin-left: 18%;
    position: absolute;
    background-color: #565b66;
    border-left: 4px inset black;
    border-right: 4px inset black;
  }
  
  .aboutME {
    margin: auto;
    height: 70%;
    width: 75%;
    margin-top: 5%;
    /*
    background-color: turquoise;
    margin-left: 5%; */
  }
  
  .secCIRC {
    height: 45%;
    margin-left: 40%;
  }
  
  .secCIRC img {
    min-height: 20%;
    width: 35%;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10%;
    position: relative;
  }
  
  .meLOGO {
    border-radius: 15%;
    margin-left: 0 auto;
    margin-right: 0 auto;
  }
  
  .aboutCON {
    height: 100%;
    margin-top: -25%;
    /*
    background-color: violet;
    */
  }
  .aboutCON p {
    font-size: 22px;
    font-family: LoraM;
  }

  h1 {
    font-size: 24px;
    font-family: LoraB;
  }
  
  .BLM {
    border-top: 8px inset black;
    height: 15%;
    background-color: #212429;
    height: 100%;
    margin: 0 auto;
    margin-bottom: -25%;
  }
  .BLM img {
    margin-top: 1%;
    margin-bottom: 0.5%;
    margin-left: 48.5%;
  }
