* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
   background-color: white;
    font-family: 'Lato','Raleway',sans-serif;
    color: #555555;
    overflow-y: scroll;
    overflow-x: hidden;
    font-weight:300;
    font-size: 20px;
    text-rendering: optimizelegibility;
}


header {
    background-color: #3dc2f3;
}

h2 {
    text-align: center;
}

.logo {
    margin-top: 90px;
}
.logo img {
    height: 100px;
    width: auto;
}

.header-text {
    text-transform: capitalize;
    margin: 100px 0;
    color: white;
}

.navbar-default {
    /*background-color: transparent;*/
    border-color: #444444;
    z-index: 110;
    transition: all 1s;
    padding-bottom: 20px;
    height: 70px;

}

.navbar-default .navbar-nav > li > a{
    color: #000000;
    font-weight: 500;
    font-family: 'Lato', 'Raleway', sans-serif;
    transition: all 1s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #129cf3;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #b5b5b5;
}

.navbar-brand {
    padding: 9px 15px;
}

.navbar-brand img {
    transition: all 1s;
}

.navbar-default .navbar-nav > .active>a,
.navbar-default .navbar-nav > .active>a:hover,
.navbar-default .navbar-nav > .active>a:focus {
    background-color: transparent;
    color: #129cf3;
}

.navbar-nav {
    padding-top: 10px;
}

.navbar-collapse {
    background-color: #f8f8f8;
}

#cj-navbar-collapse-1 {
    border: 0;
}












.portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ecf0f1;
}
.portfolio-text {
    padding-bottom: 20px;
}


.portfolio-showcase {
list-style: none;

}

.portfolio-showcase li {
    display: block;
    float: left;
    /*width: 33%;*/
    padding: 10px 30px;
}

.description {
    text-align: center;
}

.icons-wrapper {
    /*width:100%;*/

    margin:0 auto;
    text-align:center;
    /*height: 80px;*/

}

.portfolio-icons {

    /*padding-right: 10px;*/
}
.portfolio-icons li {

    padding: 5px 30px;
    margin-left: 15px;


}





.client-photo {
    width: 100%;
    overflow: hidden;
    background-color: #ecf0f1;
}

.client-photo img{
    height: auto;
    transform: scale(0.90);
    transition: transform 1s;

}
.client-photo img:hover {
    transform: scale(1);
}




.section-text {
    padding-top: 50px;
    text-align: center;
}

.about-me {
    margin-bottom: 50px;
}
.aboutme-points {
    padding-top: 50px;
}

.point1 h3,
.point2 h3,
.point3 h3{
    text-align: center;

}

.point1 i {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.point1 p,
.point2 p,
.point3 p{
    text-align: justify;
}
.icon-stack {
    /*position: relative;*/
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    /*vertical-align: middle;*/
    margin-bottom: 20px;
}
.icon-stack-1x,
.icon-stack-2x{
    position: absolute;
    width: 100%;
    text-align: center;
}
.icon-stack-1x {
    line-height: inherit;
    /*margin-top: 5px;*/
}
.icon-stack-2x {
    font-size: 3em;
}

.technical-skills {
    padding-top: 50px;
    background-color: #3dc2f3;
    padding-bottom: 50px;

}

.skill-bar {
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
}

.bars {
    margin-bottom: 30px;
}

.html-color {
    background-color: #f16529;
}
.jq-color {
    background-color: #4155a5;
}
.js-color {
    background-color: #f0db4f;
}
.anjs-color {
    background-color: #e23337;
}
.vuejs-color {
    background-color: #4fc08d;
}
.css-color {
    background-color: #21aad7;
}
.php-color {
    background-color: #8892BF;
}
.bootstrap-color {
    background-color: #5b4181;
}

.contact {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-me-form {
    padding-top: 50px;
}
.contact-me-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    outline: 0 !important;
    transition: all 1s;

}

#msg {
    height: 120px;
    resize: none;
}
.iframe-div {
    text-align:center;
    font-family: 'Lato','Raleway',sans-serif;
    color: #3978bd;
}
#myIframe {

    frameborder:0;
    border:0 ;
    cellspacing:0;
    border-style: none;
    width: 100%;
    height: 60px;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: transparent;
    border: 1px solid #129cf3;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #129cf3;
    transition: all 1s;
}

.submit-btn:hover {
    background: #129cf3;
    color: white;
    border-color: #129cf3;
}

.footer {
    background-color: #1a1a1a;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 3px solid #129cf3;

}

#copyright {
    width: 50%;
}

#copyright p {
    color: white;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

#copyright span {
    color: #129cf3;
}

.scroll-top {
    text-align: right;

}

.scroll-top a {
    background-color: #129cf3;
    padding: 25px;
}
.scroll-top a i {
    color: white;
    font-size: 25px;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

/* Dropdown Button */
.dropbtn {
    background-color: #3dc2f3;
    color: white;
    padding: 12px;
    font-size: 20px;
    font-weight: 400;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #129cf3;}