
* {
  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.7);
      }

.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: #0A79B8;
        padding-bottom: -5%;
      }
h2 {
  font-weight: 400 ;
  font-size: 20px;
}      
#text:hover {
  cursor:pointer;
}
.log {
  margin-right: 7.22%;
        margin-top: 8px;
        float: right;
        display:flex;
        flex-direction: row;
        font-family: 'Cabin';
      }
      .log2 {
        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: #ffffff;
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:rgb(15, 15, 15);
  font-family: 'Cabin';
}
.button-up: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: 4%;
  font-family: 'Arial';
  background-color: #ffffff;
}
.mission{
  float:left;
  width:56.3%;
  margin-left: 6.22%;
  text-align: center;
  background-color: #ffffff;
}
.services{
  float: right;
  margin-right: 7.22%;
  padding-top: 2%;
  margin-top: 3%;
  
}
img {
 opacity: 1;
  width: 280px;
  height: 450px;
  top: 30%;
  }
.exp {
  color:#0A79B8;
  font-size: 700%;
  font-weight: 600;
  position:relative;
  padding-top: 5%;
} 
.time {
  color:rgb(136, 131, 131);
}
.job {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 40px;
}
.company {
  font-size: 22px;
  padding-top: 8px;
  width: 80%;
  font-weight: 600;
  text-align: center;
  margin-left: 10%;
}
.nav {
  display: flex;
  flex-direction: row;
  margin: 5%;
  justify-content: space-between;
  padding-left: 15% ;
  padding-right: 15%;
}
.button1 {
  background-color:#0A79B8;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  color: white;
  border-radius: 5%;
  width: 110px;
  height: 40px;
  float: left;
}
.button2 {
  background-color:transparent;
  border: 2px solid ;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  color: black;
  border-radius: 5%;
  width: 110px;
  height: 40px;
  float: right;
  left: 50%;
}
.button1:hover {
  background-color:white;
  color:black;
  border: 2px solid #0A79B8;
}
.button2:hover {
  background-color: #0A79B8 ;
  color: white;
}

.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: 20px;
  width:auto;
  font-size: 150%;
  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;
}


@media (max-width: 800px) {
 /** .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 {

          padding: 30px;
            }
            .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;
          }
          #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: -6.22%;

          }
           #head .fa{
            display: block;
            margin: 20px;
            font-size: 22px;
            cursor:  pointer;
           }
           .logo{
            padding-bottom: 20px;
           }

           .mission{
            margin-top: 50px;
            float: none;
            text-align: center;
            justify-content: center;
            align-items: center;

           }
           .container{
            display: block;
            margin: 0 auto;
           }
           .exp {
            font-size: 70px;
           }
           .job{
            font-size: 13px;
            width: 150%;
           }
           .company {
            font-size: 18px;
            width: 150%;
            margin: 0 auto; 
            padding: 0%;
            
           }
           .nav {
            justify-content: space-between;
        }
        .services{
          float: none;
          padding-top: 2%;
          display: flex;
          justify-content: center;
          margin: 0 auto;

        }
        body, html {
          height: 100%;
          background-color: white;
          margin: 0 auto;
          justify-content: center;
          align-items: center;        }


        }
      