/**** General ****/
* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../images/spaceoverlay.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  color: white;
  overflow: hidden;
}

.modal-content {
  background: #0e0f10;
}

.modal-content:hover .modal-header, .modal-content:hover .modal-footer {
  border-color: #86f886;
}

.close {
  color: #fff;
}

.close:not(:disabled):not(.disabled):hover {
  color: #86f886;
}

.modal-body .list-group-item {
  background-color: #070708;
  color: white;
  margin-top: 10px;
  border-radius: 5px;
}

.pageSpacer {
  padding: 65px 0;
}

.simplebar-content-wrapper {
  overflow: auto;
}

.preloader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #000; */
  -webkit-transition: 2s;
  transition: 2s;
}

.preloader:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #000;
  -webkit-transition: 2s;
  transition: 2s;
}

.preloader.complete:before {
  left: -50%;
}

.preloader:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000;
  -webkit-transition: 2s;
  transition: 2s;
}

.preloader.complete:after {
  right: -50%;
}

/* General Styles */
h1 {
  font-size: 70px;
  font-weight: 600;
}

h2 {
  font-size: 35px;
  font-weight: 600;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.topBarLogo {
  font-family: "Poppins", sans-serif;
}

.fullHeight {
  height: 100vh;
}

.fullHeightPercent {
  height: 100%;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.noDisplay {
  display: none !important;
}

.accentColor {
  color: #86f886;
}

.aboutMe,
.resume,
.portfolio,
.blog,
.contact {
  display: none;
  background: #0e0f10;
  color: white;
}

/* END GENERAL */
/* TOPNAV */
.topNav {
  display: none !important;
}

/* Main Page */
.mainContent.homeSelector > div > h1:hover {
  color: #86f886;
}

/* END */
/* LEFT SIDE */
.leftSide {
  background: rgba(14, 15, 16, 0.6);
  color: white;
}

.leftSideTop {
  height: 15vh;
  border-bottom: 6px solid black;
}

.iconList li a {
  color: white;
  font-size: 35px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.iconList li a:hover {
  color: #86f886;
}

.iconList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 25px 0px;
}

.personalContainer {
  padding: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.personalContainer .personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 2em;
}

.personalContainer .personal .circleContainer {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: #0e0f10;
  border-radius: 50%;
}

.personalContainer .personal i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
}

.personalContainer .personal .personalText {
  margin-left: 1em;
}

.personalContainer .personal p {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.personalContainer .personal .personalBottom {
  font-weight: bold;
  position: relative;
  font-size: 12px;
}

/* About Me PAGE */
.innerAboutMe {
  background-color: #070708;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
}

#profileImg {
  border-radius: 50%;
}

.biggerIcon {
  font-size: 26px !important;
}

#aboutIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0e0f10;
  border: solid 1px #86f886;
}

#interestIcon {
  font-size: 20px;
}

.interestIconStyle {
  padding: 14px 15px 15px 15px !important;
  border-top-left-radius: 15%;
  border-bottom-left-radius: 15%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.interestStyle {
  position: relative;
  text-align: left !important;
  padding: 24.5px 120px 24.5px 0px;
  margin-left: 2px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.interestStyle h6 {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 15px;
  margin: 0px;
}

.interestStyle,
.interestIconStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0e0f10;
}

.innerAboutMe .profileText {
  font-family: inherit;
  font-size: 14px !important;
  line-height: 24px !important;
}

/********************SERVICES SECTION**************************/
.innerServices .card {
  background-color: #070708;
  border-radius: 15px;
}

.innerServices .card .circleContainer {
  position: relative;
  height: 75px;
  width: 75px;
  background-color: #0e0f10;
  border-radius: 50%;
}

.innerServices .card i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
}

.innerServices .card:hover {
  border: 1px solid #86f886;
  cursor: pointer;
}

.innerServices .card .circleContainer:hover {
  border: 1px solid #86f886;
}

/********************END SERVICES SECTION**********************/
/* END */
/* RESUME PAGE */
/* END */
/* PORTFOLIO PAGE */
.portfolioRowContainer .card {
  position: relative;
  border-radius: 15px;
  cursor: pointer;
}

.portfolioRowContainer .card .card-body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  border-radius: 15px;
  color: rgba(255, 255, 255, 0);
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.portfolioRowContainer .card .card-body .card-title {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: bolder;
}

.portfolioRowContainer .card:hover .card-body {
  color: white;
  background: rgba(134, 248, 134, 0.788);
}

.portfolioRowContainer .card1 {
  background: url(../images/randPic1.png);
  background-position: center;
  background-size: cover;
  min-height: 233.33px;
}

.portfolioRowContainer .card2 {
  background: url(../images/randPic3.jpg);
  background-position: center;
  background-size: cover;
  min-height: 408.33px;
}

.portfolioRowContainer .card3 {
  background: url(../images/randPic2.jpg);
  background-position: center;
  background-size: cover;
  min-height: 233.33px;
}

/* END */
/* BLOG PAGE */
/* END */
/* CONTACT PAGE */
.contactRowContainer {
  background-color: #070708;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
}

.contactRowContainer input[type='text'], .contactRowContainer input[type='email'], .contactRowContainer textarea {
  min-width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #3f444a;
  padding-bottom: 10px;
  color: #6e7379;
  font-size: 15px;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition: border-bottom ease-in-out .5s;
  transition: border-bottom ease-in-out .5s;
}

.contactRowContainer input[type='submit'] {
  background: none;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #86f886;
  color: white;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  font-size: 18px;
  max-width: 200px;
}

.contactRowContainer textarea {
  resize: none;
}

.contactRowContainer input[type='text']:focus, .contactRowContainer input[type='email']:focus, .contactRowContainer textarea:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #86f886;
}

.contactRowContainer input[type='submit']:hover {
  background: #58fc58;
  border-radius: 4px;
  color: #3f444a;
}

/* END */
/* RIGHT SIDE */
.iconListRight li a {
  color: white;
  font-size: 20px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.iconListRight li a:hover {
  color: #86f886;
  font-size: 25px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.iconListRight li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 10px 0px;
  width: 40px;
  height: 40px;
}

/************** MOBILE **************/
@media only screen and (max-width: 600px) {
  .topBarLogo {
    font-size: 24px;
  }
  .hamburger {
    background-color: #070708;
    border: 1px solid transparent;
    padding: 5px;
    text-align: center;
    color: #fff;
  }
  .hamburger:hover line {
    stroke: #86f886;
  }
  svg {
    width: 30px;
    height: 30px;
  }
  .topNav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100px;
    background-color: #070708;
  }
  .mainContent {
    padding-top: 50%;
  }
  .fullHeight {
    height: 100vh;
  }
  .leftSide {
    display: none;
    position: absolute;
    z-index: 1000;
  }
  .rightSide {
    display: none !important;
  }
  h1 {
    font-size: 45px;
    font-weight: 600;
  }
  h2 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=main.css.map */