html, body {
    color: rgb(159, 162, 164);
    border: none;
    padding: 0;
    margin: 0;
}

span.icon-bar {
    border-color: orangered !important;
}

.row.technology-bg {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 60px;
}


.technologies h3 {
    font-weight: 200;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 30px;
}


.navigation p {
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 16px;
}

.navigation img {
    width: 15px;
    height: 17px;
    padding-top: 5px;
    padding-bottom: 0;
}

img.d-inline-block.align-top {
    padding-left: 0 !important;
}
#home {
    width: 100%;
    /* height: 100vh; */
    /* background: #133567; */
    /* background: rgb(0, 12, 24); */
    /* padding-top: 20px; */
}
.home-text {
    margin-top: 10%;
}

.home-text h1{
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
}
.home-text .career-subtitle{
    font-size: 41px;
    font-weight: 300;
}
.home-text .career-description{
    font-size: 17px;
    font-weight: 100;
}

.btn-contact-me {
    padding-top: 20px;
    font-size: 20px;
}
.btn-contact-me a {
    color: rgb(159, 162, 164);
    opacity: 0.5;
    transition: all .4s ease-in-out;
}

.btn-contact-me a:hover {
    color: rgb(159, 162, 164);
    text-decoration: underline;
    opacity: 1;
}

.bg-light {
    background: none !important;
}

.navbar-nav li a {
    color: rgb(159, 162, 164) !important;
    opacity: 0.5;
    transition: all .4s ease-in-out;
}
.navbar-nav li a:hover {
    color: rgb(159, 162, 164) !important;
    opacity: 1;
    text-decoration: underline;
}

.skills-title-bg {
    background: #ffffff;
}
.skills h2.skills-title, .portfolio h2.portfolio-title {
    padding-top: 50px;
    /* padding-bottom: 10px; */
    font-size: 45px;
    font-weight: 200;
    border: none !important;
    margin: 0 !important;
}

.row.portfolio-bg {
    background-image: "linear-gradient(to left bottom, #000c18, #021020, #031427, #03172f, #051937)"
}

p.code-skills-text {
    text-align: center;
    display: none;
}

.code-skills-img img {
    /* margin: 0 auto !important; */
    padding-bottom: 20px;
}
p.btn-skills-scroll-text {
    text-align: center;
    /* align-items: center;
    align-content: center; */
    opacity: 0;
    font-weight: 200;
    letter-spacing: 1px;
}
button.btn-skills-scroll {
    background: none;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    border:rgb(159, 162, 164) 1px solid;
    color: rgb(159, 162, 164);
    font-size: 20px;
    font-weight: 100;
    margin: 0 auto;
    /* opacity: 0; */
    transition: all .4s ease-in-out;
    display: flex;
    align-content: center;
    align-items: center;
    
}
button.btn-skills-scroll:hover {
    background: none;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    border: #ffffff 1px solid;
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
    
    transition: all .4s ease-in-out;
}
i.fa.fa-angle-double-down {
    margin: 0 auto;
}
.btn-skills-scroll a {
    color: rgb(159, 162, 164);
    margin: 0 auto;
    
}
.btn-skills-scroll a:hover {
    color:#ffffff;
    margin: 0 auto;
}

.skills-border-bottom {
    border-bottom: .5px solid rgb(159, 162, 164);
}
.skills h3.skills-title {
    /* padding-bottom: 10px; */
    text-transform: uppercase;
    font-weight: 100;
    font-size: 20px;
}
p.languages-text {
    padding: 0;
    margin: 0;
    /* text-transform: uppercase; */
    font-weight: 200;
    font-size: 13px;
}

.framework-skills-top-padding {
    padding-top: 15px;
}

.code-skills-text-padding-top {
    padding-top: 4px;
}
.code-skills-box {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
#skills {
    transition: all .4s ease-in-out;
}

div.portfolio-example img {
    padding: 15px 0px;
    margin: 0 auto;
}
div.portfolio-example {
    padding: 40px 0px;
}
p.portfolio-title-text, p.portfolio-tech-text, p.portfolio-link-text {
    margin: 0 auto;
    text-align: center;
}
p.portfolio-title-text, p.portfolio-tech-text {
    font-weight: 200;
}
p.portfolio-link-text a {
    padding: 5px 5px 0 5px;
    color: rgb(159, 162, 164);
}
p.portfolio-link-text a:hover {
    padding: 5px 5px 0 5px;
    color: #ffffff;
}

  .under-construction {
      width: 100%;
      background: #ff0000;
      color: #ffffff;
      text-align: center; 
      margin: 0;
      padding: 0;
  }

  .under-construction h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 200;
  }

  /* @media only screen and (min-width: 601px) {
   
} */

/* @media (max-width: @screen-sm-min) {
    .framework-skills-top-padding {
        padding-top: 0px;
    }
    
    .code-skills-text-padding-top {
        padding-top: 0px;
    }
} */


/* .cs-border {
    display: block;
    border-bottom: solid 1px #000;
    width: 600px;
    height: 1px;
    padding-top: 200px;
} */


