/*!
 * Start Bootstrap - Grayscale v5.0.3 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 
 */

 body {
    background: #000000 !important;
  }
   #canvas {
   position:fixed;
   background:#fff;
   opacity: 0.1;
 }

 .about-menu {
 position: absolute;
 left: 19px;
 top: 100px;
 transform: rotate(-90deg);
 }
 .projects-menu {
   position: absolute;
   left: -6px;
 top: 500px;
 transform: rotate(-90deg);
 }

 .some-menu {
   position: absolute;
 right: 14px;
 top: 113px;
 transform: rotate(90deg);
 }
 .contact-menu {
   position: absolute;
 right: 0px;
 top: 515px;
 transform: rotate(90deg);
 }

 .nav-item {
   letter-spacing: 10px;
   font-size: 12px;
   font-weight: 600;
   cursor: pointer;
 }

 #mainNav .nav-link {
   padding: 0rem 0rem !important;
 }
 footer{
   position: fixed;
   bottom: 20px;
   padding: 0px;
   width: 100%;
 }

 footer ul li {
   list-style-type:none;
   display:inline;
   padding: 0px 0px 0px 0px;
 }
 footer ul li i {
   font-size: 24px;
 }

 .navbar-nav {
   margin: 0 auto;
 }

 .nav-logo {
   padding-top: 40px !important;
   font-size: 24px;
 }
 .name {
   font-weight: 800;
   background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
width:100%;
 }
 .social {
   cursor: pointer;
 }
 .social:hover {
   background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
 }
 .Typewriter__cursor {
   display: none;
 }


 .type-text {
   font-size: 2.5rem;
 }

 body {
    font-family: 'Montserrat', sans-serif !important;
}

#mainNav {
    min-height: 56px;
    background-color: #000
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0rem;
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mainNav .navbar-toggler:focus {
    outline: 0
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    padding: .9rem 0
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        -webkit-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }
    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, 1)
    }
    #mainNav .nav-link {
        -webkit-transition: none;
        transition: none;
        padding: 2rem 1.5rem;
        color: rgba(255, 255, 255, 1)
    }
    #mainNav .nav-link:hover {
        background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    #mainNav .nav-link:active {
        background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    #mainNav .nav-link.active {
        background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    #mainNav.navbar-shrink {
        background-color: none;
    }
    #mainNav.navbar-shrink .navbar-brand {

    }
    #mainNav.navbar-shrink .nav-link {

    }
    #mainNav.navbar-shrink .nav-link:hover {

    }
    #mainNav.navbar-shrink .nav-link:active {
  
    }
    #mainNav.navbar-shrink .nav-link.active {

    }
}

.masthead {
    opacity: 0.5;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, .1)), color-stop(75%, rgba(22, 22, 22, .5)), to(#161616)), url(../img/bg-masthead.jpg);
    background: linear-gradient(to bottom, rgba(22, 22, 22, .1) 0, rgba(22, 22, 22, .5) 75%, #161616 100%), url(../img/bg-masthead.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.masthead h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .8rem;
    background: -webkit-linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.masthead h2 {
    max-width: 20rem;
    font-size: 1rem
}

@media (min-width:768px) {
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .masthead {
        height: 100vh;
        padding: 0
    }
    .masthead h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: .8rem
    }
    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem
    }
}

.btn {
    -webkit-box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
    padding: 1.25rem 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.btn-primary {
    background-color: #64a19d
}

.btn-primary:hover {
    background-color: #4f837f
}

.btn-primary:focus {
    background-color: #4f837f;
    color: #fff
}

.btn-primary:active {
    background-color: #467370!important
}

.about-section {
    padding-top: 8rem;
    min-height: 600px;
}

.about-section p {
    margin-bottom: 1rem;
    font-size: 13px;
}

.projects-section {
    padding: 8rem 0;
    min-height: 600px;
}

.portfolio-cat-title {
    padding-bottom: 40px;

}
.projects-section .featured-text {
    padding: 2rem
}

.mt-5 {
    margin-top: 5rem;
}
@media (min-width:992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: .5rem solid #64a19d
    }
}

.projects-section .project-text {
    padding: 3rem;
    font-size: 90%
}

@media (min-width:992px) {
    .projects-section .project-text {
        padding: 5rem
    }
    .projects-section .project-text hr {
        border-color: #64a19d;
        border-width: .25rem;
        width: 30%
    }
}

.form-group {
    margin-bottom: 20px !important;
    width: 100%;
}

.signup-section {
    padding: 7rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    min-height: 600px;
    background-image: url("../img/contact-bg.png");
}

.skills-section {
    padding: 7rem 0;
    min-height: 600px;
}

.signup-section .form-inline input {
    -webkit-box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
    padding: 1.25rem 2rem;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 80%;
    letter-spacing: 0.05rem;
    border: 0;
}

.contact-section {
    padding: 8rem 0 0;
    min-height: 600px;
    
}

.contact-section .card {
    border: 0;
    border-bottom: .25rem solid #64a19d
}

.contact-section .card h4 {
    font-size: .8rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .15rem
}

.contact-section .card hr {
    border-color: #64a19d;
    border-width: .25rem;
    width: 3rem
}

.contact-section .social {
    margin-top: 5rem
}

.contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, .1);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, .3)
}

.contact-section .social a:hover {
    color: rgba(255, 255, 255, .5);
}

.contact-section .social a:active {
    color: #fff
}
.social {
  -webkit-transition: .15s; /* Safari */
  transition: .15s;
  width: 50px;
}

.social:hover {
    font-size: 42px;
}

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .0625em
}

a {
    color: #64a19d
}

a:focus,
a:hover {
    text-decoration: none;
    color: #3c6360
}

.bg-black {
    background-color: #161616!important
}

.bg-primary {
    background-color: #64a19d!important
}

.text-primary {
    color: #64a19d!important
}


.link-portfolio i {
    font-size: 22px;
}

.link-portfolio {
    background-color: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 9px;
    margin-right: 5px;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
}

.link-portfolio:hover {
    background-color: #000;
    
}

.link-portfolio:hover i {
    background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.form-inline .form-control {
    -webkit-box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
    padding: 1.25rem 2rem;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 80%;
    letter-spacing: 0.05rem;
    border: 0;
}

.btn-lg {
    padding: .7rem 3rem .5rem 3rem !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.btn-primary {
    color: #000 !important;
    background-image: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
    border:none !important;
}

.btn-primary:hover {
    background-image: linear-gradient(to right, #00bff6 0%, #00ff84 100%);
}

.gradient-layer {
    background-image: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
    opacity: 0.8;
    height: 450px;
    width: 450px;
    position: absolute;
    z-index: 9;
}

.featured {
    font-size: 32px;
    background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}



#something h1 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

#something p {
    font-size: 11px;
}

footer a {
    color:rgba(255,255,255,.5)!important
}

.fw-600 {
    font-weight: 600;
}

.card {
    border: none !important;
    border-radius: 0px !important;
}

.email {
    background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.skill-dot-value {
    background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    padding-right: 10px;
}

.skill-dot-grey {
    color:rgba(255,255,255,.5);
    font-size: 14px;
    padding-right: 10px;
}

.tool-title {
    margin-bottom: 5px;
}

.skills-layout h2 {
    font-size: 22px;
}

.slimScrollDiv {
    padding-right: 15px;
}

.slimScrollBar {
    opacity: 0.2 !important;
}

.what-i-also-do li p {
    font-size: 13px !important;
    margin-bottom: 20px;
}

.what-i-also-do li p {
    margin-left: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}
.what-i-also-do ul {
    padding-inline-start: 0px;
    list-style-type: none;
}

.icon-wiad {
    float: left;
}

.icon-wiad {
    background: linear-gradient(to right, #00ff84 0%, #00bff6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 3px;
}

@media screen and (max-width: 600px) {
    .about-menu {
        transform: rotate(0deg);
        color: #fff;
        position: initial;
        left: auto;
        top: auto;
    }

    .projects-menu {
        transform: rotate(0deg);
        color: #fff;
        position: initial;
        left: auto;
        top: auto;
    }

    .some-menu {
        transform: rotate(0deg);
        color: #fff;
        position: initial;
        left: auto;
        top: auto;
    }

    .contact-menu {
        transform: rotate(0deg);
        color: #fff;
        position: initial;
        left: auto;
        top: auto;
    }

    .nav-logo {
        font-size: 12px;
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
    }

    .nav-logo {
        padding-top: 0px !important;
    }

    footer ul li i {
        font-size: 14px;
        list-style-type:none;
        display:inline;
        padding: 0px 0px 0px 0px !important;
    }

    footer ul {
        padding-inline-start: 0px;
    }

    .social {
        width: 30px;
    }

    .social:hover {
        font-size: 28px;
    }

    .mt-10 {
        margin-top: 15rem !important;
    }

    .banner-pic img {
        width:310px !important;
    }
    .banner-pic {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .container {
        padding-right: 0px !important;
    }

    .slimScrollDiv {
        height: 700px !important;
    }

    .skills-layout {
        height: 700px !important;
    }

    .form-control {
        width: 95% !important;
    }

    .gradient-layer {
        height: 340px;
        width: 340px;
    }

    .about-section img {
        width: 340px;
    }

    #portfoliolist .portfolio {
        width:95% !important;
    }

    #filters li span {
        padding: 5px 5px !important;
        margin-block-start: 0em !important;
        margin-block-end: 0em !important;
        margin-inline-start: 0px !important;
        margin-inline-end: 0px !important;
        font-size: 10px !important;
    }

    .portfolio-cat-title ul {
        padding-inline-start: 0px !important;
    }

    .text-title {
        font-size: 18px;
    }

    #app {
        margin-top:90%;
    }

    .Typewriter__wrapper span h1 {
        font-size: 28px !important;
    }
}

.home-section .row {
    width:100%;
}

.mt-10, .my-10 {
    margin-top: 10rem;
}

.banner-pic img {
    width:500px;
}