@font-face {
  font-family: 'Hack';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/fonts/hack-regular.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular.woff?sha=3114f1256') format('woff');
  font-weight: 400;
  font-style: normal;
}

/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #fff; }

/* Custom default button */
.btn-default {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem; }

.btn-default:hover,
.btn-default:focus {
  background-color: #fff;
  color: #333;
    
}

/*
 * Base structure
 */
html,
body {
    overflow-x:hidden;
  height: 100%; }
  
      .console .consolebody {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-sizing: border-box;
  padding: 20px;
  height: 300px;
  overflow: scroll;
  background-color: #000;
  color: #63de00;
  overflow:hidden;
  max-width: 100vw;

}

.console .consolebody p {
  font-size:2rem;
  margin-bottom:2rem;
  margin-top:2rem;
}
  
  .code{
      font-size: 1.5rem!important;
color: #63de00;
word-wrap: break-word;
letter-spacing: 2px;
font-family: 'Hack', monospace;
line-height: 30px;
text-align:left;
width:fit-content;
width:-o-fit-content;
width:-moz-fit-content;
width:-webkit-fit-content;
 max-width:100%;

  }
  .code strong{
      color:#fff!important;
  }
  .button_execute{
    
  margin-left: auto;
    width: -o-fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    color: black;
    cursor: pointer;
    background: #eaeaea;
    border: solid #BDBDBD 1px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    float: right;
    margin-top: 15px;
    border: none;
    margin-right: 20px;
    transtition: all 0.1s ease;
    outline: none!important;
    padding: 10px 20px;
    border-radius: 3px;
  }

.button_execute:hover{
      outline:none!important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7)  ; 
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7)  ; 
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7)  ;
}

  .button_execute:active{
      transtition:all 0.1s ease;
      border:none;
      outline:none !important;
      background:#FEFEFE;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6) inset ; 
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6)  inset; 
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6)  inset;
  }

body {
  background:#000 url(../img/photo-1555949963-ff9fe0c870eb.webp) no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: 'Quicksand', sans-serif; }

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  background: rgba(0,0,0, 0.8);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5); }

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top; }
  
  .masthead-brand img{
      width:80px;
  }
  
  .lead{
      margin-top:100px;
  }

.cover-container {
  margin-right: auto;
  margin-left: auto; }

/* Padding for spacing */
.inner {
  padding: 30px; }

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px; }

.nav-masthead {
  text-align: center;
  display: block; }

.nav-masthead .nav-link {
  display: inline-block; }

@media (min-width: 768px) {
  .masthead-brand {
    float: left; }
  .nav-masthead {
    float: right; } }

/*
 * Cover
 */
.cover {
  padding: 120px 0 20px 0 }

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px; }

.cover-heading {
  font-weight: 400;
  letter-spacing: 10px;
  font-size: 2rem;
  display:flex;
  align-items:center;
  justify-content:center;
    
}



@media (min-width: 768px) {
  .cover-heading {
    font-size: 3.4rem;
    letter-spacing: 15px; } }

.cover-copy {
  max-width: 500px;
  margin: 0 auto 3rem; }

/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5); }

/*
 * Subscribe modal box
 */
#subscribeModal .modal-content {
  background-color: #191c22;
  color: #fff;
  text-align: left; }

#subscribeModal .modal-header, #subscribeModal .modal-footer {
  border: 0; }

#subscribeModal .close {
  color: #fff; }

#subscribeModal .form-control {
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff; }
  #subscribeModal .form-control:focus {
    border-color: #49506a; }

/*
 * Affix and center
 */
@media (min-width: 768px) {
 
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0; }
  .mastfoot {
    position: fixed;
    bottom: 0; }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle; }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */ } }

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1060px; } }
    
    @media (max-width: 768px) {
        
        /*.console .consolebody {*/
            
        /*}*/

    
    .consolebody{
        height:420px!important;
    }
       .cover {
        padding-top:0!important;
    }
    .code{
      font-size: 1rem!important;
     
      
    }
    
    /*.console p{*/
    /*    font-size:1.4rem!important;*/
    /*}*/
    
    
    .shuffle{
        font-size:1.3rem!important;
        line-height:30px;
    }
        
    }
