/*-----Global-----*/
* {
      margin: 0;
      padding: 0;
      border: none;
      outline: none;
      vertical-align: baseline;
      font-size: 100%;
}

body, html {
      width: 100%;
      font-family: 'Manrope', sans-serif;
}

/*--------Text---------*/

a:link, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}

.wrapper {
      width: 90%;
      margin: 0 auto;
}

h1 {
      color: #000000;
      font-size: 65px;
}

h2 {
      color: #000000;
      font-size: 45px;
      line-height: 1.6;
}

h3 {
      color: #000000;
      font-size: 30px;
      line-height: 1.5;
}

h4 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.6;
}

h5 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.6;
}

h6 {
  display: flex;
  width: 100%;
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  text-align: center;
}

h6:after {
  content: '';
  border-top: 2px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

h6:after {
  margin: 0 0 0 20px;
}


h7 {
  display: flex;
  width: 100%;
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  text-align: right;
  padding-top: 2%;
  padding-bottom: 2%;
}

h7:before {
  content: '';
  border-top: 2px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

p {
    color: #000000;
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
}

.top {
  margin: 70px 0 0 0;
}

.label {
  font-size: 18px;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 1px;
}

hr {
  display: block;
  border-top: 2px solid black;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.strikeout {
  text-decoration: line-through;
  text-decoration-color: rgba(255, 0, 0, 0.5);
  text-decoration-thickness: 0.125em;
}


/*----------widths------------*/

.width-1120 {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
}

.width-1000 {
  width: 75%;
  max-width: 1000px;
  margin: 0 auto;
}

.width-800 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}


.spacer {
  min-width: 165px;
  align-items: end;
}



/*----------margins------------*/

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-top-65 {
  margin-top: 65px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-50-vanishing{
  margin-top: 50px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-20-vanishing {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}


/*----------cleaned flexboxes------------*/

.flex-all{
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.flex-middle{
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: flex-end;
}


.flex-top{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 10%;
}

.flex-social{
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.flex-summary{
  flex-grow: 2;
  max-width: 800px;
  flex-wrap: wrap;
}


.flex-history{
  flex-grow: 1;
}

.flex-skills{
  flex-grow: 1;
}

.flex-container-bottom {
  flex-direction: row;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 5vh;
  justify-content: space-between;

}

.flex-item {
  padding-top: 200px;
}


/*----------flexboxes------------*/


  .flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }

  .flex-container-giant {
  height: 100%;
  min-height: 100%;
	display: flex;
	flex-direction: column;
  }
    
  .space-between { 
    justify-content: space-between; 
  }  

/*  .flex-middle{
    display: flex;
		flex-direction: column;
    justify-content: left;
    flex: 1;
  }
*/
  


  .flex-stretch{
    align-items: stretch;
  }

  .flex-left-bottom{
    flex-grow: 1;
    max-width: 60%;
  }

  .flex-right-bottom{
    flex-grow: 1;
    padding-bottom: 65px;
    width: fit-content;
  }


  /*-----Other-----*/
.social-icons {
  padding: 15px;
}

hr {
  width: 65px;
  padding-bottom: 65px;
  margin-left: 0;
}

/*--------footer------------*/


 .footer {
    width: 100%;
    background-color: black;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 30px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
}
