*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: black;
}


.portfolio-Picture-Subtext
{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 2.6em;
    line-height: 150%;
    letter-spacing: 0.12em;
    color: white;
}

.portfolio
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
    margin-top: 4em;
}

.portfolio-Left-Side
{
   max-width: 400px;
}

.portfolio-paragraph
{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: white;
    line-height: 150%;
    letter-spacing: 0.12em;
}

.Contact-Text
{
   font-family: 'Inter';
   font-style: normal;
   font-weight: 400;
   font-size: 1.5rem;
   line-height: 150%;
   letter-spacing: 0.12em;
}


.List-Font
{
   font-family: 'Inter';
   font-style: normal;
   font-weight: 400;
   font-size: 1.5rem;
   line-height: 150%;
   letter-spacing: 0.12em;
   color: #FFFFFF;
   margin-bottom: 1.8rem;
   margin-top: 1.8rem;
}

.portfolio-Title
{
   font-family: 'Inter';
   font-style: normal;
   font-weight: 400;
   font-size: 2.62rem;
   line-height: 150%;
   letter-spacing: 0.12em;
   color: #FFFFFF;
}



.portfolio-contact
{
   display: flex;
   margin: 2rem 0;
   gap: 2rem;
}

.Contact-Phone, .Contact-Email
{
    margin: 0 0 0 0.3rem;
}

.contact-link
{
    text-decoration: none;
    color: rgb(42,226,130);
}

.contact-link:hover
{
    opacity: 70%;
}

.Qualifications-List
{
    max-width: 40rem;
    margin-left: 1.5rem;
}

.portfolio-Info
{
   border-bottom: solid white;
}

.portfolio-Section
{
    border-bottom: solid white;
    padding: 1.8em 0;
}

.Turn-Dot-Off
{
    list-style: none;
}

@media only screen and (max-width: 1000px) {
    html
    {
        font-size: 12px;
    }


   .portfolio-Image
   {
     max-width: calc(270px/1.1);
     max-height: calc(359px/1.1);
   }

    .portfolio
    {
        display: flex;
        flex-direction: column;
    }

    .portfolio-Left-Side
    {
        margin-bottom: 5rem;
    }

    .portfolio
    {
        width: 50%;
    }

    .portfolio-Image
    {
        margin: 0 0;
    }

    .break
    {
        display: block;
    }

.portfolio-image-Phone
{
  width: 29px;
  height: 29px;
}

.portfolio-image-Email
{
  width: 31px;
  height: 31px;
}

.portfolio-image-Linkedin
{
  width: 36px;
  height: 36px;
}

  .portfolio-Left-Side
  {
   max-width: 500px;
  }



}

@media only screen and (max-width: 550px) {
    html
    {
        font-size: 10px;
    }

    .portfolio
    {
        width: 90%;
    }


   .portfolio-Image
   {
      max-width: calc(270px/1.3);
      max-height: calc(359px/1.3);
   }

   .portfolio-image-Phone
  {
     width: 21px;
     height: 21px;
  }

  .portfolio-image-Email
  {
     width: 23px;
     height: 23px;
  }

  .portfolio-image-Linkedin
  {
    width: 27px;
    height: 27px;
  }



}

