body, html {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  visibility: hidden;
  position: fixed;
  width: 0;
}

body {
  /*background-color: #F79824;*/
  background-color: #222831;
  font-family: 'Poppins', sans-serif;
  color: #ececec;
}

#top-banner {
  width: 100%;
  height: 100%;
  background-color: #313131;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#tb-title {
  color: #f638dc;
  color: white;
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
  line-height: 60px;
}

@media (max-width: 400px) {
  #tb-title {
    top: 30%;
  }
}

#tb-title h1 {
  font-size: 70px;
  text-shadow: 0 0 2px #ffffff, 0 0 112px #ff51f0, 0 0 32px #ff75f3;
}

@media (max-width: 400px) {
  #tb-title h1 {
    font-size: 45px;
  }
}

#tb-title p {
  font-size: 25px;
  text-shadow: 0 0 2px #ffffff, 0 0 112px #ff51f0, 0 0 32px #ff75f3;
}

@media (max-width: 400px) {
  #tb-title p {
    font-size: 20px;
  }
}

@-webkit-keyframes arrow-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#mouse-arrow {
  position: absolute;
  bottom: 80px;
  text-align: center;
  width: 100%;
}

#mouse-arrow svg {
  width: 100%;
  display: block;
  opacity: 0;
}

.mouse-arrow-1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: arrow-anim;
  animation-name: arrow-anim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.mouse-arrow-2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-name: arrow-anim;
  animation-name: arrow-anim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.mouse-arrow-3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-name: arrow-anim;
  animation-name: arrow-anim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

#content {
  width: 100%;
  height: auto;
}

#counters {
  margin-top: 30px;
  width: 100%;
  height: 300px;
}

#counter-left {
  position: absolute;
  background-image: url("../img/side-1.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 60%;
  height: 200px;
  padding: 0;
  margin: 0;
  z-index: 2;
}

#counter-left div {
  text-align: center;
  width: 75%;
  margin: 20px;
  margin-left: 0;
  margin-right: 0;
  line-height: 50px;
}

@media (max-width: 400px) {
  #counter-left div {
    line-height: 40px;
  }
}

#counter-left div p {
  font-size: 25px;
}

@media (max-width: 400px) {
  #counter-left div p {
    font-size: 20px;
  }
}

#counter-left div h1 {
  font-size: 50px;
}

#counter-right {
  background-image: url("../img/side-2.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: right;
  width: 70%;
  height: 200px;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

#counter-right div {
  text-align: center;
  float: right;
  width: 75%;
  margin: 20px;
  margin-left: 0;
  margin-right: 0;
  line-height: 50px;
}

@media (max-width: 400px) {
  #counter-right div {
    line-height: 40px;
  }
}

#counter-right div p {
  font-size: 25px;
}

@media (max-width: 400px) {
  #counter-right div p {
    font-size: 20px;
  }
}

#counter-right div h1 {
  font-size: 50px;
}

#arrows div {
  margin-bottom: 30px;
}

.arrow-left {
  width: 100%;
  height: auto;
  background-image: url("../img/arrow-left.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 90% 100%;
  float: left;
}

.arrow-left div {
  width: 70%;
  padding: 20px;
  color: white;
}

.arrow-left div h1 {
  font-size: 40px;
  padding-bottom: 10px;
}

.arrow-left div p {
  font-size: 20px;
  line-height: 30px;
}

.arrow-left div p a {
  color: #ececec;
}

.arrow-right {
  width: 100%;
  height: auto;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 90% 100%;
  float: right;
  text-align: right;
}

.arrow-right div {
  margin-right: 30px;
  margin-left: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.arrow-right div h1 {
  font-size: 40px;
  padding-bottom: 10px;
}

.arrow-right div p {
  font-size: 20px;
  line-height: 30px;
}

.content-title {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline;
}

.content-title h1 {
  color: white;
  display: inline-block;
  width: 20%;
  text-align: center;
  font-size: 30px;
}

@media (max-width: 400px) {
  .content-title h1 {
    font-size: 25px;
    width: 60%;
    line-height: 32px;
  }
}

.ct-l-left {
  margin-top: 12px;
  width: 40%;
  height: 5px;
  background-color: white;
  float: left;
}

@media (max-width: 400px) {
  .ct-l-left {
    width: 20%;
  }
}

.ct-l-right {
  margin-top: 12px;
  width: 40%;
  height: 5px;
  background-color: white;
  float: right;
}

@media (max-width: 400px) {
  .ct-l-right {
    width: 20%;
  }
}

#projects {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

#projects ul {
  display: -ms-grid;
  display: grid;
  margin-left: 90px;
  list-style: none;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 400px) {
  #projects ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-left: 30%;
  }
}

#projects ul li {
  width: 150px;
  padding-bottom: 10px;
}

#projects ul li a {
  text-decoration: none;
  color: black;
}

#projects ul li a img {
  width: 150px;
  height: 100px;
}

#projects ul li a p {
  text-align: center;
}

#projects div {
  text-align: center;
  font-size: 40px;
}

#proj-list {
  visibility: hidden;
  position: fixed;
}

.content-title-small {
  padding-top: 60px;
  padding-bottom: 20px;
  width: 70%;
  margin: 20px auto;
}

.content-title-small h1 {
  color: white;
  display: inline-block;
  width: 24%;
  text-align: center;
  font-size: 30px;
}

@media (max-width: 400px) {
  .content-title-small h1 {
    font-size: 25px;
    width: 60%;
    line-height: 30px;
  }
}

.cts-l-left {
  margin-top: 12px;
  width: 38%;
  height: 5px;
  background-color: white;
  float: right;
}

@media (max-width: 400px) {
  .cts-l-left {
    width: 20%;
  }
}

.cts-l-right {
  margin-top: 12px;
  width: 38%;
  height: 5px;
  background-color: white;
  float: left;
}

@media (max-width: 400px) {
  .cts-l-right {
    width: 20%;
  }
}

#socials {
  margin-left: 15%;
  margin-right: 14%;
}

@media (max-width: 400px) {
  #socials {
    margin-left: 17%;
  }
}

#socials ul {
  display: inline;
  list-style: none;
}

#socials ul li {
  padding: 3px;
  display: inline-block;
}

#socials ul li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

footer {
  margin-top: 40px;
  background-color: #313131;
  text-align: center;
  color: white;
  padding: 20px;
}
/*# sourceMappingURL=master.css.map */