
/**
* Template Name: Laura - v2.0.0
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

#repo-heading h1 ,#repo-heading p{
  display: inline !important;
}

.profileIco i{
  background-color: #ffc85a;
  width: 150px;
  height: 150px;
  text-align: center;
  font-size: 90px;
  padding-top: 25px;
  border-radius: 75px;
}

.modal-btn{
  background-color: #ffc85a !important;
}


#tableRow{
  visibility: hidden;
} /* im only here until ajax*/

.form-control{
  box-shadow: none !important;
}

.form-control:focus{
  box-shadow: none !important;
  border-color: #ffc85a !important;
}

.custom-select{
  box-shadow: none !important;
}

.custom-select:focus{
  box-shadow: none !important;
  border-color: #ffc85a !important;
}


input[type=submit]{
    background-color: #444;
  color: #ffc85a;

  border:none;
  box-shadow: none;
}

input[type=submit]:hover{
  background-color: #ffc85a !important;
  color: #444;
  border:none;
  box-shadow: none;
}

input[type=submit]:active{
  background-color: #ffc85a !important;
  color: #444;
  border:none;
  box-shadow: none;
}

input[type=submit]:focus{
  background-color: #ffc85a !important;
  color: #444;
  border:none;
  box-shadow: none;
}

#userDD{
  border-radius: 90px;
  height: 50px;
  width: 50px;
  border:none;
  box-shadow: none;
  background-color: #ffc85a;
  color: #333;
  margin: 0;
}

#userDD:hover{
  background-color: #777;
  color: #fff;
  
}

#userDD:focus{
  background-color: #777;
  color: white;
  
}

#userDD i{
font-size: 20px;
}

#pinEditor{
  height: 20px;
  background-color: #444;
}

#detailSection{
  position: sticky;
  top: 90px;
  z-index: -2;
  margin-bottom: 15px;
}
#snippetArea{
position: relative;
}

#editor{
  display: none;
}

#myUL .active{
  background-color: #ffc85a;
}

#myUL .active:hover{
  background-color: #ffc85a !important;
}


#myUL .nav-link:hover{
  background-color: #999;
}


.nav-link{
  color: #333;
  padding-left: 30px;
  margin-left: -20px;
  margin-right: -15px;

}

#pinButton{
  position: absolute;
  right: 210px;
  margin-top: 20px;
  border:none;
  box-shadow: none;
  z-index: 3;
  background-color: #ffc85a;
  color: #333;
}

#copyButton{
  position: absolute;
  right: 0;
  margin-top: 20px;
  width: 200px;
  background-color: rgba(79, 79, 79, 0.46);
  border:none;
  box-shadow: none;
  z-index: 3;
}

#copyButton:hover{
  background-color:  rgba(79, 79, 79, 0.88);
}

#descriptionArea{
  width: 100%;
  height: 100px;
  border: none;
  resize: none;
  overflow: visible;
}

select:active{
  box-shadow: none;
}

select:focus{
  box-shadow: none;
}
main .CodeMirror{
  font-family: "Consolas" !important;
  font-size: 14px;
  height: calc(100vh - 71px) !important;
  bottom: 0;
  overflow: hidden;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 30px;
  padding-top: 10px;
}

.input-group-prepend{
  position: relative;
}
.input-group .CodeMirror{
  font-family: "Consolas" !important;
  font-size: 14px;
  bottom: 0;
  border-radius: 0px 3px 3px 0px;
  width: calc(100% - 120px) !important;
  overflow: hidden;
}


.sideList{
  color: black;
  font-size: 14px;
  overflow: hidden;
}

.hide{
  display: none;
}
.show{
  display: block;
}
.input-group-prepend .input-group-text{
  width: 120px;
  background-color: #ffc85a;
}

.header-logo{
  position: relative;
  float: left;
  left: 0;
  margin: 0;
  height: 55px;
}

.threadwindow{
  min-height: calc(100vh - 150px);
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  position: fixed;
  left: 0;
}

.snp-search{
  position: sticky;
  top: 71px;
  padding: 20px 15px;
  margin: 0px -15px;
  background-color: #272822;
}

.snp-search input{
  background-color: transparent;
  outline: none;
  border:none;
  color: #ffffff !important;
}

.snp-search input:focus{
  background-color: transparent;
  outline: none;
  border:none;
  box-shadow: none;
}



#snippet-search{
  position: relative;
  margin-top: 90px;
  margin-bottom: 15px;
  top: 15px;
  background-color: #666;

}


.navbar{
  position: sticky;
}


.section2{
height: 100vh;
}

.alert-position{
  position: absolute;
  bottom: 30px;
}

.hide{
  z-index: -2 !important;
}

#hero img{
  margin-top: 50px;
  width: 175px;
  height: 175px;
}

#hero .btn{
  width: 150px;
  box-shadow:none !important;
}

#hero .btn-primary{
  background-color: #ffc85a;
  border-color: #ffc85a;
  color: #333;
}

#hero .btn-primary:hover{
  background-color: #fff;
  border-color: #fff;
  color: #333;
}


.button-box {
   text-align:center;
   margin-top: 0px;
   margin-bottom: 50px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ffb727;
}

a:hover {
  color: #111;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(25, 28, 31, 0.8);
  height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  justify-content: center;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ffc85a;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #3b434a;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ffb727;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #3b434a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ffb727;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(36, 41, 46, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/snippet2.jpg") top right;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  /*font-family: "arial", serif;*/
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#hero .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

#hero .btn-scroll i {
  font-size: 48px;
}

#hero .btn-scroll:hover {
  color: #ffb727;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 575px) {
  #hero h1 {
    font-size: 40px;
  }
  #hero h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

