/* Sticky footer styles
-------------------------------------------------- */

.createdby {
    background-image: url("https://etsolution.hu/assets/img/FooterCreatedBy.png");
    background-repeat: no-repeat;
    min-height: 40px;
    min-width: 300px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: -270px;
    z-index: 1001;
    transition: margin-right 1s;
  }
  
  .createdby:hover {
    margin-right: 0px;
  }
  


html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 72px;
    background-color: #f5f5f5;
}

.footer .text-muted {
    margin: 20px 0;
}

div.jumbotron{
    margin-top: -21px;
}

.code-editor {
    height: 400px;
}

.gpg-text {
    font-family: monospace;
}
