* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #ffffff;
}
body {
  height: 100vh;
}
.me a {
  text-align: right;
  margin-right: -13px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #808080;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;

  /* margin-left: 70px; */
}
/* .nav-bar {
    text-align: center;
    height: 10vh;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  } */
.nav-bar {
  text-align: center;
  height: 4vh;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.container {
  display: flex;
  flex-direction: column;
  /* flex: 1; */
}
.menu {
  display: none;
}
.container {
  display: flex;
  flex-direction: column;

  justify-content: center;
  justify-items: center;

  /* flex: 1; */
}
button {
  background-color: white; /* Green */
  border: none;
  color: rgb(10, 9, 9);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
/* button:hover {
    background-color: bisque;
  } */
#arrow {
  width: 30px;
  height: 20px;
  /* box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2); */
}
img {
  width: 90%;
  height: 70vh;
  /* box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2); */
}
#person-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 537px;
  height: 430px;
  /* width: 60%;
    height: 60vh; */
}
.person {
  margin-top: 20px;
  margin-right: 15%;
}

.desk {
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 9px;
  line-height: 80px;
  text-transform: uppercase;
  cursor: pointer;
}
/* .desk {
    font-family: futura-pt;
  
    font-weight: 300;
  
    font-style: normal;
  } */

.btn {
  display: flex;
  /* justify-content: center; */
  margin-left: 30%;
  margin-top: 15px;
}
/* @media screen and (min-width: 480px) {
    body {
      background-color: blue;
    }
  } */
.none {
  display: none;
}

/* start .nav-bar */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #0e0d0d;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.none {
  margin-left: 30px;
  margin-top: 20px;
}
/* redmore */
#more {
  display: none;
}
.text {
  align-items: center;
  text-align: center;
}
/* start bar */
#dash,
#length,
#bar {
  margin-top: 18px;
}
.project {
  width: 78%;
  text-align-last: right;
  text-transform: uppercase;
  color: #818181;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
/* end */

/* end readmore */

@media screen and (max-width: 768px) {
  .none {
    display: block;
  }

  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .btn {
    display: flex;
    /* justify-content: center; */
    margin-left: 10%;
    margin-top: 15px;
  }
  .btn {
    display: flex;
    /* justify-content: center; */
    margin-left: 10%;
    margin-top: 15px;
  }
  #person-image {
    width: 100%;
    height: 50vh;
    margin-left: 10%;
  }
  .mobile {
    margin-right: 20%;
  }
  .logo-name {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: -40px;
    margin-left: 20px;

    width: 80%;
  }
}
/* end-navbar */

@media screen and (min-width: 768px) {
  /* start */

  /* end */
  .container {
    display: flex;
    flex-direction: row;
    /* flex: 1; */
  }
  .menu {
    flex: 1;
  }
  .content {
    flex: 2;
  }

  /* start */
  .logo {
    padding-top: 2em;
    padding-left: 0.75em;
  }
  .menu {
    max-width: 160px;
    margin-left: 60px;
    margin-top: 50px;
    text-align: right;

    /* margin: 1rem; */
  }
  .item {
    list-style: none;
    font-size: 1.2em;

    padding: 0.65em;
    padding-left: 1em;
  }
  .me a {
    font-size: 1rem;
  }

  .menu-footer {
    display: flex;
    margin-top: 90px;
  }
  .menu-footer ul {
    list-style: none;
  }

  .menu {
    display: block;
  }
  .social-log {
    width: 20px;
    height: 20px;
  }
  .social li {
    display: inline;
    margin: 7px;
  }
  .social img {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .social-text {
    border-bottom: 2px solid;
    margin-bottom: 5px;
    margin-left: 9px;
    color: #818181;
  }

  img {
    height: 400px;
    width: 600px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
  }
  #person-image {
    display: flex;
    margin: auto;
    /* margin-top: 0.5%; */
  }

  .item {
    border-bottom: 1px solid #808080;
  }
  .top-level1 {
    border-top: 1px solid #808080;
  }
  .social-log {
    width: 20px;
    height: 20px;
  }
  .social li {
    display: inline;
    margin: 7px;
  }
  .social img {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .social-text {
    border-bottom: 2px solid;
    margin-bottom: 5px;
    margin-left: 9px;
  }
  .logo-name {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: -40px;
    margin-left: 8%;
    width: 70%;
    border-bottom: 1px solid #808080;
  }
}
.about {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: center;
  margin-left: 10%;
}
#about-img {
  width: 30%;
  height: 30%;
}
.pict {
  margin-top: 5%;
  display: flex;
  justify-content: center;
}
#end {
  margin-bottom: 100px;
}
