body {
    background-color: #252526;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logos {
    text-align: center;
    margin-top: 40px;
}

.logos .logo {
    height: 50px;
    margin: 0 10px;
}

.header {
    text-align: center;
    margin-top: 85px;
    margin-bottom: 90px;
    text-transform: uppercase;
}

.offcanvas {
    text-align: center;
    background-color: #252526;
}

.header .top {

}

.header .circle {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #ce834a;
    margin: auto;
    line-height: 192px;
    font-size: 84px;
    margin-bottom: 30px;
    text-align: center;
}

.header .bottom {
    font-size: 37px;
}

.code-editor {
    min-height: 635px;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.code-editor .content {
    padding: 75px;
}

.code-editor .content .line {
    display: flex;
    margin-bottom: 5px;
    line-height: 20px;
}

.code-editor .content .line .code {
    margin-left: 15px;
    color: #d3b79d;
}




/*
.code-editor .code-l {
    background-image: url("/i/code-l.png");
    background-position: top left;
}

.code-editor .code-r {
    background-image: url("/i/code-r.png");
    background-position: top right;
}
.code-editor .code-l, .code-editor .code-r {
    background-repeat: no-repeat;
}
.code-editor .content .line .number {
    color: #2ba0cc;
    font-weight: 600;
}

.code-editor .content {
    color: #000;
 }
*/


.code-editor {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.code-editor .content {
    background-color: #1e1e1e;
    
}
.code-editor .content .tag {
    position: absolute;
    top: -30px;
    left: 0px;
    background: #1e1e1e;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.code-editor .content .line .number {
    color: #858585;
    text-align: right;
    min-width: 20px;
}

.accent1 {
    color: #569cd6;
}
.accent2 {
    color: #9cdcfe ;
}
.accent3 {
    color: #ffd700;
}

.accent4 {
    /* color: #ce9178; */
    color: #ce834a;
}

.code-editor {
    min-height: 170px;
    max-width: 500px;
}

.code-editor .content {
    padding: 25px;
}

.header h1 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

.contact-form {
    max-width: 500px;
    margin: auto;
    background: #1e1e1e;
    padding: 10px;
    margin-top: 20px;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.contact-form button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.offcanvas .btn-primary, .contact-form .btn-primary {
    background-color: #ce834a;
    border-color: #ce834a;
    position: relative;
    border-radius: 0;
}

.contact-form .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(206 131 74 / 25%);
}

.contact-form .form-control {
    border-radius: 0;
    background-color: #252526;
    border: 1px solid #ce834a;
    color: #fff;
}

.contact-form .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(206 131 74 / 25%);
}

/*----------------------------------------*/

.header .col {
    display: flex;
}
.header {
    max-width: 370px;
    margin: auto;
    margin-top: 85px;
    margin-bottom: 120px;
}

.header .circleWrap {
    display: flex;
    flex: 100%;
}
.header .circle {
    width: 150px;
    height: 150px;
    line-height: 144px;
    font-size: 68px;
    margin: 0;
}

.header .bottom {
    font-size: 42px;
    text-align: left;
    display: flex;
    align-items: center;
}

@media (max-width: 500px) {  
    .header .circleWrap {
        display: flex;
        flex: 25%;
    }
    .header .circle {
        width: 100px;
        height: 100px;
        line-height: 95px;
        font-size: 44px;
    }
    .header .bottom {
        font-size: 26px;
        flex: 50%;
    }
    .header {
        margin-top: 55px;
        margin-bottom: 90px;
    }
}

.offcanvas-body  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*----------------------------------------*/




.processing:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    overflow: hidden;
  }
  
  .processing:after {
    background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  }
  
  @keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
  }
  
  @-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
  }
  
  @-moz-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
  }