/**
 * =================================================================== 
 *
 *  ResumeTemplate v1.0 ClearCareer
 *  url: clearcareer.ca
 *  Design by: Iskender Piyale-Sheard
 *  website: izzydoesizzy.com
 *  Created 06-27-2016
 *  Last Updated: 03-19-2017
 *  ------------------------------------------------------------------
 *  Table of Contents:

 *  01. Global Styles
 *  02. Intro
 *  03. Social Icons
 *  04. Icon Fonts
 *  05. Section Styles
 *  06. Timeline Styles
 *  05. Footer
 EXTRAS

 * =================================================================== 
 */

/* 01. Basic Styles
 * =================================================================== */

html {
  overflow-x: hidden;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
}

h1 {
  font-weight: bold;
}

h2 {
}

h5 {
  font-weight: 600;
}

a {
  cursor: pointer;
  color: #1abc9c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #1abc9c;
  opacity: 0.9;
}

hr {
  border-top: 5px solid #1abc9c;
  width: 80px;
  padding-bottom: 20px;
}

.colour-splash {
  color: #2ce8c3;
}

.section-primary span {
  color: #1abc9c;
  font-weight: bolder;
  opacity: 1;
}

/* 02. Intro
 * =================================================================== */

.section-image {
  background: #646fc1 url(../images/17973908.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  text-align: center;
  color: #fff;
  display: table;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #505255b8;
  opacity: 0.7;
}
.img-overlay-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333436;
  opacity: 0.7;
}
.intro {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  -webkit-transform: translateY(-2.1rem);
  -ms-transform: translateY(-2.1rem);
  transform: translateY(-2.1rem);
}

.intro .row {
  margin-right: 0;
  margin-left: 0;
}

.intro h1 {
  font-size: 84px;
}

.intro h5 {
  color: #2ce8c3;
  font-size: 2.3rem;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.section-image span {
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 0 10px;
  font-weight: 100;
}

.section-image h1 {
  margin-top: 0;
}

.section-image p {
  /* font-weight: lighter; */
  opacity: 0.9;
}

/* 03. Social Icons
 * =================================================================== */

.social {
  margin: 0 10px;
  padding-top: 1.3em;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
}

.social a {
  color: white;
  text-decoration: none;
  padding: 2em;
}

.social a:hover {
  opacity: 0.6;
}

.social-footer {
  position: block;
  padding: 15px;
}

.social-footer a {
  color: white;
  text-decoration: none;
  padding: 0.6em;
  font-size: 1.7em;
}

/* 04. Icon Font
 * =================================================================== */

.lnr {
  font-size: 4em !important;
  color: #fff;
}

/* 05. Section Styles
 * =================================================================== */

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.profilepic {
  height: 150px;
  width: auto;
  border-radius: 300px;
}

.section-primary p {
  text-align: justify;
}

.section-primary {
  border: #1abc9c;
}

.section-colour {
  background-color: #1abc9c;
  color: #fff;
}

.section-colour p {
  text-align: justify;
}

.section-heading .lead,
.section-heading h2 {
  text-align: center;
}

.section-colour {
  border: #fff;
}

.section-colour hr {
  border-top: 5px solid #fff;
}

/* 01. Timeline Styles
 * =================================================================== */

.timeline-icon .fa {
  color: white;
  margin: 14px;
  font-size:1.5em;
}

#skills {
  background: #0c0c0c
    url(../images/close-up-of-people-s-hands-working-on-computers.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: auto;
}

.skills {
  font-weight: 900;
}

.link {
  font-weight: 900;
}

/* 05. Footer
 * =================================================================== */

footer {
  display: block;
  position: static;
  bottom: 0;
  background-color: black;
  color: #fff;
  padding: 50px 0;
}

footer p {
  padding: 15px;
  opacity: 0.8;
}

/* EXTRAS
 * =================================================================== */

/* Mouse Icon
         * =================================================================== */
.mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  display: block;
  height: 50px;
  margin: 100px auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  z-index: 10;
}
.mouse-icon .scroll {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: scrolling;
  animation-play-state: running;
  animation-timing-function: linear;
}
.mouse-icon .scroll {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 4px;
  width: 4px;
}
@keyframes scrolling {
  0% {
    opacity: 0;
    top: 5px;
  }
  30% {
    opacity: 1;
    top: 10px;
  }
  100% {
    opacity: 0;
    top: 25px;
  }
}

.pad-xl {
  padding: 200px 0px;
}

.pad-lg {
  padding: 160px 0px;
}

.pad-sm {
  padding: 80px 0px;
}

.pad-xs {
  padding: 30px 0px;
}

/* /Mouse Icon
         * =================================================================== */

/* Media Queries
 * =================================================================== */

@media (max-width: 480px) {
  .social a {
    padding: 0.4em;
    font-size: 0.9em;
  }

  .social-footer {
    text-align: center;
    position: block;
    text-align: center;
  }

  .social-footer a {
    padding: 0.3em;
    font-size: 1.6em;
  }

  .intro-desc {
    font-size: 0.7em;
  }

  .section-image span {
    font-size: 1em;
    padding: 0 1px;
  }

  .intro h1 {
    font-size: 50px;
    padding-top: 15px;
  }

  footer {
    text-align: center;
    padding-bottom: 100px;
  }

  #skills {
    background: #151515
      url(../images/close-up-of-people-s-hands-working-on-computers.jpg)
      no-repeat center center;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .social-footer {
    text-align: center;
  }

  footer p {
    text-align: center;
  }
}
