@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f7f7f5;
  font-family: 'Montserrat', sans-serif;
}

/*START OF 'HEADER'*/
.header {
  padding: 5px 16px 22px;
  color: #f7f7f5;
  z-index: 51;
  background-color: #2F3B45;
  position: fixed;
  width: 100%;
  display: table;
  height: 0px;
}

.header .logo {
  width: 80px;
  height: auto;
  cursor: pointer;
  position: relative;
  top: 4px;
  z-index: 99;
  display: table-cell;
}

.header .spacer {
  width: 1%;
  display: table-cell;
}

.header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: table-cell;
  float: right;
  top: 0;
}

.header li {
  display: inline-block;
}

.header li a {
  color: #f7f7f5;
  padding: 0px 16px;
  text-decoration: none;
  font-weight: 300;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.header li a:hover {
  color: white;
  font-weight: 500;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.header li button {
  background-color: #2F3B45;
  color: #f7f7f5;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  border-radius: 2%;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border: 1px solid #f7f7f5;
  font-weight: 300;
  margin-left: 20px;
}

.header li button:hover {
  background-color: #f7f7f5;
  color: #2a2a2a;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  cursor: pointer;
  border: 1px solid #f7f7f5;
  border-radius: 2%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-left: 20px;
}

.header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.header .sticky + .content {
  padding-top: 102px;
}

/*END OF 'HEADER'*/
/*START OF 'CONTENT'*/
.wrapper {
  width: 100%;
  max-width: 70%;
  padding: 0 60px;
  margin: -60px 0;
  color: black;
}

#navBar {
  display: none;
}

h1 {
  font-size: 35px;
  letter-spacing: .5px;
  line-height: 60px;
  font-weight: 400;
  margin-top: 110px;
}

h2 {
  font-size: 25px;
  font-weight: lighter;
  margin: 30px 0;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
}

p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}

#introduction {
  padding: 0 18px;
}

.accordion {
  background-color: #f7f7f5;
  color: black;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.active, .accordion:hover {
  background-color: #ddd;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-family: 'Lato', sans-serif;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  line-height: 32px;
}

#profile {
  background-color: white;
  position: absolute;
  right: 50px;
  top: 130px;
  text-align: center;
  max-width: 300px;
  padding: 50px 15px;
  border: .2px solid #dddddd;
  line-height: 25px;
}

#avi {
  border-radius: 50%;
  width: 165px;
  height: auto;
}

.about {
  margin-bottom: 60px;
}

.resume {
  font-size: 18px;
}

@media only screen and (max-width: 1000px) {
  .wrapper {
    max-width: 65%;
  }
}

@media only screen and (max-width: 800px) {
  .wrapper {
    padding: 80px 20px;
    max-width: 100%;
  }
  h1 {
      margin-top: 0px;
  }
  .header {
    display: none;
  }
  #profile {
    display: none;
  }
  p, .accordion {
    font-size: 18px;
  }
  .header2 {
    padding: 10px 16px;
    color: #f7f7f5;
    z-index: 99;
    display: block;
    background-color: #2F3B45;
  }
  .header2 .logo2 {
    width: 80px;
    height: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: 0;
    bottom: 0;
    z-index: 99;
  }
  .header2 #menubtn-wrapper {
    background-color: rgba(47, 59, 69, 0.7);
    display: inline-block;
    border-radius: 50%;
    margin: 7px;
    position: absolute;
    padding: 11px;
    cursor: pointer;
    z-index: 10;
    top: 8px;
    right: 8px;
  }
  .header2 #menubtn-wrapper:hover {
    background-color: #2f3b45;
  }
  .header2 .circle {
    width: 25px;
    height: 25px;
    position: relative;
  }
  .header2 .line {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f7f7f5;
    border-radius: 8px;
    -webkit-transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.2s;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.2s;
  }
  .header2 .top {
    top: 18%;
  }
  .header2 .middle {
    top: 49%;
  }
  .header2 .bottom {
    top: 79%;
  }
  .header2 .icn.close .top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 48%;
  }
  .header2 .icn.close .middle, .header2 .icn.close .bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 48%;
  }
  .header2 .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header2 .sticky + .content {
    padding-top: 102px;
  }
  #navBar {
    width: 270px;
    height: 100vh;
    position: fixed;
    background-color: #dddfdf;
    color: black;
    bottom: 0;
    right: 0;
    padding: 15vh 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    -webkit-transition: -webkit-transform 800ms;
    transition: -webkit-transform 800ms;
    transition: transform 800ms;
    transition: transform 800ms, -webkit-transform 800ms;
  }
  #navBar.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-items {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .nav-items > li {
    list-style-type: none;
    margin-bottom: 8vh;
    margin-left: 35px;
    text-align: left;
    font-size: 25px;
    font-weight: 100;
  }
  .nav-items > li > a {
    color: black;
    text-decoration: none;
  }
  .nav-items > li:hover {
    cursor: pointer;
    font-weight: 500;
  }
  .footer {
    text-align: center;
  }
  .contactbtn {
    background-color: #2a2a2a;
    color: #f7f7f5;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10vh 0;
    cursor: pointer;
    border-radius: 2%;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    border: 1.5px solid #2a2a2a;
    font-weight: 300;
    position: absolute;
    bottom: 0px;
    right: 58px;
  }
  .contactbtn:hover {
    background-color: #dddfdf;
    color: #2a2a2a;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10vh 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    cursor: pointer;
    border: 1.5px solid #2a2a2a;
    border-radius: 2%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    position: absolute;
    bottom: 0px;
    right: 58px;
  }
}

/*END OF 'CONTENT'*/
/*START OF FOOTER*/
#footer-spacing {
  width: 100%;
  margin: 20vh;
  display: block;
}

#section5 {
  height: 25vw;
  position: relative;
  background-color: #2F3B45;
  color: #f7f7f5;
  letter-spacing: 1px;
}

#section5 h4 {
  font-size: 1.5vw;
  margin-bottom: 1vw;
  font-weight: 500;
}

#section5 a {
  text-decoration: none;
  color: #cccccc;
  line-height: 1.8vw;
  font-size: 1.2vw;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}

#section5 p, #section5 .ps {
  color: #cccccc;
  font-size: 1.2vw;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  line-height: 1.3vw;
}

#section5 a:hover {
  color: white;
}

#section5 .footer-columns {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px;
  text-align: left;
}

#section5 #services-column {
  width: 42%;
  padding-left: 10vw;
}

#section5 #nav-column {
  width: 28%;
  padding-left: 3vw;
}

#section5 #contact-column {
  width: 30%;
}

#section5 #footer-links:after {
  content: "";
  display: table;
  clear: both;
}

#section5 #both-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  margin-left: -1.2vw;
}

#section5 #both-footer .icon {
  display: inline-block;
  margin: .5vw;
  padding: 0 .5vw;
  width: 4.2vw;
}

#section5 #both-footer .icon:hover {
  opacity: 0.75;
}

#section5 #both-footer a {
  font-size: 1.2vw;
  text-align: center;
  text-decoration: none;
  color: #f7f7f5;
  font-weight: 400;
}

#section5 #both-footer p {
  font-size: 1vw;
  text-align: center;
  font-weight: 300;
  padding-bottom: 1vw;
  margin-top: 4px;
}

#section5 #social {
  text-align: center;
}

#section5 #p-pol {
  color: white;
  text-align: center;
  display: block;
  font-size: 1.2vw;
}

@media only screen and (max-width: 830px) and (orientation: portrait) {
  #section5 {
    height: 40vw;
  }
  #section5 .footer-links {
    display: none;
  }
  #section5 #both-footer .icon {
    width: 17vw;
    margin: 4vw 0;
    padding: 0 2.5vw;
  }
  #section5 #both-footer a {
    font-size: 3.5vw;
    padding-top: 2vw;
  }
  #section5 #both-footer p {
    font-size: 3.5vw;
    padding-top: 4vw;
  }
}

@media only screen and (max-width: 830px) and (orientation: landscape) {
  #section5 {
    height: 40vh;
  }
  #section5 .footer-links {
    display: none;
  }
  #section5 #both-footer .icon {
    width: 11.5vw;
    margin: 2.3vw 0;
    padding: 0 2.5vw;
  }
  #section5 #both-footer a {
    font-size: 2.2vw;
    padding-top: 1vw;
  }
  #section5 #both-footer p {
    font-size: 2.2vw;
    padding-top: 1.6vw;
  }
}

/*END OF FOOTER*/
/*# sourceMappingURL=about.css.map */