*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  
.row{
    max-width: 1140px;
    margin: 0 auto;
}

.box {
    padding: 1%;
}

section {
    padding: 80px 0;
}

html,
body{
    color: #555;
    background-color: #fff;
    font-size: 20px;
    font-family: 'lato', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}


/*-----------------------------------------------------------------------*/
                              /*(NAVIAGATION)*/
/*-----------------------------------------------------------------------*/

                             /*MOBILE-NAV*/ 
.mobile-nav{
    float: right;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
    font-size: 150%;
    display: none;
}





                             /*STICKY NAV*/
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    background-color:#f1f3f2 ;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 2px 2px 1px #bac4bf;
    box-shadow: 2px 2px 1px #bac4bf;
    
}
.sticky .main-nav li a:link,
.sticky .main-nav li a:visited{
    color: #333;
    padding: 15px;
}

.sticky .text{color: #333;
    border-bottom: 1px solid transparent;

}


                                /*MAIN-NAV*/

.main-nav{
    list-style: none;
    float: right;
    
}

.main-nav li {
    display: inline-block;
    margin-left: 30px;
    margin-top: 30px;
   
}

.main-nav li a:link,
.main-nav li a:visited {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    padding: 8px;
    font-weight: 400;
}
.main-nav li a:hover,
.main-nav li a:active{
    border-bottom: 1px solid rgb(255, 99, 1);
    -webkit-transition: border-bottom 0.6s;
    transition: border-bottom 0.6s;
}


/*-----------------------------------------------------------------------*/
                              /*(HEADER)*/
/*-----------------------------------------------------------------------*/

header {
   background-image: url(img/2.png);
    height: 100vh;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}

.hero-text-box{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
   
}
  
/*-----------------------------------------------------------------------*/
                              /*(HEADDING)*/
/*-----------------------------------------------------------------------*/


h1 {
    text-transform: uppercase;
    color: #f18a00;
    text-align: center;
    font-size: 200%;
    word-spacing: 5px;
}

h1:after{
    content: " ";
    background-color: #f18a00;
    width: 100px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

h2{
    font-size: 100%;
    color: #333;
}

h3{
    font-size: 200%;
    text-transform: uppercase;
    color: #f18a00;
    text-align: center;
    word-spacing: 5px;
    
}

/*-----------------------------------------------------------------------*/
                              /*(LINKS)*/
/*-----------------------------------------------------------------------*/







/*-----------------------------------------------------------------------*/
                              /*(LOGO)*/
/*-----------------------------------------------------------------------*/
.logo-img{
    border-radius: 50%;
    width: 60px;
    height: 60px;vertical-align: middle;
    margin-top: 10px;
    
}
.text{display: inline-block;
    color: #fff;
    vertical-align: middle;
    border-bottom: 1px solid rgb(255, 99, 1);
    padding: 5px;
}

/*-----------------------------------------------------------------------*/
                              /*(BUTTON)*/
/*-----------------------------------------------------------------------*/

.btn:link,
.btn:visited{
    color: #f18a00;
    text-decoration: none;
    margin-right: 30px;
    border-radius: 200px;
    border: 1px solid #f18a00;
    padding: 10px 20px;
    
}

.btn:hover,
.btn:visited{
    color: #fff;
    background-color: #cf7700;
    -webkit-transition: color 0.7s, background-color 0.7s;
    transition: color 0.7s, background-color 0.7s;
}

/*-----------------------------------------------------------------------*/
                              /*(SECTION ABOUT-ME)*/
/*-----------------------------------------------------------------------*/

.photo{width: 20%;
    margin-left: 40%;
    border: 4px solid #f1f3f2 ;
    box-shadow: 2px 2px 2px 3px #dee0df;

}
.long-copy{
    font-size: 130%;
    width: 80%;
    margin-left: 10%;
    word-spacing: 5px;
    padding: 2%;
    font-weight: 300;
    color: #333;
    line-height: 40px;
    
}

.long-copy span{font-family: serif;}

.long-copy:after{
    content: " ";
    background-color: #555;
    width: 600px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

/*-----------------------------------------------------------------------*/
                              /*(PHOTOS)*/
/*-----------------------------------------------------------------------*/
.carousel-cell{width: 20%;}
.section-photo{background-color: #f1f3f2}


/*-----------------------------------------------------------------------*/
                              /*(contact me)*/
/*-----------------------------------------------------------------------*/

.developer{text-align: center;}
.section-contact{
    background-color: #333;
    padding: 0;
    
}

.social-links{
    list-style: none;
    text-align: center;
    margin-top: 80px;
}  

.social-links li {
    display: inline-block;
    font-size: 400%;
    margin-left: 50px;
}

.social-links li a {
    color: #fff;
}

.facebook:hover{
    color:  #3b5998;
}

.instagram:hover{
    color: #517fa4;
}

.twitter:hover{
    color: #00aced;
}

.mail:hover{
    color: #bb0000;
}

.number {
   
    color: #fff;
    display: inline-block;
}

.number:hover{
    color: #075e54;
}

.whatsapp{
    color: #075e54;
    vertical-align: middle;
}

.email-id {
   
    color: #fff;
    display: inline-block;
}
.email-id:hover{
    color: #bb0000;
}

.email{
    color: #bb0000;
    vertical-align: middle;
}


