body {
  background: #000;
  font-family: roboto, sans-serif !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.navbar-brand, .nav-link {
  color: white !important;
}

.navbar-brand {
  /* font-weight: 600; */
  font-size: 1.75rem;
}

.nav-link {
  padding: 0 20px !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-logo {
  margin: 20px 0 0 20px;
  width: 50px;
}

.mobile-lte-brand {
  color: orange;
}

.bottom-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bottom-nav h4 {
  padding: 20px 0;
  text-align: center;
  width: 25%;
}

.bottom-nav h4:hover {
  border-top: 5px solid white;
}

/*************************
******* Home Page ******
**************************/
#computer-row {
  opacity: 0;
  position: fixed;
  left: 50%;
   bottom: 0;
   transform: translate(-50%);
   margin: 0 auto;
}

.mobile-row {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: 7px solid white;
  background-image: url('https://biscuitandchai-general.nyc3.cdn.digitaloceanspaces.com/bcassets/general/background2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 45% !important;
  /* background-color: black; */
}
/*
.mobilelogoholder {
  width: 100%;
  position: absolute;
  top: 83vh;
  background-color: black;
  padding: 13px 0;
  border-top: 6px solid white;
} */

.mobile-main {
  width: 100%;
  height: 70px;
  object-fit: contain;
  position: absolute;
  /* top: 40vh; */
  top: 85%;
}

.left90 {
  left: 90%;
}

#svg_15 {
  transition: 100ms opacity ease-in-out;
}

#start-computer {
  position: fixed;
  bottom: 0;
  margin: 0 20px 20px 20px;
}

#start-computer h1 {
  font-size: 30px;
  opacity: 0;
}

#start-cursor {
  transition: 200ms opacity ease-in-out;
}

#home {
  position: relative;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-color: black;
  z-index: 1053;
}

#home #typed {
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
  display: inline;
  padding-left: 15px;
  font-family: 'Source Code Pro', monospace;
}

#home .main {
  position: relative;
  height: 100vh;
  width: 100%;
}

@media (max-width: 991px) {
  #home .main {
    height: 100%;
  }
}

.typed-cursor {
  color: white;
  font-size: 50px;
}

.mobile-navbar-brand {
  display: none;
}

@media (max-width: 1174px) {
   #computer-row {
      /* z-index: 2; */
    }
}

@media (max-width: 991px) {
  #home {
    background-position: 45% !important;
  }

  .typed-cursor, #home #typed, #start-computer h1 {
    font-size: 20px
  }

  .navbar-brand {
    width: 100%;
    /* text-align: center; */
    text-align: right;
    font-size: 14px;
    padding-top: 20px;
  }
  .mobile-navbar-brand {
    display: inline;
  }

  .navbar-toggler {
    display: none;
  }
}

#phone-logo {
  right: 0;
  position: relative;
  /* transform: skew(-10deg, 15deg); */
  transform: skewY(15deg);
  /* opacity: 0; */
  transition: 500ms opacity ease-in-out;
}

#phonecase {
  height: 300px;
  width: auto;
  position: absolute;
  top: 15vh;
  right: 0;
  z-index: 5;
}

#phonescreen {
  position: absolute;
  top: 16.2vh;
  right: 11px;
  width: 130px;
  z-index: 4;
}

#skip-btn {
  position: absolute;
  bottom: 100px;
  right: 20px;
  display: none;
  cursor: pointer;
}

.intro-title {
  text-align: center;
  position: absolute;
  top: 2rem;
  width: 100%;
}

.intro-title span {
  display: block;
  font-size: 1.5rem;
}

/*************************
******* Folders Component ******
**************************/
/* .folder {
  height: 150px;
  width: 150px;
  position: relative;
  cursor: pointer;
  display: none;
}

.folder-image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.folder p {
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 500;
} */

.folder p {
  font-weight: 600 !important;
  letter-spacing: 1px;
}

.close-icon {
  height: 15px;
  cursor: pointer;
}


.screen-window {
  position: absolute;
  top: 80px;
  left:0;
  right:0;
  bottom:0;
  width: 70vw;
  height: 65vh;
  margin:0 auto;
  display: none;
}

.custom-folder-name {
  width: 100%;
  text-align: center;
}

/*************************
******* Projects Component ******
**************************/

#projects h1 {
  font-size: 2rem;
  padding: 20px;

}

.project-main {
  background-color: #f3f3f3;

}

.projectimage-info {
  margin: 20px 0 10px 0;
  padding: 0 20px 0 auto;
}

.carousel .slide img {
    height: 50vh;
    object-fit: contain;
    background-color: #1F2022;
}

.thumbs-wrapper {
  margin-top: 0 !important;
  /* margin-left: 0 !important; */
  padding-top: 20px;
}
.thumbs {
  padding-left: 0;
}
.carousel .thumb {
  cursor: pointer;
  border: 0px solid white !important;
}

.carousel {
  background-color: #1F2022;
  width: 60% !important;
}

.carousel.carousel-slider {
  padding-top: 10px;
  width: 60% !important;
}

.carousel .slide {
  background: none !important;
}

.project-information {
  border-left: 2px solid black;
  background-color: #1F2022;
  height: 100%;
  width: 40%;
  display: inline-block;
  float: right;
  padding: 20px;
}

.project-information h1 {
  padding: 10px 0 !important;
  /* cursor: pointer; */
}

.project-information a {
  color: white;
  text-decoration: none;
}

@media (max-width: 991px) {
  .carousel {
    width: 100% !important;
  }
  #projects h1 {
    font-size: 1.2rem;
  }
  .project-information {
    border-left: none;
    background-color: #1F2022;
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    float: none;
  }
  .project-information h1 {
    font-size: 24px;
  }
  .project-information h3 {
    font-size: 14px;
  }
  .project-information h4 {
    font-size: 14px;
  }

  .project-information h5 {
    font-size: 12px;
  }
}

.frameholder {
  display: none;
  opacity: 0;
  background-color: black;
}

.projectIframeSection {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75vw;
  height: 70vh;
  margin: 0 auto;
  background-color: black;
  z-index: 3;
  color: black;
}
#projectIframe {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
}

.no-pointer-events {
  pointer-events: none;
}

/*************************
******* Pricing Component ******
**************************/

.pricing-information {
  border-left: 2px solid black;
  background-color: #1F2022;
  height: 100%;
  width: 100%;
  display: inline-block;
  float: right;
  padding: 20px;
}

.pricing-information h1 {
  padding: 10px 0 !important;
  text-align: center;
}


/*************************
******* Blog Component ******
**************************/

.blog-information {
  /* border-left: 2px solid black; */
  background-color: #1F2022;
  height: 100%;
  width: 100%;
  display: inline-block;
  float: right;
  padding: 20px;
}

.blog-information h1 {
  padding: 10px 0 !important;
  text-align: center;
}

.blog-thumb {
  width: 100%;
  margin: 10px 0;
}

.blog-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  padding-bottom: 10px;
}

.blog-post {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75vw;
  height: 70vh;
  margin: 0 auto;
  background-color: black;
  z-index: 3;
  color: black;
}

.post-details {
  border-left: 2px solid black;
  background-color: white;
  height: 100%;
  width: 100%;
  display: inline-block;
  float: right;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  overflow: scroll;
}

.post-details img {
  width: 100%;
  padding: 0 10%;
}

.post-details .title, .post-details .author-date {
  margin: 10px 0;
}


/*************************
******* Contact Component ******
**************************/

.form-information {
  border-left: 2px solid black;
  background-color: #1F2022;
  height: 100%;
  width: 100%;
  display: inline-block;
  float: right;
  padding: 20px;
}

.form-thumb {
  color: white;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}

.form-thumb img {
  width: 100%;
  height: 200px;
  object-fit: contain;

}


.form-details h3, .form-details h5 {
  text-align: center;
}

.form-details h5 {
  padding-top: 8px;
}

.form-details .form-control {
  width: 100%;
  /* height: 50px; */
  margin: 10px 0;
  padding: 0 10px;
}

.form-details .btn-primary {
  background-color: #FCB400;
  color: #1F2022;
  border-color: #FCB400;
}

.tech-select {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.social-select {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .tech-select {
    height: 80px;
  }

  .social-select {
    height: 80px;
  }

  .ts h5 {
    font-size: 14px;
  }

  .form-details h3 {
    font-size: 16px;
  }
}

.ts {
  cursor: pointer;
}


.policy-background {
  background-color: #F5F5F1;
  color: black;
  padding: 20px;
  margin: 30px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 10px;
}

.policy-background p {
  font-size: 20px;
}

.policy-info {
  font-weight: bold;
}

.mobile-policy-background {
  margin: 0;
}


@media (min-width: 992px) and (max-height: 760px) {
  .folder:last-of-type {
    top: 10vh !important;
    left: 80vw !important;
  }
  .folder:nth-child(3) {
    top: 32vh !important;
    left: 80vw !important;
  }
  .folder:nth-child(2) {
    top: 32vh !important;
  }
}

.react-draggable > div {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.react-draggable > div::-webkit-scrollbar {
  display: none;
}
