/*
 Theme Name:     Atif Codes V2
 Theme URI:      https://atifcodes.com/ 
  Description:    Divi Child Theme
 Author:        Atif Codes
 Author URI:     https://atifcodes.com/
 Template:  Divi
*/

@import url("../Divi/style.css");


/*footer {*/
/*    background: #151515;*/
/*    color: #aaa;*/
/*    padding: 19px max(28px, calc((100vw - var(--max)) / 2 + 28px));*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    font-size: 10px;*/
/*    font-family: "DM Mono";*/
/*    padding-bottom: 82px;*/
/*}*/

/* Footer */
.site-footer {
  background-color: #151515;
  color: #ffffff;
  padding: 15px 24px 50px 24px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer p {
     font-family: "DM Mono";
  margin: 0;
  font-size: 12px;
  color:#aaa;
}

.credit a {
  /*color: #60a5fa;*/
  text-decoration: none;
}

.credit a:hover {
  text-decoration: underline;
}

/* Mobile layout */
@media (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .site-footer {
    padding: 18px 16px;
  }

  .site-footer p {
    font-size: 13px;
  }
}

/* dock */

.id-dock__nav a:hover, .id-dock__nav a.is-active, .id-dock__nav .current-menu-item > a,
.id-dock__project {
    color: #f05a28;
}
