body {
    color: #e3e6ea;
    background: #1c1c24;
}

.card {
    background: #7271713b;
}

#footer {
    display: none;
}

.scrolled {
    background: #7271713b;
}

#header {
    background: #1e1e1e;
}

#header a {
    color: #939393;

}

a,a:visited, .dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: #a9cfff;
}
.dropmenu ul li a.active {

    color: #fefefe!important;
}

h1,h2,h3,h4,h5,h6 {
    color: #e5e5e5
}

.label.label-secondary {
    color: #fff;
    background: #222;
}

.label.label-primary {
    color: #020202;
    background: #e3e3e3;
}

.btn {
    color: #f0f0f0;
    border-color: #a6a6a6;
    background: #383737;
}

.GooglePhotoGallery {
    border-style: double;
    border-color: rgb(43, 43, 43);
    background-color: #353535;
    border-radius: 20px;
    padding: 1em;
}

.featherlight .featherlight-content {
    background-color: #0f0f0f;
}

.pagination li {
    border-color: #2d2d2d;
}

.gear td {
    border-color: #bfbfbf64;
    border-width: 1px;
    border-style: double;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

@media only screen and (max-width: 600px) {
  /* .navbar-brand > img {
    content:url("/user/themes/quark/images/logo/GuLinux-Home-mobile.png");
    width: 187px!important;
    height:24px!important;
  } */

  #blog-hero {
    min-height: 200px!important;
  }
}
#to-start {
    display: none!important;
}