
* {
  box-sizing: border-box;
}
body, html {
  height: 100%
}

header {
        display: flex;
        justify-content: space-between;
        width:100%;
        border-top: 8px solid;
        border-color: black;
        background:white;
        color: black;
        font-family: 'Arial';
        position: fixed;
        top: 0;
        
      }
img {
  border-radius: 40%;
  width: 30.58%;
  height: 100.5%;
  left: 70%;
  }
.main {
  padding-bottom: 0;
}
.logo {
        /* margin:1em auto; */
        font-size:1.5em;
        justify-self: center;
        align-self:center;
        /*font-weight:900;*/
        margin-left:7.22%;
        font-family: 'Arial';
        font-size: 15px;
        line-height: 20px;
        font-weight: 900;
        padding-top: 20px;
      }
h2 {
  font-weight: 400 ;
}      
#text:hover {
  cursor:pointer;
}
.log {
        left: 40%;
        margin-top: 20px;
        float: right;
        width: 25%;
        margin-right: 7.22%;
      }
.button {
  background-color:rgba(0,200,255,1);
  border: none;
  cursor: pointer;
  padding: 15px 35px;
  text-align: justify;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 2px;
}
.button:hover {
background-color: rgba(100,100,200,1);
}

.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:250;
  margin-top: 15%;
  font-family: 'Arial';
  line-height: 30px;
  display: block;
}
.mission{
  float:left;
  width:56.3%;
  margin-left: 7.22%;
}
.services{
  float: right;
  width:25%;
  margin-right: 7.22%;
  color:rgb(136, 131, 131);
  
}
.exp {
  color:rgb(136, 131, 131);
  font-size: 12px;
} 
.time {
  color:rgb(136, 131, 131);
}
.job {
  font-weight: 700;
}
.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;
  float: left;
  margin-left: 10em;
  list-style: none;
}
.right{

  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  float: right;
  margin-right: 10em;
  list-style: none;
}
a {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: grey;
}
.button-up{
  background-color: rgba(255, 150, 150, 1);
  border: none;
  cursor: pointer;
  padding: 15px 35px;
  text-align: justify;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 2px;
}
.button-up:hover {
background-color: rgba(255, 200, 200, 1);
}
.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;
          }