html,body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}
body{
    background-image:linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.3)), url("background.jpg") ;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
/*********NAVBAR*********/

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: #ffffff;
}
.brand-title{
    font-size: 1.5rem;
    margin: .5rem;
}
.navbar-links ul{
    margin: 0;
    padding: 0;
    display: flex;
}
.navbar-links li{
    list-style: none;
}
.navbar-links li a{
    text-decoration: none;
    color: #ffffff;
    padding: 1rem;
    display: block;
}
.navbar-links li:hover{
    background-color: #555;
}
 .toggle-button{
     position: absolute;
     top: .75rem;
     right: 1rem;
     display: none;
     flex-direction: column;
     justify-content: space-between;
     width: 30px;
     height: 21px;
 }
 .toggle-button .bar{
     height: 3px;
     width: 100%;
     background-color: #fff;
     border-radius: 10px;
 }
.para-des{
    font-size: 25px;
    text-align: center;
 }
.intro{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}
.intro2{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    padding-bottom: 0%;
    margin-bottom: 0%;
}
  
  .intro p{
      color: rgb(243, 237, 240);
      font-size: 18px;
      font-family: 'Roboto', sans-serif;
  }
  .line{
    border: 1px solid #f2f2f2;
    width: 120px;
    padding-left: 10%;
    margin-left: 40%;
    height: 0px;
  }
  .line2{
    border: 1px solid #f2f2f2;
    width: 120px;
    padding-left: 10%;
    margin-left: 45%;
    height: 0px;
  }
.head-name{
    padding-top: 8%;
    text-align: center;
  }
h2{
   font-size: 80px; 
   font-family: 'Alfa Slab One', cursive;
   color: white; 
   font-weight: bolder;

}
h5{
    font-size: 40px;
    font-family: 'Alfa Slab One', cursive;
    color: white;
    font-weight: bolder;
}
h6{
    font-size: 20px;
    font-family: 'Alfa Slab One', cursive;
    color: white;
    font-weight: bolder;
}
.pra{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
}

h3{
    font-size: 80px; 
    font-family: 'Alfa Slab One', cursive;
    color: #ffffff; 
    font-weight: bolder;
    letter-spacing: 1px;
 }
 #explore-btn{
    position: absolute;
    top: 80%;
    left: 45.5%;
} 
 button a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
  }
 
 button a:hover{
    color: #5f5f5f;
    transition: 1s;
  }
   
button{
    position: absolute;
    border: none;
    outline: none;
    background-color: rgb(202, 73, 21);
    font-size: 28px;
    text-align: center; 
    top: 55.5%;
    left: 45%;
  } 

.border-around{
    border: 1.5px solid #ffffff;
    position: relative;
    border-radius: 5%;
    left: 39%;
    font-size: 25px;
    padding: 1.2rem;
}
.intouch{
    padding-top: 8%;
}
a{
    color: #ffffff;
}

a:hover { 
    text-decoration: none; 
    color: rgb(202, 73, 21);
    transition: 1s;
}
.social-icon{
    font-size: 25px;
    text-align: center;
    padding-top: 10rem;
}
.social-icon p{
    display: none;
}

  .btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: rgb(202, 73, 21);
    border-color: rgb(202, 73, 21);
}

  /******************SKILLS*******************/
.row{
    padding-top: 17% !important;
}
.card { background-color: rgba(245, 245, 245, 0.1); }
.card-header, .card-footer { opacity: 1}
/*******************************/
/***********************ABOUT*********************/
.myImage{
    text-align: center;
    top: 0%;
}
.txtarea{
    text-align: center;
}
.myImage img{
    border-radius: 50%;
}
/********************SOCIAL MEDIA ICONS SECTION********************************************/
#social-icon{
    padding-top: 20.5rem;
    width: 100%;
}

.icons{
    text-align: center;
}
.icons a{
    color: #ffffff;
}
.icons img:hover  {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); 
  transition: 1s;
}

@media (max-width: 400px){
.toggle-button{
    display: flex;
}
.navbar-links{
    display: none;
    width: 100%;
} 
.navbar{
    flex-direction: column;
    align-items: flex-start;
}
.navbar-links ul{
    flex-direction: column;
    width: 100%;
}
.line2{
    margin-left: 34%;
}

.navbar-links li{
    text-align: center;
}
.navbar-links li a{
    padding: .5rem 1rem;
}
#explore-btn{
    left: 38.5%;
    top: 90%;
} 
.line{ 
    margin-left: 33%;
    }
.navbar-links.active{
    display: flex;
    }
.pra{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    
}
.border-around{
    border: 1.5px solid #ffffff;
    position: relative;
    border-radius: 5%;
    left: 15%;
    font-size: 20px;
    padding: 1rem;
}
.intouch{
    padding-top: 30%;
}
.social-icon{
    font-size: 20px;
    text-align: center;
    padding-top: 10rem;
}
.social-icon p{
    display: inherit;
}
.social-icon i{
    display: none;
}
a:hover{
    text-decoration: underline;
}
}
