body {
  background-image: url("../img/bg.png");
  background-size: cover;
  font-family: "Archivo", sans-serif;
  color: #ffffff;
}

main > .container {
  padding: 70px 15px 0;
}

.footer {
  background-color: #0e1118;
  padding: 5px !important;
}
.footer span {
  font-size: 14px;
}
.footer span a {
  text-decoration: none;
  color: #c0dedc;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.site-top-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #0e1118;
  height: 70px;
  border-bottom: 2px solid #606368;
  -webkit-box-shadow: 0px -1px 4px 1px rgb(120, 120, 120);
  -moz-box-shadow: 0px -1px 4px 1px rgb(120, 120, 120);
  box-shadow: 0px -1px 4px 1px rgb(120, 120, 120);
}
.site-top-bar .navbar-brand {
  float: left;
}
.site-top-bar .navbar-brand img {
  max-height: 42px;
  margin-top: 15px;
}
.site-top-bar h1 {
  display: inline-block;
  font-size: 26px;
  margin-top: 17px;
  margin-left: -130px;
  margin-right: auto;
  color: white;
  font-weight: 700;
}

.launch-container {
  margin-top: 10%;
}
.launch-container a {
  text-decoration: none;
  color: #ffffff;
}

.launch-item {
  height: 150px;
  background: #22252a;
  border-radius: 5px;
  border: 1px solid #505358;
  opacity: 0.9;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.launch-item img {
  max-width: 200px;
  position: absolute;
  top: 41%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.launch-item .launch-item-footer {
  height: 30px;
  background: #505358;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.launch-item .launch-item-footer p {
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  color: white;
}
.launch-item:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-out;
}
.launch-item:hover .launch-item-footer {
  background: white;
  transition: all 0.2s ease-out;
  border-radius: 0 0 5px 5px;
}
.launch-item:hover .launch-item-footer p {
  color: black;
  transition: all 0.2s ease-out;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -50px;
  transition: all 0.4s ease-out;
  z-index: 99;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-bar a:hover {
  background: #c0dedc;
  color: white;
  text-decoration: none;
}
.icon-bar .facebook {
  background: #3B5998;
  color: white;
}
.icon-bar .blog {
  background: #dd4b39;
  color: white;
}
.icon-bar .linkedin {
  background: #007bb5;
  color: white;
}
.icon-bar .youtube {
  background: #bb0000;
  color: white;
}
.icon-bar .instagram {
  background: #E1306C;
  color: white;
}
.icon-bar .twitter, .icon-bar .ticktok {
  background: black;
  color: white;
}
.icon-bar .content {
  margin-left: 75px;
  font-size: 30px;
}
.icon-bar .link-group {
  position: relative;
  -webkit-box-shadow: 3px 0px 12px -2px rgb(120, 120, 120);
  -moz-box-shadow: 3px 0px 12px -2px rgb(120, 120, 120);
  box-shadow: 3px 0px 12px -2px rgb(120, 120, 120);
}
.icon-bar .text-social {
  transform: rotate(-90deg);
  transform-origin: 0 top;
  position: absolute;
  width: 378px;
  text-align: center;
  background: #c0dedc;
  left: 46px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 2px 0px 12px -2px rgb(120, 120, 120);
  -moz-box-shadow: 2px 0px 12px -2px rgb(120, 120, 120);
  box-shadow: 2px 0px 12px -2px rgb(120, 120, 120);
}
.icon-bar .text-social p {
  margin-bottom: 3px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}
.icon-bar:hover, .icon-bar:active {
  left: -1px;
  transition: all 0.4s ease-out;
}

.so-back {
  left: -50px !important;
}

.show-icon-bar {
  left: -1px;
  transition: all 0.4s ease-out;
}

@media (max-width: 575px) {
  .launch-container {
    margin-top: 25%;
    padding: 0 30px;
  }
  .launch-item:hover {
    transform: scale(1);
    transition: all 0.2s ease-out;
  }
  .site-top-bar .container {
    text-align: right !important;
  }
  .site-top-bar .container h1 {
    font-size: 22px;
    margin-top: 21px;
  }
  .icon-bar .text-social p {
    margin-bottom: 7px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
  }
  .icon-bar .text-social {
    width: 378px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .launch-item {
    min-width: 100px;
    margin-bottom: 20px;
  }
  .launch-container {
    margin-top: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .launch-item {
    min-width: 100px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .launch-item {
    min-width: 100px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .launch-item {
    min-width: 150px;
  }
}/*# sourceMappingURL=site.css.map */