@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");


/* colour scheme */
.social a {
  font-size: 2em;
  padding: 0.2em;
}

.fa-facebook,
.fa-github,
.fa-instagram,
.fa-discord,
.fa-linkedin,
.fa-spotify {
  color: white;
}

.fa-laptop-code,
.fa-keyboard,
.fa-computer{
  font-size: 10em;
  margin: 0.25em;
  color: #15294E;
}

.fa-laptop-code:hover,
.fa-keyboard:hover,
.fa-computer:hover{
  color: #4f6aa0;
}
.fa-facebook:hover,
.fa-github:hover,
.fa-instagram:hover,
.fa-discord:hover,
.fa-linkedin:hover,
.fa-spotify:hover {
  color: #d5d5d5;
}

.container-fluid img {
  width: 100%;
  height: 100%;
  padding: 1em;
}

.container-fluid h1, h3 {
  font-family: Montserrat;
  text-align: center;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h1 {
  font-family: Montserrat;
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.padding {
  padding: 2rem;
}

footer {
  background-color: #15294E;
  color: #d5d5d5;
  padding-top: 2rem;
}


.spec {
  font-family: Montserrat;
}

.contact {
  font-family: Montserrat;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/*---Media Queries --*/
@media (max-width:2560px) {

  /* slider */
  .carousel-caption {
    top: 50%;
  }
  .carousel-caption h1 {
    font-size: 900%;
    text-shadow: 4px 4px 45px #000;
  }
  .carousel-caption h3 {
    font-size: 300%;
    font-weight: 500;
    padding-bottom: 2rem;
  }
  .carousel-caption .btn{
    font-size: 250%;
    font-weight: 500;
    padding: 14px 24px;
  }
  .medArea {
    padding: 2rem;
  }
  .proj {
    padding: 2rem;
  }
}

@media (max-width:1920px) {

  /* slider */
  .carousel-caption {
    top: 52%;
  }
  .carousel-caption h1 {
    font-size: 650%;
  }
  .carousel-caption h3 {
    font-size: 200%;
    font-weight: 450;
  }
  .carousel-caption .btn{
    font-size: 200%;
    font-weight: 400;
  }
}

@media (max-width:1496px) {

  /* slider */
  .carousel-caption h1 {
    font-size: 500%;
    text-shadow: 2px 2px 30px #000;
  }
  .carousel-caption h3 {
    font-size: 200%;
    font-weight: 400;
    padding-bottom: 1rem;
  }
  .carousel-caption .btn{
    font-size: 200%;
    font-weight: 400;
    padding: 8px 14px;
  }
}

@media (max-width: 1200px) {

  /* slider */
  .carousel-caption h1 {
    font-size: 400%;
    text-shadow: 1px 1px 15px #000;
  }
  .carousel-caption h3 {
    font-size: 140%;
  }
  .carousel-caption .btn{
    font-size: 95%;
  }
  }

  @media (max-width: 1024px) {

    /* slider */
    .carousel-caption {
      top: 50%;
    }
    .carousel-caption h1 {
      font-size: 350%;
    }
    /* navbar */
    .social a {
      font-size: 1.5em;
      padding: 0.2em;
    }
    .collapse a {
      font-size: 95%;
    }
  }
  
  @media (max-width: 768px) {
    /*home slider */
    .carousel-caption {
      top: 48%;
    }
    .carousel-caption h1 {
      font-size: 250%;
      font-weight: 200;
    }
    
    .carousel-caption h3 {
      font-size: 80%;
      font-weight: 200;
      padding-bottom: .2rem;
    }
    .carousel-caption .btn{
      font-size: 75%;
      padding: 6px 10px;
    }
    /* contactme page */
    .contact {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }

  @media (max-width: 576px) {
    /* slider */
    .carousel-caption {
      top: 45%;
    }
    .carousel-caption h1 {
      font-size: 175%;
    }
    .carousel-caption h3 {
      font-size: 65%;
    }
    .carousel-caption .btn{
      font-size: 60%;
      padding: 2px 5px;
    }
  }

  @media (max-width: 375px) {
    /* slider */
    .carousel-caption {
      top: 40%;
    }
    .carousel-caption h1 {
      font-size: 130%;
    }
    .carousel-caption h3 {
      font-size: 45%;
      font-weight: 250;
      padding-bottom: 0rem;
    }
    .carousel-caption .btn{
      font-size: 50%;
      padding: 1px 4px;
    }
    .medArea {
      padding: 0.5rem;
    }
    .proj {
      padding-bottom: 0.5rem;
    }
    /* contactme page */
    .contact h5 {
      font-size: 80%;
    }
  }


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

