h1{
  font-family: 'Limelight', cursive;
  font-size: 40px;
  margin: 0px 0px 8px 0;    
}
h1, h2, h3, h4{
  color: #4e4e4e ;
}
.row{
      border-top: 1px dotted #ccc;
}
#navigation a{
  font-family: 'Limelight', cursive;
  background-color: #f8f8f8;
  color: #aba504;
}
#navigation a:hover{
color: #454545;
}
.breadcrumb a{
   color: #444;
}
.breadcrumb a:hover{
   color: #000;
   text-decoration: none;
   background-color:none!important;
}
#theweb{ 
  font-size: 18px;  
}
h2,h3,h4{
    font-family: 'Limelight', cursive;
    font-size: 18px;
    margin: 0px 0px 8px 0;
    display: block;
    clear: both; 
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
   line-height: 1.5;
}
.row{
  height: auto;
  padding: 25px 0 25px 0;
  margin:0 0 10px 0;
  clear: both;
}
a{
  color: #aba504;  
}
a:hover{
  color: #fff;
  background-color: #aba504;
  text-decoration: none;  
}
p{
  margin: 0px 0px 10px 0;
  padding: 0px;
}
.footerlinks{
    padding-top: 20px;        
}
.footerlinks button{
    float: right;
    margin: 2px;
}
.pricing-header {
  max-width: 700px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-navbar-toggler {
    border: none;
    background: transparent;
    padding: 0.25rem 0.75rem;
}
.custom-navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0,0,0,0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.card {
  width: 48%;
  float:left;
  margin: 10px;
  display: block;
  height: 200px;

}
#aboutMe p {
  line-height: 1.7;
  margin-bottom: 16px;
}

#portfolio{

  height: auto;
  clear: both;
  display: block;
}


.self-driven-projects {
    display: flex;
    flex-wrap: wrap;
}

.self-driven-projects > .col-md-6 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.self-driven-list {
    display: flex;
    flex-wrap: wrap;
}

.self-driven-list > .col-md-6 {
    display: flex;
    flex-direction: column;
     margin-bottom: 30px;
}

ul.block-lists{
  clear: both;
  display: block;
   margin: 0px; padding: 0px; /*float: left;*/
}
ul.block-lists li{
   margin: 5px 3px 0px 0px; /*! padding: 0px; */   
   padding: 3px 8px;
   height: auto;
   background-color: #909090;
   color: #fff;
   font-size: 11px;font-weight: bold;
   text-transform: uppercase;
   display: inline-block;   
}
#maincontainer{
  padding-top:30px;
}
#biglist li{
font-size: 50px!important;
}
#skills h2{
  padding:20px 0 5px 20px;
}

.block-lists-skills{
  padding: 0px;
  margin: 0px;
}

.block-lists-skills li{
  padding: 4px;
  margin: 10px 10px 10px 0px;
  float: left;
  border: 2px solid #e1e0c2;
  list-style: none;
  overflow: hidden;
  padding: 12px 20px; 
  width: 198px;
  transition: 0.5s;
  background-color: #fff; 
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;  
  border-radius: 12px;
}
.block-lists-skills li img{ 
  width: 32px; height: 34px; margin: 10px;
}
.block-lists-skills li:hover{  
  border: 2px solid #aba504;
} 

ul.block-lists-contact{
  clear: both;
  display: block;
   margin: 0px; padding: 0px;
}
ul.block-lists-contact li{
   margin: 20px 2px 0px 0px; /*! padding: 0px; */   
   padding: 3px 8px;
   height: auto;
   display: inline-block;  
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;   
}
.navbar-toggler {
float: right; 
}

svg{
  fill: #8b8b8b;
  width: 18%;
  height: 50%;
}
.social-icons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.social-link {
  display: flex;
  flex-direction: row-reverse; /* text on left, icon on right */
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-family: sans-serif;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background 0.2s;
}

.social-link:hover {
  background: #aba504;
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.block-lists-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-left: 0;
  list-style: none;
}

.block-lists-skills li {
  border: 2px solid #e5e4dc;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #fff;
  transition: transform 0.1s ease;
}

  .block-lists-skills li:hover {
  border: 2px solid #d4cfa0;
  }

  .btn-primary {
  display: inline-block;
  padding: 8px 16px;
  background-color: #8a9b0f;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}
.btn-primary:hover {
  background-color: #76870d;
}

.skill-box {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-weight: 500;
}

.skill-box svg {
  width: 24px;
  height: 24px;
  fill: #5c5c5c; /* Or adjust to match brand */
}

.skill-box span {
  font-size: 14px;
}

div#portfolio-list
 {
    padding-bottom: 0px;
    border-top: 0px;
}
/*Small devices (landscape phones, 576px and up)*/
@media only screen and (max-width: 576px) {
#maincontainer{
  padding-top:200px;
}  
.col-12 {width: 100%;}
.block-lists-skills li{
width: 100px;  
}  
.card{
width: 100%;
}
#navigation{
width: 100%;
}
}

@media only screen and (max-width: 768px) {
#maincontainer{
padding-top:200px;
} 
.col-6 {width: 100%;}
#theweb img{
display: none;
}
.card{
  display: inline-table;
  margin: 0 0 20px 0;
  width: 100%;
}
nav .navbar-nav {
  background-color: white;
}
#navigation{
  width: 100%;
  }
}
.navbar-brand{color:#4e4e4e !important; }

@media only screen and (max-width: 992px) {
      .card{
      display: inline-table;
      margin: 0 10px 20px 0;
      width: 40%;
    }
}

@media (max-width: 768px) {
  #aboutMe {
    flex-direction: column;
    text-align: center;
  }
  .about-avatar {
    margin-top: 20px;
  }
}
