
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Cabin', sans-serif;
}
  body, html {
    height: 100%;
    background-color: white;
  }
  .articles{
    display: flex;
    justify-content: space-between;
    padding:  15px;
  }
  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%;
        }
  h2 {
    font-weight: 400 ;
    font-size: 20px;
    color:black;
  } 
 
  #text:hover {
    cursor:pointer;
  }
  .log {
    margin-right: 7.22%;
          margin-top: 8px;
          float: right;
          display:flex;
          flex-direction: row;
        }
  .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: #4D3333;
  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;
  }
  .button-up:hover {
  color: #0A79B8;
  }
  h2: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;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 20px;

  }
  .left1 {
   margin-left: 65%;
   margin-top: -43%;
  }
  .pic{
display: flex;
  }
  .mission{
    float:left;
    width:40.3%;
    margin-left: 2.22%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .services{
    width: 15%;
    height:60%;
    background-color:rgba(217, 217, 217,.1);
    border-radius: 2%;
    display: flex;
    text-align: center;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    margin-left: 2%;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);

    
  }
  .services2{
    width: 6%;
    height: 4%;
    background-color:rgba(217, 217, 217,.1);
    border-radius: 2%;
    float:right;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
  }
  .services3{
    width: 6%;
    height: 4%;
    background-color:rgba(217, 217, 217,.1);
    border-radius: 2%;
    margin-top: 6%;
    margin-left: -6%;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);

  }
  .services4{
    width: 45%;
    height:180%;
    background-color:rgba(217, 217, 217,.1);
    border-radius: 2%;
    display: flex;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 4%;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
        
  }
  .services5{
    width: 30%;
    height: 30%;
    background-color:rgba(217, 217, 217,.1);
    border-radius: 2%;
    float:right;
    margin-right:;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
  }
  .services6{
    width: 18%;
    height: 12%;
    background-color:rgba(217, 217, 217,.1);
    border-radius: 2%;
    margin-top: 6%;
    margin-right:;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);

  }
  .left1 .job{
    margin-bottom: 8%;
    margin-right: -20%;
  }
  .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;
    margin-right: -70px;
  } 
 .hi {
    color:#0A79B8;
    font-size: 70px;
    font-weight: 300;
    background-color: white;
    text-align: center;
    padding-top: 8%;
  }
  .button-cv {
    background-color:#0A79B8;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: white;
    border-radius: 5%;
    width: 115px;
    height: 30px;
    margin-left: 45%;
    margin-bottom: 5%;
  } 
  img {
    max-width:100%;
    max-height:100%;
    object-fit: contain;
    }
    .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;
    margin-top: 3%;
    margin-bottom: 3%;
    padding-left:;
  }
  .job2 {
    font-size: 30px;
    font-weight: 500;
    color: black ;
    line-height: 150%;
    padding: 2%;
    text-align: center;
  }
  .company {
    font-size: 16px;
    margin-top:;
    width: 80%;
    font-weight: 400;
    padding-left: 3%;
  }
  .nav {
    display: flex;
    flex-direction: row;
    margin: 5%;
    justify-content: space-between;
    padding-left: 15% ;
    padding-right: 15%;
  }
  .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%;
  
  }
  
  
  @media only screen and (max-width: 375px) {
    .mission{
     margin-top: 0 auto;
      width:100%;
      text-align: center;
    }
    .services{
      margin: 0 auto;
      width:100%;
      text-align: center;
  
  }
  header {
    justify-content: space-between;
    width:100%;
    border-top: 8px solid;
    border-color: black;
    background:white;
    color: #0c0c0c;
    font-family: 'Arial';
    position: fixed;
    top: 0;
    
  }
  .footer {
  display: none;
  }
  .container{
    /*display: inline-block;*/
    margin-top: 15%;
    /*justify-content: space-between;*/
    font-size: 16px;
    font-weight:250;
    margin:0 auto;
    padding-top: 10em;
  }
  .logo {
          /* margin:1em auto; */
          color:rgb(0, 0, 0);
          font-size:1.0em;
          justify-self: center;
          align-self:center;
          font-weight:900;
  
        }
        .log {
  
                color:rgb(10, 10, 10);
                list-style: none;
                margin-right: auto;
                width: 60%
              }
              .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%;
  
              }
            }
            .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;
            }