/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background: #222224;
  color: #fff;
  font-family: HelveticaNeue, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
}

p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}

canvas {
  display: inline-block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #fff;
  font-weight: 600;
}

h1 {
  font-size: 70px;
}

h2 {
  font-weight: 400;
  font-size: 36px;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* window BEGIN */
a {
  text-decoration: none;
}

span {
  line-height: 9px;
  vertical-align: 50%;
}

main {
  padding: 0;
  margin: 0;
  background: #222224;
}

.window {
  padding: 12px 10px;
  width: 100%;
  min-height: 25vh;
  margin-bottom: 50px;
  margin-top: 30px;
  border-radius: 25px;
  background: #131314;
  border: 1px solid #131314;
  box-shadow: 0px 6px 7px 2px #131313;
}

.titlebar {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 10px 10px;
  background: linear-gradient(top, #ebebeb, #d5d5d5);
  color: #4d494d;
  font-size: 11pt;
  line-height: 20px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #131314;
  border-bottom: 1px solid #131314;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.titlebar .buttons {
  line-height: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.titlebar .buttons .btn {
  font-size: 12px;
  line-height: 12px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: white;
  margin-right: 7px;
}
.titlebar .buttons .btn b {
  text-align: center;
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  visibility: hidden;
  opacity: 0;
}
.titlebar .buttons .btn.close {
  background: #ff5c5c;
  border: 1px solid #ff5c5c;
}
.titlebar .buttons .btn.close:active {
  background: #ff4343;
  border: 1px solid #ff4343;
}
.titlebar .buttons .btn.minimize {
  background: #fbbb2e;
  border: 1px solid #fbbb2e;
}
.titlebar .buttons .btn.minimize:active {
  background: #fbb315;
  border: 1px solid #fbb315;
}
.titlebar .buttons .btn.zoom {
  background: #00ca56;
  border: 1px solid #00ca56;
}
.titlebar .buttons .btn.zoom:active {
  background: #00b14b;
  border: 1px solid #00b14b;
}
.titlebar .buttons .btn:hover b, .titlebar .buttons .btn:active b, .titlebar .buttons .btn:focus b, .titlebar .buttons .btn.active b {
  visibility: visible;
  opacity: 1;
}

.content {
  padding: 15px;
  padding-top: 0;
}

/* window END */
/* content BEGIN */
/* content END */
.gallery-items {
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
}
@media (min-width: 576px) {
  .gallery-items {
    grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
  }
}
@media (min-width: 768px) {
  .gallery-items {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
@media (min-width: 992px) {
  .gallery-items {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
}
@media (min-width: 1200px) {
  .gallery-items {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
}
.gallery-items .gallery-card {
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
  overflow: hidden;
  max-height: 400px;
  object-fit: cover;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.gallery-items .gallery-card img {
  padding: 5px;
}
.gallery-items .gallery-card .link {
  padding: 15px 0;
  font-size: 11px;
  line-height: inherit;
  color: #6441a5;
  font-size: inherit;
  display: block;
}
.gallery-items .gallery-card .link span {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .gallery-items .gallery-card .link {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .gallery-items .gallery-card .link {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .gallery-items .gallery-card .link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .gallery-items .gallery-card .link {
    font-size: 15px;
  }
}
.gallery-items .gallery-card:hover {
  border: 1px solid rgba(100, 65, 165, 0.2);
}
.gallery-items .gallery-card:hover .link {
  transition: all 0.3s ease-in-out;
  color: white;
  text-decoration: none;
}

.navbar-brand {
  font-size: 40px;
  color: white;
}
.navbar-brand.img {
  height: 50px;
}

.header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.header img {
  height: 75px;
}
.header p {
  line-height: 17px;
}
/*# sourceMappingURL=style.css.map */