/*bigger screen*/
@media only screen and (min-width: 600px) {
  body {
    margin-top: 60px;
    margin-left: 50px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
/*mobile screen*/
@media only screen and (max-width: 600px) {
  body {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

/* body {
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 20px;
  margin-bottom: 30px;
} */

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
/*Featured pages*/
/*modal*/
.fullscreen {
  /* width: 100% !important;
  height: 160% !important; */
  margin: 0;
  top: 0;
  left: 0;
}
.modal-dialog {
  max-width: 100%;
}
.modal-header {
  display: inline;
  background-color: #000000;
}
.modal-heading {
  color: #cc1616;
  font-weight: 600;
}
.modal-title {
  color: #fff;
  font-weight: 600;
}
.col-lg-3 {
  margin-top: 20px;
}

.carousel-caption {
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #000000;
  opacity: 50%;
}

@media screen and (max-width: 600px) {
  .carousel-caption {
    height: 50px;
  }
}

/* @media screen and (max-width: 600px) {
  .fullscreen {
    height: 235% !important;
  }
} */

/*mobile*/
/* @media screen and (min-width: 600px) {
    .show {
      padding-left: 0px !important;
    }
  } */
.pr {
  margin-top: 20px;
}

.modal-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
/*input copy field hide*/
.inputcopy {
  border: 0 #fff;
  border-radius: 0px;
  color: #fff;
  max-width: 10px;
}
/**/
.cpy {
  background: #1aa6b7;
  color: #fff;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.cpy:hover {
  background: #cc1616;
  color: #fff;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/*paste modal*/
.paste-modal {
  margin-top: 150px;
}
@media screen and (min-width: 600px) {
  .paste-modal {
    margin-top: 150px;
    margin-right: 200px;
    margin-left: 400px;
    width: 50em;
  }
}
/*floating button*/
/*close button*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 20px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  font-size: 16px;
}

.my-float {
  margin-top: 16px;
}
