:root {
    --primary-color: #ffffff;
    --primary-color-rgb: 255, 255, 255;
    --secondary-color: #ffffff;
    --secondary-color-rgb: 255, 255, 255;
  }
  [data-theme="dark"] {
    --primary-color: #000000;
    --primary-color-rgb: 0, 0, 0;
    --secondary-color: #000000;
    --secondary-color-rgb: 0, 0, 0;
  }

.link:hover {
  color: #2172ba;
}


.workSamples {
  padding: 60px 0;
}

a:hover,
.d-menu-1 li{
  cursor: pointer !important;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
p::selection,
a::selection,
div::selection,
li::selection{
    color: #000 !important;
}

.darkTag{
  border: solid 1px #666;
  color: #666;
}


.ms-3{
  margin-left: 0 !important;
}

.viewMore{
    margin: auto 0;
}
.viewMore a{
  float: right;
}


@media (max-width: 991px) {
  .spacer-double {
    /* display: none !important; */
    height: 25px;
  }
}

@media (min-width: 695px) and (max-width: 991px) {
  .workItems .col-lg-4{
    width: 50%;
  }
}

.workItems h2 {
  text-align: center;
}

img{
  border-radius: 25px;
}


.skillsSection img{
  border-radius: 0;
}


.show-on-scroll{
  display: none !important;
}

/* a.btn-line, a.btn-line:hover, input.btn-line,
a.link,
.ul-style-2 li:before{
  color: black;
}

.d-bar .d-progress-line span{
  background: black;
} */

.aboutMe{
  color: #000 !important
}
.dark-scheme .aboutMe{
  color: var(--primary-color) !important;
}




/*  */
/*  */
/*  */
/*  */
/*  */
/*  */


.dark-scheme a.btn-line, a.btn-line:hover, input.btn-line,
.dark-scheme a.link,
.dark-scheme .ul-style-2 li:before,
.aboutMe{
  color: var(--primary-color);
}

.dark-scheme .d-bar .d-progress-line span{
  background: var(--primary-color);
}

/* .div.subtitle,
.subtitle.wow.fadeInUp.animated {
  text-align: right !important; 
} */


/* var(--title-font-color) */

.darkText{
  color: #000
}

.disclaimerText p{
  font-size: 10px;
  color: #FFF;
  font-style: italic;
  font-weight:800;
  line-height: 15px;
  margin-bottom:0;
}

.disclaimerText{
background-color: rgba(255,255,255,.15);
padding: 20px;
border-radius: 15px;
}

.boldUnderline{
  text-decoration: underline;
}

.secondLevelList{
  padding-left: 20px;
}

.viewAllWork {
  text-align: center;
  margin-top: 5%;
}
.viewAllWork .subtitle {
  margin: 0;
  padding: 1% 10%;
      border: 1px solid;
  border-radius: 25px;
}



.fullWidthImg img {
  width: 100% !important;
  }