
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Cabin', sans-serif;
}
  body, html {
    height: 100%;
    background-color: white;
  }
  
  nav {
          display: flex;
          justify-content: space-between;
          width:100%;
          background:#ffffff;
          color: black;
          font-family: 'Cabin';
          position: fixed;
          top: 0;
          z-index: 9999;
          box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
  
        }
  
  .main {
    padding-bottom: 0;
  }
  .logo {
          /* margin:1em auto; */
          justify-self: center;
          align-self:center;
          /*font-weight:900;*/
          margin-left:7.22%;
          font-family: 'Cabin';
          font-size: 40px;
          font-weight: 600;
          color: black;
          padding-bottom: 1%;
          padding-top: 5%;
        }
  h2 {
    font-weight: 400 ;
    font-size: 20px;
    color:black;
  } 
  h2:hover {
    color: #0A79B8;
    }
 
  #text:hover {
    cursor:pointer;
  }
  .log {
    margin-right: 7.22%;
          margin-top: 8px;
          float: right;
          display:flex;
          flex-direction: row;
          font-family: 'Cabin';
        }
  .button {
    background-color:#0A79B8;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5%;
    width: 115px;
    height: 41px;
  }
  .button:hover {
  background-color: white;
  color:#0A79B8;
  }
  .button-up {
    border: none;
    cursor: pointer;
    padding: 15px 35px;
    justify-self: center;
    align-self:center;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color:black;
    font-family: 'Cabin';
  }
  .button-up:hover {
  color: #0A79B8;
  }
  .logo:hover {
    color: #0A79B8;
    }
  
  .main-button > ul {
    /*display:flex;*/
    flex-direction: column;
    list-style: none;
    float: left;
    padding-left: 30%;
    padding-top: 10%;
  }
  .main-button {
    width:30%;
    margin: 0 auto;
  }
  .title{
    box-shadow: 0 1px 3px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.7);
    background-color: rgba(255, 200, 200, 0.8);
    margin-top: 100px;
  }
  /*h1{
    text-align: center;
    margin:0 auto;
   font-family:'Helvetica Neue';
  }*/
  
  
  .container{
    font-size: 16px;
    font-weight:400;
    margin-top: 15px;
    font-family: 'Arial';
    background-color:white;
    align-items: center;
    justify-content: center;
  }
  .mission{
    float:left;
    width:40.3%;
    margin-left: 2.22%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .services{
    margin: 0 auto;
    margin-top: 3%;
    padding-top: 2%;
    width: 40%;
    height: 50%;
    background-color:rgba(217, 217, 217,.1);
    border-radius: 5%;
    align-items: center;
    justify-content: center;
    justify-items: center;
    background-color: rgba(217, 217, 217, 0.226);
    box-shadow: 1px 3px 1px 1px rgba(0,0,0,0.5) ;
  }
  .exp {
    position: relative;
    width: 160px;
     height: 170px;
    background-color: white;
    border-radius: 50%;
    padding-top: 3%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 70px; 
  } 
   .hi {
    color:#0A79B8;
    font-size: 60px;
    font-weight: 450;
    position:relative;
    text-align: center;
    margin-top: 10%;

  }
  .button-cv {
    background-color:#0A79B8;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: white;
    border-radius: 3%;
    width: 60%;
    height: 30px;
    margin-left: 20%;
    margin-bottom: 5%;
  } 
  img {
    max-width:85%;
    max-height:85%;
    }
    .line{ 
    width: 180px;
    height: 0px;
    border-top: 5px solid #0A79B8;
    position: absolute;
    align-items: center;
    justify-content: center;
    margin-left: 13%;
    margin-top:-2.5%;
}   
  .time {
    color:rgb(136, 131, 131);
  }
  .job {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 35px;
  }
  .company {
    font-size: 20px;
    margin-top: -15px;
    width: 80%;
    font-weight: 400;
    text-align: center;
    margin-left: 10%;
  }
  .nav {
    display: flex;
    flex-direction: row;
    margin: 5%;
    margin-top:;
    justify-content: space-between;
    padding-left: 15% ;
    padding-right: 15%;
  }
 .email{
    color: black;

  }
  .input{
    background-color: rgba(217, 217, 217, 0.226);
    border:#0A79B8 1px solid;
    border-radius: 5%;
    width: 70%;
    height: 30px;
    margin-top: -2%;
    padding-left: 10px;

  }
  .nav2 {
    display: flex;
    flex-direction: row;
    margin-top: 2%;
    margin-left: 25%;
    padding-left: 15% ;
    padding-right: 15%;
  }
  .account{
    color:black;
  }
  .account2{
    color:#0A79B8;
    padding-left: 2%;
  }
  .button1 {
    border: none;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    color: black;
    width: 130px;
    height: 40px;
    float: left;
    line-height: 150%;
    font-weight: 500;
    margin-left: -10%;
    margin-top: 8%;
  }
  .detail{
    color: black;
    font-size: 15px;
  }
  .button2 {
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    color: black;
    width: 170px;
    height: 40px;
    float: right;
    left: 50%;
    line-height: 150%;
    font-weight: 500;
    margin-right: -40%;
    margin-top: 8%;
  }
  .hi2{
    text-align: left;
    font-size: 15px;
    color: black;
    line-height: 120%;
    font-weight: 520;
    padding: 4%;
  }
  
  
  .footer {
    display: block;
    background: black;
  text-align: center;
  width: 100%;
  margin-top: 80px;
  height: 120px;
  bottom: 0;
  position: relative;
  overflow: hidden;
  }
  .left{
  
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    width:auto;
    font-size: 100%;
    justify-content:space-evenly;
  
    padding-left: 20%;
    padding-right: 20%;
  }
  .right{
  
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    float: right;
    list-style: none;
  }
  a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: grey;
  }
  
  .fa {
  
    font-size: 5px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  .block{
    background-color:rgba(0,200,255,1);
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 14px 28px;
    width: 100%;
  
  }
  #head .fa{
    display: none;
  }
 .logo {
              /* margin:1em auto; */
              font-size:1.5em;
              justify-self: center;
              align-self:center;
              margin-left:7.22%;
              font-family: 'Arial';
              font-size: 15px;
              line-height: 20px;
              font-weight: 900;
              padding-top: 20px;
            }
            #text:hover {
              cursor:pointer;
            }
            @media (max-width: 900px) {
              #head .button-up{
                display: block;
                padding-right: 10px;
                text-align: left;   
              }
             .log {
              display: block;
                position: absolute;
                background-color: rgb(204, 183, 183); 
                height: 100vh;
                width: 200px;
                cursor: pointer;
                top: 0;
                right: -200px;
                margin-top: 0;
                text-align: left;
                z-index: 2;
                margin-right: -5.22%;
    
              }
               #head .fa{
                display: block;
                margin: 20px;
                font-size: 22px;
                cursor:  pointer;
               }
               .logo{
                padding-bottom: 20px;
                color: black;
               }
    
               .mission{
                margin-top: 50px;
                float: none;
                text-align: center;
                width: 90%;
    
               }
               .container{
                display: block;
                margin: 0 auto;
                background-color:white;
               }
               .exp {
                font-size: 70px;
                display: flex;
                justify-content: center;
                box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
               }
               .job{
                font-size: 35px;
                width: 100%;
               }
               .job2{
                font-size: 30px;
                width: 100%;
               }
               .company {
                font-size: 20px;
                width: 100%;
                
               }
               .nav {
                justify-content: space-between;
                justify-content: center;
                align-items: center;
            }
            .services{
              float: none;
              padding-top: 2%;
              text-align: left;
              justify-content: center;
              color: white;
              border: none;
              box-shadow: none;
              width: 80%;
              height: 100%;
              box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
              padding-left: 10px;
    
            }
            .line{
              justify-content: center;
              align-items: center;
              width: 70%;
            }
            .left{
              margin-top: -10%;
            }
            .hi {
              color:#0A79B8;
              font-size: 40px;
              font-weight: 400;
              position:relative;
              text-align: center;
              margin-top: 20%;
          
            }
            .nav2 {
              display: flex;
              flex-direction: row;
              margin-top: 2%;
              margin-left: 10%;
              padding-left: 10% ;
              padding-right: 10%;
            }
            .account{
              color:black;
            }
            .account2{
              color:#0A79B8;
              padding-left: 2%;
            }
            .nav {
              display: flex;
              flex-direction: row;
              margin: 5%;
              margin-top:;
              justify-content: space-between;
              padding-left: 15% ;
              padding-right: 15%;
              text-align: left;
            }
           .email{
              color: black;
          
            }
            .input{
              background-color: rgba(217, 217, 217, 0.226);
              border:#0A79B8 1px solid;
              border-radius: 5%;
              width: 70%;
              height: 30px;
              margin-top: -2%;
              padding-left: 10px;
          
            }
            }