html,
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
a{
  color: white
}
a:hover{
  color: #f5f5f5;
}
hgroup > img {
  max-width: 200px;
  height: auto;
}

.credit{
  font-size: 16px;
  margin-bottom: 4px;
  position: fixed;
  bottom:0;
  left: 0;
  right: 0;
  text-align: center !important;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background: white;
    border-color: #f2f2f2;
    opacity: .7;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}


.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.text-carousel{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.text-carousel h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
}
.text-carousel h3 {
    font-size: 1em;
}

/* Social icon */

@font-face {
	font-family: "FontAwesome";
	src: url("./fontawesome/webfonts/fa-solid-900.ttf");
}
@font-face {
	font-family: "FontAwesome2";
	src: url("./fontawesome/webfonts/fa-brands-400.ttf");
}
@font-face {
	font-family: "FontAwesome3";
	src: url("./fontawesome/webfonts/fa-regular-400.ttf");
}

.btn{
  text-shadow: none;
}
.btn:after{
  font-family: FontAwesome, FontAwesome2, FontAwesome3;
}

.btn-lg{
  padding: 12px 16px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 6px;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.btn.btn-lg {
  padding: 10px 40px;
  outline: none;
  margin: 2px auto;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 18px 20px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn.discord,
.btn.discord:focus {
    color: #f5f5f5;
    background-color: rgb(114, 137, 218);
}
.btn.discord:after{
    content: "\f392";
}
.btn.discord:hover{
    background-color: rgb(97, 121, 210);
}


.btn.youtube,
.btn.youtube:focus {

    color: #f5f5f5;
    background-color: rgb(230, 33, 25);
}
.btn.youtube:after{
    content: "\f167";
}
.btn.youtube:hover{
    background-color: rgb(198, 28, 28);
}

.btn.facebook,
.btn.facebook:focus {
    color: #f5f5f5;
    background-color: rgb(59, 89, 152);
}
.btn.facebook:after{
    content: "\f082";
}
.btn.facebook:hover{
    background-color: rgb(49, 73, 125);
}

.btn.twitter,
.btn.twitter:focus {
    color: #f5f5f5;
    background-color: rgb(30, 161, 243);
}
.btn.twitter:after{
    content: "\f099";
}
.btn.twitter:hover{
    background-color: rgb(12, 140, 218);
}

.btn.google-plus,
.btn.google-plus:focus {
    color: #f5f5f5;
    background-color: rgb(230, 80, 67);
}
.btn.google-plus:after{
    content: "\f0d5";
}
.btn.google-plus:hover{
    background-color: rgb(192, 68, 59);
}

.btn.twitch,
.btn.twitch:focus {
    color: #f5f5f5;
    background-color: rgb(101, 68, 155);
}
.btn.twitch:after{
    content: "\f1e8";
}
.btn.twitch:hover{
    background-color: rgb(84, 56, 129);
}
.btn.paypal,
.btn.paypal:focus {
    color: #f5f5f5;
    background-color: rgb(0, 100, 166);
}
.btn.paypal:after{
    content: "\f1ed";
}
.btn.paypal:hover{
    background-color: rgb(0, 83, 138);
}
.btn.steam,
.btn.steam:focus {
    color: #f5f5f5;
    background-color: rgb(49, 43, 45);
}
.btn.steam:after{
    content: "\f1b6";
}
.btn.steam:hover{
    background-color: rgb(30, 26, 27);
}
.btn.skype,
.btn.skype:focus {
    color: #f5f5f5;
    background-color: rgb(0, 175, 240);
}
.btn.skype:after{
    content: "\f17e";
}
.btn.skype:hover{
    background-color: rgb(0, 153, 210);
}
.btn.snapchat,
.btn.snapchat:focus {
    color: #f5f5f5;
    background-color: rgb(222, 222, 0);
}
.btn.snapchat:after{
    content: "\f2ab";
}
.btn.snapchat:hover{
    background-color: rgb(200, 200, 0);
}

.btn.pinterest,
.btn.pinterest:focus {
    color: #f5f5f5;
    background-color: rgb(204, 32, 40);
}
.btn.pinterest:after{
    content: "\f231";
}
.btn.pinterest:hover{
    background-color: rgb(179, 28, 35);
}
.btn.reddit,
.btn.reddit:focus {
    color: #f5f5f5;
    background-color: rgb(255, 69, 0);
}
.btn.reddit:after{
    content: "\f281";
}
.btn.reddit:hover{
    background-color: rgb(204, 56, 0);
}
.btn.vimeo,
.btn.vimeo:focus {
    color: #f5f5f5;
    background-color: rgb(0, 173, 239);
}
.btn.vimeo:after{
    content: "\f27d";
}
.btn.vimeo:hover{
    background-color: rgb(0, 150, 206);
}
.btn.vine,
.btn.vine:focus {
    color: #f5f5f5;
    background-color: rgb(0, 191, 142);
}
.btn.vine:after{
    content: "\f1ca";
}
.btn.vine:hover{
    background-color: rgb(0, 159, 120);
}
.btn.trello,
.btn.trello:focus {
    color: #f5f5f5;
    background-color: rgb(0, 121, 191);
}
.btn.trello:after{
    content: "\f181";
}
.btn.trello:hover{
    background-color: rgb(0, 99, 157);
}

.btn.github,
.btn.github:focus {
    color: #f5f5f5;
    background-color: rgb(35, 35, 35);
}
.btn.github:after{
    content: "\f09b";
}
.btn.github:hover{
    background-color: rgb(65, 65, 65);
}

.btn.kickstarter,
.btn.kickstarter:focus {
    color: #f5f5f5;
    background-color: rgb(46, 221, 114);
}
.btn.kickstarter:after{
    content: "\f3bc";
}
.btn.kickstarter:hover{
    background-color: rgb(37, 185, 95);
}

.btn.linkedin,
.btn.linkedin:focus {
    color: #f5f5f5;
    background-color: rgb(0, 123, 181);
}
.btn.linkedin:after{
    content: "\f0e1";
}
.btn.linkedin:hover{
    background-color: rgb(0, 101, 149);
}

.btn.spotify,
.btn.spotify:focus {
    color: #f5f5f5;
    background-color: rgb(130, 201, 30);
}
.btn.spotify:after{
    content: "\f1bc";
}
.btn.spotify:hover{
    background-color: rgb(119, 186, 23);
}

.btn.wordpress,
.btn.wordpress:focus {
    color: rgb(0, 118, 157);
    background-color: rgb(255, 255, 255);
}
.btn.wordpress:after{
    content: "\f19a";
}
.btn.wordpress:hover{
    background-color: rgb(245, 245, 245);
}

@media (min-width: 768px) {
  .btn-lg{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .text-carousel h1 {
    font-size: 5em;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    transition: font-size 0.3s;
   }
   .text-carousel h3 {
    font-size: 1.6em;
  }

}

@media (max-width: 420px){
  .btn-circle {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    -webkit-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .btn.btn-circle.btn-lg {
    width: 34px;
    height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .btn.btn-circle.btn-xl {
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 35px;
  }
}
