body{
    background: grey;
    width: auto;
    overflow-x: hidden;
    
}

.navbar-head{
    font-size: 40px;
    color: purple;
    font-family: monospace;
    text-decoration: none;
    
}

.navbar-head:hover{
    color: brown;
}
.navbar-header a:hover{
    color: brown;
    transition: 1s;
    text-decoration: none;
    
}
ul li{
    padding: 5px;
    font-size: 20px;
}
ul li:hover{
    background: silver;
    transition: 1s;
}
#about{
    height: 100vh;
}
.about-overlay{
    background: silver;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
}

.description{
    padding: 100px;
    font-weight: bold;
    line-height: 2;
    font-size: 20px;
    color: white;
}
.photo img{
    padding: 40px;
    width: 80%;
    border-radius: 50%;
}

.black{
    border: 3px white solid;
    width: 50%;
    margin-left: 0;
    position: absolute;
}
.icon{
    padding-left: 440px;
    position: absolute;
    font-size: 40px;
}
.icon1{
    padding-left: 480px;
    position: absolute;
    font-size: 40px;
}
#down{
    padding-top: 60px;
}

.section-overlay{
    background: grey;
    
}
.section-under-overlay{
    background: #f1f1f1;
    width: 100%;
    border-bottom: 2px solid white;
}
.section-heading{
    font-size: 35px; 
    padding: 20px;
    font-weight: 600;
    
    
}
.underline{
    width:10%;
    border: 1px solid black;
}

.portfolio-photos{
    padding: 40px;
}
.portfolio-photos img{
    padding: 20px;
    margin-left: 10px;
    width: 90%;
    border-radius: 50px;
}

form{
    padding: 50px;
}


input[type="text"],input[type="email"],textarea{
    width: 100%;
    max-width: 400px;
    padding: 10px;
    border: transparent;
    border-bottom: 2px solid silver;
    font-size:20px;
}
input[type="submit"]{
    font-size: 20px;
    padding: 0px 20px;
    margin-top: 40px;
}
input[type="submit"]:hover{
    background: skyblue;
    
    transition: 0.5s;
}
textarea{
    display: flex;
    border: transparent;
    border-bottom: 2px solid silver;
    font-size: 20px;
    width: 100%;
    max-width: 400px;
    resize: none;
    
}
input[type="text"]:hover,input[type="email"]:hover,
textarea:hover,
textarea:active,
textarea:focus{
    border-bottom: 3px solid silver;
    border-color: none;
}


.contact-des{
    padding: 40px;
    font-weight: bold;
    line-height: 2;
    font-size: 20px;
    color: grey;
    font-family: cursive;
}
.note{
    padding: 40px;
    font-weight: bold;
    line-height: 2;
    font-size: 20px;
    color: grey;
    font-family: cursive;
}

.made-by{
    background: silver;
}
.heading-left{
    font-size: 25px;
    color: white;
    padding: 20px;
    font-weight: 700;
}

.heading-right{
    font-size: 25px;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: 700;
}


.under-heading{
    color: white;
    font-size: 25px;
    text-align: center;
}
.under-heading i{
    color: darkslategrey;
}
.under-heading i:hover{
    font-size: 30px;
    color: purple;
    transition: 0.5s;
    
}
.under-heading a{
    text-decoration: none;
    
}

.circle{
    border-radius: 50%;
    
    border: 1px solid black;
}
a:hover{
    color: purple;
    transition: 0.5s;
}

a i:hover{
    color: purple;
    transition: 0.5s;
    font-size: 30px;
}

.editing{
    padding: 50px;
    font-size: 30px;
    background: black;
    opacity: 0.7;
    color: white;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img 
        {
          width: 70%;
          margin: auto;
}


.carousel{
    width: auto;
    margin: 0 auto;
}

.carousel-indicators{
    margin-bottom: -20px;
}
.grey{
    background-color: silver;
}
/* what to do */
.what{
    font-size: 40px;
    color: grey;
    padding-top: 50px;
}
.cog-color{
    color: grey;
    padding-bottom: 20px;
}

.development{
    font-size: 30px;
    font-weight: bold;
    color: grey;
    padding: 10px;
}
.language{
    font-size: 25px;
    font-weight: lighter;
    color: grey;
    padding-bottom: 25px;
    font-family: serif;
}
.c-logo{
    width: 70px;
    height: 70px;
}
.js-logo{
    width: 110px;
    height: 70px;
}
.python-logo{
    width: 140px;
    height: 50px;
}
.web{
    font-size: 25px;
    padding: 30px;
    color: grey;
    font-weight: lighter;
    font-family: serif;
}
.html-logo{
    width: 70px;
}
.css-logo{
    width: 55px;
}
.bootstrap-logo{
    width: 100px;
    padding-top: 15px;
    margin-right: -10px;
}
.git-logo{
    width: 100px;
}

.tools{
    font-size: 30px;
    font-family: cursive;
    padding-top: 20px;
}
.os{
    padding-top: 30px;
    font-size: 30px;
    font-family: cursive;
}
.ubuntu-logo{
    width: 100px;
}
.windows-logo{
     width: 100px;   
}
.mac-logo{
    width: 90px;
}
.ps-logo{
    width: 100px;
}
.atom-logo{
    width: 60px;
}
.vim-logo{
    padding-left: 5px;
    width: 70px;
}
.visualStudio-logo{
    margin-left: -5px;
    width: 100px;
}
.notepad-logo{
    width: 70px;
}

.started{
    font-size: 25px;
    padding: 30px;
    font-family: monospace;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 60px;
}

.green{
    color: green;
    font-family: cursive;
    font-weight: bold;
}
.what-i-can-do{
    
    background-image: url(../img/background.jpg);
    opacity: 0.9;
    padding-bottom: 20px;
    
}
.what-i-can-do p{
    padding: 0px;
    font-size: 20px;
    font-family: lighter;
    color: white;
    
}
.bxslider{
    max-width: 10px;
}
