
:root {
    --background: #121212;

 }


 html {
   overflow-x: hidden;
 }

 body{
    overflow-x: hidden;
    font-family: 'DM Sans', sans-serif;

    height: 100%;
    background-color: var(--background);
 }


 .nav{
   width: 100%;
   height: auto;
}

.links {
   display:none;
   margin-right: 5%;
   height: auto;
   text-align: right;
}


.js-menu {
   display: block;
   margin-top: 40px;
   color: #ffffff;
   font-size: 22px;
   margin-left: 90%;
}

.right{
   list-style-type: none;
   padding: 0px;
   margin: 0px;

}


.right a{
   display: block;
   color: white;
   font-size: 14px;
   text-decoration: none;
   margin-top: 16px;
}

.left {
  list-style-type: none;
  padding-left: 0px;
  margin: 16px 0px 0px 0px;
}

.left a{
   color: #ffffff;
   font-size: 14px;
   text-decoration: none;
}


.top {
   height: auto;
   background-color: var(--background);
   padding: 34px 0% 70px 20%;
}

.image {
   background: url(images/3.jpg) 50% 50% no-repeat;
   width: 200px;
   height: 200px;
   border-radius: 100px;
   background-size: cover;

}

.top-grid {
   padding: 0px 9.4% 30px 7.7%;

}

.about {
   background-color: var(--background);
   height: auto;

}


h1 {
   width: 82.9%;
   font-weight: bold;
   margin: 0px;
   color: #ffffff;
   font-size: 24px;
   margin-bottom: 8px;
}

h2 {
   color: rgba(255, 255, 255, 0.6);
   font-weight: 500;
   font-size: 14px;
   line-height: 18px;
   margin: 0px 0px 16px 0px;
   width: 82.9%;

}

p{
   width: 90%;
   height: auto;
   margin: 0px;
   color: #ffffff;
   font-weight: normal;
   font-size: 14px;
   line-height: 20px;
   font-style: normal;

}


.experience {
   width: 85%;
   background-color: var(--background);
   height: auto;
   padding: 36px 9.4% 36px 7.7%;
}

.experience h2{
   margin-bottom: 32px;

}

h3 {
   width: 82.9%;
   font-style: normal;
   font-weight: bold;
    font-size: 16px;
    margin: 0px;
    color: white;
}

h3:hover {
   text-decoration: underline;
}

.experience p{
   height: 33px;
   margin: 8px 0px;
   font-size: 14px;
   line-height: 20px;
   color: rgba(255, 255, 255, 0.6);
}

.details {
   color: #ffffff;
   font-weight: normal;
   font-size: 14px;
   line-height: 20px;
   height: auto;
   margin:0px 0px 16px 0px;

}


.experience a {
   display: block;
   margin-bottom: 16px;
   font-weight: normal;
   font-size: 14px;
   line-height: 16px;
   height: auto;
   color: rgba(255, 255, 255, 0.6);
   text-decoration: none;
}

.js-icon{
   font-size: 8px;
   margin-left: 4px;
}

.line {
   width: 78.6%;
   height: 0px;
   border: 1px solid rgba(255, 255, 255, 0.2);
   margin-bottom: 16px;
}


.line-two {
   width: 78.6%;
   height: 0px;
   border: 1px solid #121212;
   margin-bottom: 16px;
}

.form-section{
   background-color: var(--background);
   height: auto;
   padding: 10px 9.4% 60px 7.7%;
}

.form-section h2{
   margin-bottom: 32px;
   font-weight: 500;
}

.form p {
   color:#ffffff;
   font-size: 14px;;
   line-height: 20px;
   height: auto;
   margin: 0px;
}

.form h2 {
   margin-bottom: 8px;
}



.footer{

   padding: 30px 9.4% 20px 7.7%;
   color:#ffffff;
   background-color: #000000;
   height: 80px;
}

.footer p {
   color: rgba(255, 255, 255, 0.9);
   width: auto;
   height: 18px;
   font-size: 13px;
}

.contact{
   display: inline-block;
   margin-bottom: 16px;
}
.contact a{
   text-decoration: none;
   color:rgba(255, 255, 255, 0.9);
   font-weight: normal;
   font-size: 14px;
}

.contact a:hover{
   text-decoration: underline;
}

input {
   color: #ffff;
   font-weight: normal;
   font-size: 12px;
}

textarea {
   color: #ffff;
   font-weight: normal;
   font-size: 12px;
}



@media (min-width: 768px) {


  .links{
   width: 100%;
   display: flex;
   justify-content: space-between;
   background-color: var(--background);
   height: 130px;
   align-items: center;
   margin: 0px;
  }

  .js-menu {
     display: none;
  }

  .right{
     display: flex;
     list-style-type: none;
     justify-content: space-evenly;
     width: 20%;
     margin-right: 6%;
  }

  .right a{
   color: white;
   font-size: 16px;
   text-decoration: none;
}

.left {
   list-style-type: none;
   padding-left: 0px;
   margin-left: 7.7%;
 }


  .left a{
   color: #ffffff;
   font-size: 16px;
   text-decoration: none;
  }

  .top {
   padding: 34px 24% 34px 34%;
 }


.image {
   width: 266px;
   height: 266px;
   border-radius: 200px;

}

.top-grid{
   padding-bottom: 40px;

}
h1 {
   font-size: 30px;
   margin-bottom: 8px;
}


h2 {
   font-size: 16px;
   font-weight: normal;
   margin-bottom: 24px;
   line-height: 20px;
}


p{
   width: 90%;
   font-size: 14px;
   line-height: 24px;
   font-weight: normal;
   color: white;

}


h3 {
   font-style: normal;
   font-weight: bold;
   font-size: 16px;
    margin: 0px;
    color: white;
}

h3:hover {
   text-decoration: underline;
}

.experience {
   padding: 40px 9.4% 40px 7.7%;
   width: 90%;
}

.experience p{
   height: auto;
   line-height: 20px;
   margin: 8px 0px;
   font-size: 14px;
   color: rgba(255, 255, 255, 0.6);
}

.details  {
   color: white;
   width: 45%;
   height: auto;
   margin:0px 0px 16px 0px;
   line-height: 20px;
   font-size: 14px;
}


.experience a {
   display: block;
   margin: 16px 0px;
   font-weight: normal;
   font-size: 14px;
   height: auto;
   color: rgba(255, 255, 255, 0.6);
   text-decoration: none;
}

.js-icon{
   font-size: 12px;
   margin-left: 4px;
}

.line{
   width: 45%;
}


.form-section{
   padding: 40px 9.4% 60px 7.7%;

}

.form-section h2{
   margin-bottom: 32px;
   font-weight: normal;
   width: 90%;
}

.form p {

   font-size: 14px;
   height: auto;
   margin: 0px;
}

.form h2 {
   margin-bottom: 8px;
}


.footer{
   width: 100%;

}

.heart {
   font-size: 12px;
}
.footer p {

   font-size: 14px;
   width: auto;

}

.contact a{

   font-size: 14px;
}




@media (min-width: 1000px) {

.js-menu {
   display: none;
}

.right a {
   font-size: 18px;
}


.left a{
   font-size: 18px;
}

h1 {
   font-size: 40px;

}

h2 {
   font-weight: 500;
   font-size: 16px;
   line-height: 26px;


}

h3:hover {
   text-decoration: underline;
}

   p{
      width: 100%;
      font-size: 16px;
      line-height: 24px;


   }



   .top-grid{
      width: auto;
      margin-top: 80px;
      margin-bottom: 80px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      grid-template-areas: "left right"

                            ;
      justify-items: center;
      align-content: center;


   }


  .heading {
   width: 100%;
   grid-area: left;
   justify-self: start;
   align-self: start;

   }

   .about{
   margin-top: 48px;
   grid-area: right;
   justify-self: start;
   align-self: start;

   }


  .top{
   padding: 0px;
   grid-area: left;
   justify-self: start;
   align-self: start;
  }

  .image {
     margin-top: 50px;
     width: 289px;
     height: 289px;
  }


  .experience{
   width: auto;
   margin-top: 80px;
   margin-bottom: 0px;
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-template-rows: auto auto;
   grid-template-areas: "left right"

                         ;
   justify-items: center;
   align-content: center;

  }


.experience > .heading {
      width: 100%;
      grid-area: left;
      justify-self: start;
      align-self: start;

}

.jobs-grid{
   margin-top: 40px;
   grid-area: right;
   justify-self: start;
   align-self: start;
}

.jobs-grid p{
   font-size: 16px;
   color: rgba(255, 255, 255, 0.6);
   font-weight: 500;
}

h3{
   width: 100%;
   font-size: 20px;
}
.details {
   display: none;
   width: 100%;
   font-size: 14px;
   margin-bottom: 24px;
}


.form-section{
   width: auto;
   margin-top: 40px;
   margin-bottom: 80px;
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-template-rows: auto auto;
   grid-template-areas: "left right";                  ;
   justify-items: center;
   align-content: center;

  }

.form-section> .heading {
   grid-area: left;
   justify-self: start;
   align-self: start;
}

.form {
   grid-area: right;
   justify-self: start;
   align-self: start;
   margin-top: 50px;
   width: 100%;
}

.form p {
   font-size: 16px;

}

.form h2 {
   margin-bottom: 8px;
}

.heart{
   font-size: 14px;
}

.footer p {
   font-size: 16px;

   width: auto;

}

.footer {
   height: 70px;

  padding-top: 35px;
}

.contact a{

   font-size: 16px;
}

}
