* {
    font-family: sans-serif,Arial,Calibri, Tahoma;
  }
  body {
      margin: 0;
      margin-left: 0;
      margin-right: 0;
      background-color:rgb(37, 37, 37);
      z-index: 1;
      max-width: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
  }
  .header {
      background-color:rgb(255, 187, 0);
      color: #000;
      background-attachment: fixed;
      height: 100px;
      padding: 10px;
      border: 3px solid #0000;
      font-family: sans-serif,Arial,Calibri;
      border:  rgb(255, 187, 0) 5px solid;
      z-index: 2;
      position: relative;
      max-width: 100%;
      float: none; 
  }
  .suphead {
      font-family: sans-serif,Arial,Calibri;
      font-size: 25px;
  }
  .pofhead {
      font-family: sans-serif,Arial,Calibri;
      font-size: 15px;
      font-weight: 300;
      position: absolute;
      top: 64px;
      float: left;
      left:45px ;
  }
  .lnkhead {
      float:right;
  }
  a.home {
     
      color: #000;
      word-spacing: 5px;
      position:absolute;
      top: 50px;
      right: 320px;
      font-size: 19px;
      font-family: sans-serif,Arial,Calibri;
      font-weight: bold;
      text-decoration: none;
      flex:auto;
  }
  a.about {
     
      color: #000;
      word-spacing: 5px;
      font-size: 19px;
      font-family: sans-serif,Arial,Calibri;
      position:absolute;
      top: 50px;
      right: 134px;
      font-weight: bold;
      flex: auto;
      text-decoration: none;
  }
  a.work {
     
      color: #000;
      word-spacing: 5px;
      font-size: 19px;
      font-family: sans-serif,Arial,Calibri;
      position:absolute;
      top: 50px;
      flex: auto;    
      right: 205px;
      font-weight: bold;
      text-decoration: none;
  }
  .logo {
      width: 225px;
      height: 225px;
  }
  a.home:hover {
      text-decoration: underline;
      opacity: 0.8;
  }
  a.work:hover {
      text-decoration: underline;
      opacity: 0.8;
  }
  a.about:hover {
      text-decoration: underline;
      opacity: 0.8;
  }
  .llinks {
      display: none;
  }
  
  .background {
      width: 90px;
      height: 50px;
      position: absolute;
      top: 44px;
      right: 25px;
      z-index: 3;
}
.workpage {
    width: 400px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: absolute;
    top: 1px;
    left: 40px;
}
div.v-line1 {
    border-left: solid #000 3px;
    height: 45px;
    position: absolute;
    top: 64px;
    right: 328px;
    margin: -23px;
    width: 3px;
}
div.v-line2 {
    border-left: solid #000 3px;
    height: 45px;
    position: absolute;
    top: 64px;
    right: 215px; 
    width: 3px;
    margin: -23px;
}
div.paragraph {
    color: #FFF;
    margin-top: 60px;
    width: 810px;
    margin-left: 60px;
    text-indent: 20px;
    line-height: 35px;
    font-size: 23px;
    padding: 20px;
    border: 2px solid rgb(255, 187, 0);
    padding-left: 26px;
    box-shadow: #EEE 1px 1px 3px;
    border-radius: 10px;
}
p.pparagraph {
    display: inline;
}
span {
    color: rgb(114, 114, 114);
    text-decoration: underline;
}
hr {
    border: rgb(255, 187, 0) 2px solid;
    background-color: rgb(255, 187, 0);
}
hr.line {
    position: relative;
    top: 590px;
    width: 1526px;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
    border-radius: 50%;
    position: relative;
    top: 590px;
    margin-bottom: 10px;
  }
  /* Twitter */
  .fa-twitter {
    background: #55ACEE;
    color: white;
    border-radius: 50%;
    position: relative;
    top: 590px;
    display: none;
  }
  .fa-instagram {
    background: #125688;
    color: white;
    position: relative;
    top: 590px;
  }  
  .fa-youtube {
    background: #bb0000;
    color: white;
    position: relative;
    top: 590px;
  }
  .fa-google {
    background: #dd4b39;
    color: white;
    position: relative;
    top: 590px;
  }
  .social {
      margin: 20px;
      word-spacing: 20px;
      text-align: center;
      margin-bottom: 10px;
  }  
  img.logo {
      width: 468px;
      height: 190px;
      position: relative;
      top: -445px;
      right: -950px;
      border: rgb(255, 187, 0) 2px solid;
      padding: 20px;
      border-radius: 9px;
  }
  img.logo:hover {
      opacity: 0.8;
  }
  footer.copy {
      font-size: 16px;
      text-align: center;
      color: #c0c0c0;
      margin-bottom:85px;
      position: relative;
      top: 370px;
    
  }
  hr.line2 {
      position: relative;
      top: 346px;
  }
  hr {
    border: rgb(255, 187, 0) 2px solid;
    background-color: rgb(255, 187, 0);
}
hr.line {
    position: relative;
    top: 590px;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
    border-radius: 50%;
    position: relative;
    top: 590px;
    margin-bottom: 10px;
  }
  /* Twitter */
  .fa-twitter {
    background: #55ACEE;
    color: white;
    border-radius: 50%;
    position: relative;
    top: 590px;
    display: none;
  }
  .fa-instagram {
    background: #125688;
    color: white;
    position: relative;
    top: 590px;
  }  
  .fa-youtube {
    background: #bb0000;
    color: white;
    position: relative;
    top: 590px;
  }
  .fa-google {
    background: #dd4b39;
    color: white;
    position: relative;
    top: 590px;
  }
  .social {
      margin: 20px;
      word-spacing: 20px;
      text-align: center;
      margin-bottom: 10px;
  }  
  img.logo {
      width: 468px;
      height: 190px;
      position: relative;
      top: -445px;
      right: -950px;
      border: rgb(255, 187, 0) 2px solid;
      padding: 20px;
      border-radius: 9px;
  }
  img.logo:hover {
      opacity: 0.8;
  }
  footer.copy {
      font-size: 16px;
      text-align: center;
      color: #c0c0c0;
      margin-bottom:85px;
      position: relative;
      top: 605px;
    
  }
  hr.line2 {
      position: relative;
      top: 590px;
  }
  .follow {
    width: 190px;
    height: 50px;
    position: relative;
    top: 400px;
    right: 170px;
    font-size: 20px;
    color: #000;
    background-color: rgb(255, 187, 0);
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    transition: all 1s ease-in-out;
}
.follow:hover {
    right:0px;
}
.me {
    width: 390px;
    height: 390px;
    position: relative;
    border-radius: 50%;
    border: 2px solid rgb(255, 187, 0);
    top:-370px;
    right: -1030px;
    box-shadow: #EEE 1px 1px 10px;
}
.contactme22 {
    font-size: 40px;
    color: rgb(255, 187, 0);
    font-weight: bold;
    position: relative;
    margin: 20px 30px 20px 50px;
    text-decoration: rgb(255, 187, 0) underline;
    top: -190px;
}
label {
    display: block;
    font-size: 25px;
    color: rgb(255, 187, 0);
    margin: 10px;
    
}
input[type="text"] {
    width: 560px;
    height: 40px;
    padding: 10px;
    font-size: 20px;
    background-color: rgb(37, 37, 37);
    border: 2px solid #000;
    color: #FFF;
    border-radius: 10px;
}
input:focus {
    border: 2px solid rgb(255, 187, 0);
    outline: none;

}
.radio 
{
color: #FFF;
font-size:20px;
text-decoration: none;
}
textarea {
    padding: 20px;
    margin-left: 10px;
    color: #FFF;
    background-color: rgb(37, 37, 37);
    border: 2px solid #000;
    resize: none;
    font-size: 20px;
    display: block;
    
}
textarea:focus {
    border: 1px solid rgb(255, 187, 0);
    outline: 1px solid rgb(255, 187, 0); 
}
.submit1 {
    width: 188px;
    height: 60px;
    background-color: rgb(255, 187, 0);
    border-radius: 8px;
    font-size: 25px;
    font-weight: bold;
    margin-top: -40px;
    margin-left: 105px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    color: #000;

}
.submit {
    color: #000;
    text-decoration: none;
}
form {
    margin-left: 100px;
    position: relative;
    top: -120px;
    width: fit-content;
    height: fit-content;
}
.contact {
    position: relative;
    top: -234px;
}
.contactme {
    font-size: 40px;
    color: rgb(255, 187, 0);
    font-weight: bold;
    position: relative;
    margin: 20px 30px 20px 50px;
    text-decoration: rgb(255, 187, 0) underline;
    top: -160px;
}
img.certificate {
    width: 400px;
    height: 250px;
    border: rgb(255, 187, 0) 1px solid;
    border-radius: 10px;
    margin: 20px;
    display: block;
    position: relative;
    top: -130px;
}
img.certificate2 {
    width: 400px;
    height: 250px;
    border: rgb(255, 187, 0) 1px solid;
    border-radius: 10px;
    margin: 20px;
    display: block;
    position: relative;
    top: -401px;
    left: 470px;
}
.contact2 {
    position: relative;
    top: -234px;
}
.html {
    color: rgb(255, 187, 0);
    text-decoration: underline;
    font-size: 15px;
    margin: 10px;
    position: relative;
    top: -400px;
    left:145px;
}
.css {
    color: rgb(255, 187, 0);
    text-decoration: underline;
    font-size: 15px;
    margin: 10px;
    position: relative;
    top: -425px;
    left:630px;
}
.information {
    float: right;
    position: relative;
    top: -1105px;
    right: 120px;
    font-size:20px ;
    width: 400px;
    height: 400px;
    padding: 20px;
}
h3 {
    font-size: 23px;
    color: rgb(255, 187, 0);
    text-decoration: underline;
}
p.contact-meee {
    font-size: 20px;
    color: rgb(209, 209, 209);
    border: 1px solid rgb(119, 119, 119);
    border-radius: 5px;
    padding: 15px; 

}

/*--------------------------------------------------------------------------------------------*/


@media only screen and (min-width: 330px) and (max-width: 500px) {
    body {
        width: 100%;
        height: 100%;
    }
    a.home {
        left: 30px;
        position: absolute;
        top: 134px;
        color: #000;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        width: 65px;
        height: 30px;
    }
    a.work {
        left : 130px;
        position: absolute;
        top: 134px;
        color: #000;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        word-spacing: 0px;
        width: 100px;
        height: 30px;
        }
    a.about {
        left: 258px;
        position: absolute;
        top: 134px;
        color: #000;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        height: 30px;
        width: 65px;
    }
    .header {
        height: 140px;
        max-width: 100%;
        padding:14px;
    }
    .v-line1, .v-line2 {
        display: none;
    }
    .workpage {
        top:10px;
        left: 74px;
        width:170px;
    }
    .background {
        top:32px;
        left: 246px;
    }
    .pofhead {
        top:68px;
        left: 55px;
    }
    hr.llinks2 {
        display: block;
        top: 95px;
        position: relative;
        background-color: #000;
        outline: none;
        border: 1px solid #000;
        width: 109%;
        right: 15px;
    }
    div.paragraph {
        width: 250px;
        margin-left: 28px;
    }
    .me {
        width:200px;
        height: 200px;
        left: 81px;
        top: 45px;
        position: relative;
    }
    .contact {
        top: 120px;
    }
    .contactme22 {
        position: relative;
        top: 133px;
        font-size: 30px;
        color: rgb(255, 187, 0);
        text-decoration: underline;
        font-weight: bold;
        margin: 20px 30px 20px 50px;
    }
    img.certificate {
        width:250px;
        height: 195px;
        position: relative;
        top: 155px;
        left:40px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    img.certificate2 {
        
        width: 250px;
        height: 195px;
        position: relative;
        top: 230px;
        left:40px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    .html {
        position: relative;
        top: -45px;
        left: 101px;
        width: 146px;
    }
    .css {
        position: relative;
        top: 210px;
        left: 101px;
        width: 146px;
    }
    .contact2 {
        top: 240px;
    }
    .contactme {
        top: 270px;
    }
    form {
        top : 294px;
        left: -67px;
    }
    input[type="text"] {
        width: 250px;
    }
    textarea {
        width: 247px;
    }
    .submit1 {
        top : 383px;
        position: relative;
        left: -8px;
    }
    .information {
        width : 300px;
        position: relative;
        top: 400px;
        left: -10px;
    }
    .fa {
        width: 17px;
        padding: 18px;
    }
    .follow {
        top: 403px;
        position: relative;
        font-size: 20px;
        color: #000;
        width: 190px;
        height: 50px;
        right: 170px;
        background-color: rgb(255, 187, 0);
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        transition: all 1s ease-in-out;
    }
    .h333 {
        color: #000;
    }
    hr.line {
        max-width: 99%;
    }
    hr.line2 {
        max-width: 99%;
        width: 1526px;
    }
}

/*------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 300px) and (max-width: 330px) {
    body {
        width: 100%;
        height: 100%;
    }
    a.home {
        left: 30px;
        position: absolute;
        top: 134px;
        color: #000;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        width: 65px;
        height: 30px;
    }
    a.work {
        left : 130px;
        position: absolute;
        top: 134px;
        color: #000;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        word-spacing: 0px;
        width: 100px;
        height: 30px;
        }
    a.about {
        left: 258px;
        position: absolute;
        top: 134px;
        color: #000;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        height: 30px;
        width: 65px;
    }
    .header {
        height: 140px;
        width:93.9%;
        padding:14px;
    }
    .v-line1, .v-line2 {
        display: none;
    }
    .workpage {
        top:10px;
        left: 65px;
        width:170px;
    }
    .background {
        top:32px;
        left: 229px;
    }
    .pofhead {
        top:68px;
        left: 29px;
    }
    hr.llinks2 {
        display: block;
        top: 95px;
        position: relative;
        background-color: #000;
        outline: none;
        border: 1px solid #000;
        width: 111%;
        right: 15px;
    }
    div.paragraph {
        width: 250px;
        margin-left: 16px;
    }
    .me {
        width:200px;
        height: 200px;
        left: 65px;
        top: 45px;
        position: relative;
    }
    .contact {
        top: 120px;
        width: 103%;
    }
    .contactme22 {
        position: relative;
        top: 133px;
        font-size: 30px;
        color: rgb(255, 187, 0);
        text-decoration: underline;
        font-weight: bold;
        margin: 20px 30px 20px 50px;
    }
    img.certificate {
        width:250px;
        height: 195px;
        position: relative;
        top: 155px;
        left:40px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    img.certificate2 {
        
        width: 250px;
        height: 195px;
        position: relative;
        top: 230px;
        left:40px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    .html {
        position: relative;
        top: -45px;
        left: 101px;
        width: 146px;
    }
    .css {
        position: relative;
        top: 210px;
        left: 101px;
        width: 146px;
    }
    .contact2 {
        top: 240px;
        width: 103%;
    }
    .contactme {
        top: 270px;
    }
    form {
        top : 294px;
        left: -67px;
    }
    input[type="text"] {
        width: 250px;
    }
    textarea {
        width: 220px;
    }
    .submit1 {
        top : 383px;
        position: relative;
        left: -31px;
    }
    .information {
        width : 300px;
        position: relative;
        top: 400px;
        left: 20px;
    }
    .fa {
        width: 12px;
        padding: 16px;
    }
    .follow {
        top: 386px;
        position: relative;
        font-size: 20px;
        color: #000;
        width: 190px;
        height: 50px;
        right: 170px;
        background-color: rgb(255, 187, 0);
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        transition: all 1s ease-in-out;
    }
    .h333 {
        color: #000;
    }
    hr.line {
        max-width: 103%;
    }
    hr.line2 {
        max-width: 103%;
        width: 1526px;
    }
}



/*------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 500px) and (max-width: 570px) {
    body {
        width: 100%;
        height: 100%;
    }
    a.home {
        left: 52px;
        position: absolute;
        top: 134px;
        color: #000;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        width: 65px;
        height: 30px;
    }
    a.work {
        left : 225px;
        position: absolute;
        top: 134px;
        color: #000;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        word-spacing: 0px;
        width: 100px;
        height: 30px;
        }
    a.about {
        left: 415px;
        position: absolute;
        top: 134px;
        color: #000;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        height: 30px;
        width: 65px;
    }
    .header {
        height: 140px;
        width:93.9%;
        padding:14px;
    }
    .v-line1, .v-line2 {
        display: none;
    }
    .workpage {
        top:10px;
        left: 140px;
        width:170px;
    }
    .background {
        top:32px;
        left: 410px;
    }
    .pofhead {
        top:68px;
        left: 98px;
    }
    hr.llinks2 {
        display: block;
        top: 95px;
        position: relative;
        background-color: #000;
        outline: none;
        border: 1px solid #000;
        width: 111%;
        right: 15px;
    }
    div.paragraph {
        width: 455px;
        margin-left: 16px;
    }
    .me {
        width:200px;
        height: 200px;
        left: 160px;
        top: 65px;
        position: relative;
    }
    .contact {
        top: 120px;
        width: 103%;
    }
    .contactme22 {
        position: relative;
        top: 133px;
        font-size: 30px;
        color: rgb(255, 187, 0);
        text-decoration: underline;
        font-weight: bold;
        margin: 20px 30px 20px 50px;
    }
    img.certificate {
        width:250px;
        height: 195px;
        position: relative;
        top: 155px;
        left:40px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    img.certificate2 {
        
        width: 250px;
        height: 195px;
        position: relative;
        top: 230px;
        left:40px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    .html {
        position: relative;
        top: -45px;
        left: 101px;
        width: 146px;
    }
    .css {
        position: relative;
        top: 210px;
        left: 101px;
        width: 146px;
    }
    .contact2 {
        top: 240px;
        width: 103%;
    }
    .contactme {
        top: 270px;
    }
    form {
        top : 294px;
        left: -67px;
    }
    input[type="text"] {
        width: 450px;
    }
    textarea {
        width: 420px;
    }
    .submit1 {
        top : 383px;
        position: relative;
        left: 70px;
    }
    .information {
        width : 410px;
        position: relative;
        top: 400px;
        left: -45px;
    }
    .fa {
        width: 12px;
        padding: 16px;
    }
    .follow {
        top: 404px;
        position: relative;
        font-size: 20px;
        color: #000;
        width: 190px;
        height: 50px;
        right: 170px;
        background-color: rgb(255, 187, 0);
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        transition: all 1s ease-in-out;
    }
    .h333 {
        color: #000;
    }
    hr.line {
        max-width: 103%;
    }
    hr.line2 {
        max-width: 103%;
        width: 1526px;
    }
}

/*------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    body {
            margin: 0;
            margin-left: 0;
            margin-right: 0;
            background-color:rgb(37, 37, 37);
            z-index: 1;
            max-width: 100%;
            overflow-y: scroll;
            overflow-x: hidden;
    }
    .pofhead {
        font-family: sans-serif,Arial,Calibri;
        font-size: 15px;
        font-weight: 300;
        position: absolute;
        top: 64px;
        float: left;
        left:40px ;
    }
    a.home {
       
        color: #000;
        word-spacing: 5px;
        position:absolute;
        top: 50px;
        right: 320px;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        flex:auto;
    }
    a.about {
       
        color: #000;
        word-spacing: 5px;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        position:absolute;
        top: 50px;
        right: 134px;
        font-weight: bold;
        flex: auto;
        text-decoration: none;
    }
    a.work {
       
        color: #000;
        word-spacing: 5px;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        position:absolute;
        top: 50px;
        flex: auto;    
        right: 205px;
        font-weight: bold;
        text-decoration: none;
    }
    .header {
        background-color:rgb(255, 187, 0);
        color: #000;
        background-attachment: fixed;
        height: 100px;
        padding: 10px;
        border: 3px solid #0000;
        font-family: sans-serif,Arial,Calibri;
        border:  rgb(255, 187, 0) 5px solid;
        z-index: 2;
        position: relative;
        max-width: 100%;
        float: none; 
    }
    .v-line1, .v-line2 {
        display: block;
    }
    .v-line1 {
        top: 20px;
        left: 470px;
    }
    .v-line2 {
        top: 20px;
        left: 583px;
    }
    .workpage {
        width: 400px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        position: absolute;
        top: 1px;
        left: 40px;
    }
    .background {
        top:42px;
        left: 660px;
    }
    hr.llinks2 {
        display: none;
    }
    div.paragraph {
        width: 680px;
        margin-left: 16px;
    }
    .me {
        width:250px;
        height: 250px;
        left: 265px;
        top: 65px;
        position: relative;
    }
    .contact {
        top: 120px;
        width: 99%;
    }
    .contactme22 {
        position: relative;
        top: 133px;
        font-size: 30px;
        color: rgb(255, 187, 0);
        text-decoration: underline;
        font-weight: bold;
        margin: 20px 30px 20px 50px;
    }
    img.certificate {
        width:250px;
        height: 195px;
        position: relative;
        top: 155px;
        left:80px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    img.certificate2 {
        
        width: 250px;
        height: 195px;
        position: relative;
        top: -60px;
        left:480px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    .html {
        position: relative;
        top: -45px;
        left: 135px;
        width: 146px;
    }
    .css {
        position: relative;
        top: -73px;
        left: 550px;
        width: 146px;
    }
    .contact2 {
        top: 240px;
        width: 99%;
    }
    .contactme {
        top: 270px;
    }
    form {
        top : 294px;
        left: 15px;
    }
    input[type="text"] {
        width: 550px;
    }
    textarea {
        width: 525px;
    }
    .submit1 {
        top : 383px;
        position: relative;
        left: 215px;
    }
    .information {
        width : 410px;
        position: relative;
        top: 400px;
        left: -136px;
    }
    .fa {
        width: 12px;
        padding: 16px;
    }
    .follow {
        top: 404px;
        position: relative;
        font-size: 20px;
        color: #000;
        width: 190px;
        height: 50px;
        right: 170px;
        background-color: rgb(255, 187, 0);
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        transition: all 1s ease-in-out;
    }
    .h333 {
        color: #000;
    }
    hr.line {
        max-width: 99%;
    }
    hr.line2 {
        max-width: 99%;
        width: 1526px;
    }
}

/*------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    body {
            margin: 0;
            margin-left: 0;
            margin-right: 0;
            background-color:rgb(37, 37, 37);
            z-index: 1;
            max-width: 100%;
            overflow-y: scroll;
            overflow-x: hidden;
    }
    .pofhead {
        font-family: sans-serif,Arial,Calibri;
        font-size: 15px;
        font-weight: 300;
        position: absolute;
        top: 64px;
        float: left;
        left:40px ;
    }
    a.home {
       
        color: #000;
        word-spacing: 5px;
        position:absolute;
        top: 50px;
        right: 320px;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        flex:auto;
    }
    a.about {
       
        color: #000;
        word-spacing: 5px;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        position:absolute;
        top: 50px;
        right: 134px;
        font-weight: bold;
        flex: auto;
        text-decoration: none;
    }
    a.work {
       
        color: #000;
        word-spacing: 5px;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        position:absolute;
        top: 50px;
        flex: auto;    
        right: 205px;
        font-weight: bold;
        text-decoration: none;
    }
    .header {
        background-color:rgb(255, 187, 0);
        color: #000;
        background-attachment: fixed;
        height: 100px;
        padding: 10px;
        border: 3px solid #0000;
        font-family: sans-serif,Arial,Calibri;
        border:  rgb(255, 187, 0) 5px solid;
        z-index: 2;
        position: relative;
        max-width: 100%;
        float: none; 
    }
    .v-line1, .v-line2 {
        display: block;
    }
    .v-line1 {
        top: 20px;
        left: 724px;
    }
    .v-line2 {
        top: 20px;
        left: 839px;
    }
    .workpage {
        width: 400px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        position: absolute;
        top: 1px;
        left: 40px;
    }
    .background {
        top:42px;
        left: 915px;
    }
    hr.llinks2 {
        display: none;
    }
    div.paragraph {
        width: 935px;
        margin-left: 16px;
    }
    .me {
        width:250px;
        height: 250px;
        left: 394px;
        top: 65px;
        position: relative;
    }
    .contact {
        top: 120px;
        width: 99%;
    }
    .contactme22 {
        position: relative;
        top: 133px;
        font-size: 30px;
        color: rgb(255, 187, 0);
        text-decoration: underline;
        font-weight: bold;
        margin: 20px 30px 20px 50px;
    }
    img.certificate {
        width:250px;
        height: 195px;
        position: relative;
        top: 155px;
        left:80px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    img.certificate2 {
        
        width: 250px;
        height: 195px;
        position: relative;
        top: -60px;
        left:480px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    .html {
        position: relative;
        top: -45px;
        left: 135px;
        width: 146px;
    }
    .css {
        position: relative;
        top: -73px;
        left: 550px;
        width: 146px;
    }
    .contact2 {
        top: 240px;
        width: 99%;
    }
    .contactme {
        top: 270px;
    }
    form {
        top : 294px;
        left: -50px;
    }
    input[type="text"] {
        width: 350px;
    }
    textarea {
        width: 525px;
    }
    .submit1 {
        top : 383px;
        position: relative;
        left: 20px;
    }
    .information {
        width : 410px;
        position: relative;
        top: -680px;
        left: -30px;
    }
    .fa {
        width: 12px;
        padding: 16px;
    }
    .follow {
        top: 399px;
        position: relative;
        font-size: 20px;
        color: #000;
        width: 190px;
        height: 50px;
        right: 170px;
        background-color: rgb(255, 187, 0);
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        transition: all 1s ease-in-out;
    }
    .h333 {
        color: #000;
    }
    hr.line {
        max-width: 99%;
    }
    hr.line2 {
        max-width: 99%;
        width: 1526px;
    }
}
/*------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1440px) and (max-width: 1535px) {
    body {
            margin: 0;
            margin-left: 0;
            margin-right: 0;
            background-color:rgb(37, 37, 37);
            z-index: 1;
            max-width: 100%;
            overflow-y: scroll;
            overflow-x: hidden;
    }
    .pofhead {
        font-family: sans-serif,Arial,Calibri;
        font-size: 15px;
        font-weight: 300;
        position: absolute;
        top: 64px;
        float: left;
        left:40px ;
    }
    a.home {
       
        color: #000;
        word-spacing: 5px;
        position:absolute;
        top: 50px;
        right: 320px;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        font-weight: bold;
        text-decoration: none;
        flex:auto;
    }
    a.about {
       
        color: #000;
        word-spacing: 5px;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        position:absolute;
        top: 50px;
        right: 134px;
        font-weight: bold;
        flex: auto;
        text-decoration: none;
    }
    a.work {
       
        color: #000;
        word-spacing: 5px;
        font-size: 19px;
        font-family: sans-serif,Arial,Calibri;
        position:absolute;
        top: 50px;
        flex: auto;    
        right: 205px;
        font-weight: bold;
        text-decoration: none;
    }
    .header {
        background-color:rgb(255, 187, 0);
        color: #000;
        background-attachment: fixed;
        height: 100px;
        padding: 10px;
        border: 3px solid #0000;
        font-family: sans-serif,Arial,Calibri;
        border:  rgb(255, 187, 0) 5px solid;
        z-index: 2;
        position: relative;
        max-width: 100%;
        float: none; 
    }
    .v-line1, .v-line2 {
        display: block;
    }
    .v-line1 {
        top: 20px;
        left: 1142px;
    }
    .v-line2 {
        top: 20px;
        left: 1255px;
    }
    .workpage {
        width: 400px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        position: absolute;
        top: 1px;
        left: 40px;
    }
    .background {
        top:42px;
        left: 1330px;
    }
    hr.llinks2 {
        display: none;
    }
    div.paragraph {
        width: 935px;
        margin-left: 16px;
    }
    .me {
        width:250px;
        height: 250px;
        left: 1111px;
        top: -285px;
        position: relative;
    }
    .contact {
        top: 120px;
        width: 100%;
    }
    .contactme22 {
        position: relative;
        top: 133px;
        font-size: 30px;
        color: rgb(255, 187, 0);
        text-decoration: underline;
        font-weight: bold;
        margin: 20px 30px 20px 50px;
    }
    img.certificate {
        width:250px;
        height: 195px;
        position: relative;
        top: 155px;
        left:80px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    img.certificate2 {
        
        width: 250px;
        height: 195px;
        position: relative;
        top: -60px;
        left:480px;
        margin: 20px 0px 20px 0px ;
        margin-right: 0px;
    }
    .html {
        position: relative;
        top: -45px;
        left: 135px;
        width: 146px;
    }
    .css {
        position: relative;
        top: -73px;
        left: 550px;
        width: 146px;
    }
    .contact2 {
        top: 240px;
        width: 100%;
    }
    .contactme {
        top: 270px;
    }
    form {
        top : 294px;
        left: -50px;
    }
    input[type="text"] {
        width: 480px;
    }
    textarea {
        width: 750px;
    }
    .submit1 {
        top : 383px;
        position: relative;
        left: 20px;
    }
    .information {
        width : 410px;
        position: relative;
        top: -680px;
        left: -30px;
    }
    .fa {
        width: 12px;
        padding: 16px;
    }
    .follow {
        top: 399px;
        position: relative;
        font-size: 20px;
        color: #000;
        width: 190px;
        height: 50px;
        right: 170px;
        background-color: rgb(255, 187, 0);
        text-align: center;
        line-height: 50px;
        border-radius: 5px;
        transition: all 1s ease-in-out;
    }
    .h333 {
        color: #000;
    }
    hr.line {
        max-width: 100%;
    }
    hr.line2 {
        max-width: 100%;
        width: 1526px;
    }
}