body {
  font-family: 'Roboto', Sans-Serif;
  font-size: 16px;
  text-align: center;
  background-color: #b4f1f1;
}

a {
  color: #D14836;
  text-decoration: none;
  font-family: 'Oxygen', sans-serif;
}

a:hover {
  color: #FF0000;
  text-decoration: none;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#header-nav {
  background-color: #1e6262; /*#49c5b6; /*#007f6d;  #D14836  #181726*/
  border-radius: 0;
  border: 0;
}

#logo-img {
  background: url('../logos/output-onlinepngtools.png') no-repeat;
  width: 350px;
  height: 53px;
  margin: 20px 15px 10px 0;
}

#nav-list a {
  color: #fff;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
}

#nav-list a:hover {
  background: #D14836;
  color: #051a37;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#nav-list a span {
  font-size: 1.8em;
}

.navbar-header a:hover {
  box-shadow: none;
}

.navbar-header button.navbar-toggle, .navbar-header .icon-bar {
  border: 2px solid #051a37;
}

.navbar-header button.navbar-toggle {
  clear: both;
  margin-top: -30px;
  background-color: #fff;
}

.navbar-header button.navbar-toggle:hover {
  background-color: #fff;
}

.jumbotron {
  box-shadow: 0 0 50px #051a37;
  border: 2px solid #051a37;
  border-radius: 10px;
}

.wave {
  animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;        /* Change to speed up or slow down */
  animation-iteration-count: infinite;  /* Never stop waving :) */
  transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
  display: inline-block;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}

#website1, #website2, #website3, #website4 {
  height: 250px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid #051a37;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 15px #051a37;
}

#website1 {
  background: url('../images/website4.png') no-repeat;
  background-position: center;
}
#website2 {
  background: url('../images/website2.png') no-repeat;
  background-position: center;
}
#website3 {
  background: url('../images/website1.png') no-repeat;
  background-position: center;
}
#website4 {
  background: url('../images/website3.png') no-repeat;
  background-position: center;
}
#website1-title a, #website2-title a, #website3-title a, #website4-title a {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: 1.3em;
  background-color: #000;
  opacity: .8;
}

.panel-footer {
  border-top: 0px;
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #41B3A3; /*#007f6d;*/
  color: #000;
}
.panel-footer div.row {
  margin-bottom: 35px;
}
#footer-contact{
  margin-top: 5px;
  line-height: 2;
}
#footer-contact > span {
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
#footer-contact > p a:hover {
  box-shadow: none;
}
.logo a:hover {
  box-shadow: none;
}
.blockquote {
  border-left: 0;
  font-style: italic;
  font-size: 1.2em;
}
#footer-quote {
  padding-left: 0;
  padding-right: 0;
}
.blockquote footer{
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.footer-bottom div {
  font-family: 'Ubuntu', sans-serif;
}
.social-area h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.btn-social {
  background-color: transparent;
  color: #000;
  border-radius: 100%;
  height: 47px;
  width: 47px;
  border: 2px solid #000;
  padding: 0 0 0 0;
  padding-top: 6px;
  padding-left: 0.5px;
  margin: 0 5px;
}

.btn-social:hover {
  background: #fff;
  border: 2px solid #D14836;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.social-area #socials {
  padding-bottom: 10px;
}
.social-area #logo-footer {
  padding-bottom: 20px;
}
#footer-quote, #footer-contact {
  padding-bottom: 20px;
}

#main-content #intro {
  margin-bottom: 50px;
  color: #051a37;
}
#main-content #intro h1 {
  margin-bottom: 20px;
  font-family: 'Oxygen', Sans-Serif;
  font-weight: bold;
}
#main-content #intro h4 {
  font-family: 'Ubuntu', Sans-Serif;
}
#main-content #initial {
  margin-top: 35px;
}

.introduction {
  background-color: #1e6262;
  color: #fff;
  padding: 125px 24px 300px;
  
}

.explaination {
  margin-top: -180px;
  background-color: #fff;
  border: 1px solid #1e6262;
  border-radius: 10px;
  box-shadow: 0 0 15px #1e6262;
}

.developer, .programmer, .mentor {
  padding: 50px 45px;
  height: 775px;
}

.developer, .programmer {
  border-right: 1px solid #E6ECF8;
}

.developer h3, .programmer h3, .mentor h3 {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.developer #things, .programmer #languages, .mentor #experiences {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #1e6262;
  font-family: 'Ubuntu', sans-serif;
}
.developer #tools, .programmer #enviornments, .mentor #status {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #1e6262;
  font-family: 'Ubuntu', sans-serif;
}
.developer ul, .programmer ul, .mentor ul {
  list-style: none;
  padding-left: 0;
}

.introduction div h2 {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.introduction div h4 {
  padding-left: 175px;
  padding-right: 175px;
  line-height: 1.5;
  font-family: 'Lora', sans-serif;
}

.work-section {
  padding-top: 100px;
  padding-bottom: 64px;
}
.work h2 {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.work h4 {
  margin-bottom: 24px;
  font-family: 'Ubuntu', sans-serif;
}
.work div {
  padding-top: 24px;
  padding-bottom: 24px;
}

.freelance h2, .resume h2 {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
}

.freelance h4, .resume h4 {
  margin-bottom: 44px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter;
}

.hire-section {
  color: #fff;
  background-color: #181726; /*#D14836  #181726*/
  padding-top: 100px;
  padding-bottom: 124px;
}

.btn-outline-bg-light {
  background: transparent;
  color: #D14836;
  border: 2px solid #D14836;
  border-radius: 100px;
}

.btn-outline-bg-light:hover {
  color: #fff;
  background-color: #D14836;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#resume-headshot, #resume-intro, #resume-portfolio, #resume-education, #resume-experiences {
  padding-bottom: 24px;
}

#resume-intro h1, #resume-intro h3, #resume-portfolio h3, #resume-education h3, #resume-experiences h3, #resume-experiences ul, #resume-experiences h4 {
  padding-bottom: 12px;
}

#resume-experiences ul {
  list-style: none;
  padding-left: 0;
}

#resume-intro h3, #resume-portfolio h3, #resume-education h3, #resume-experiences h3 {
  color: #1e6262; /*#ae69ea*/
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

#resume-main-content {
  margin-bottom: 24px;
}

#resume-intro h4 > a:hover, #resume-portfolio h4 > a:hover {
  box-shadow: none;
}
#resume-intro h1 {
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;
}
#resume-education h4, #resume-experiences h4, #resume-experiences p {
  font-family: 'Ubuntu', sans-serif;
}
.headshot {
  box-shadow: 0 0 25px #051a37;
  border: 1.5px solid #051a37;
  border-radius: 6px;
}

.btn-outline-bg-light span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btn-outline-bg-light span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn-outline-bg-light:hover span {
  padding-right: 25px;
}
.btn-outline-bg-light:hover span:after {
  opacity: 1;
  right: 0;
}


/********** Large devices only **********/
@media (min-width: 1200px) {
  .jumbotron {
    background: url('../images/sharjeel_ahmed_banner2_1200.jpg') no-repeat;
    height: 675px;
  }
}

/********** Medium devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {
  #logo-img {
    background: url('../logos/output-onlinepngtools.png');
    width: 350px;
    height: 53px;
    margin: 15px 5px 5px 0;
  }

  .jumbotron {
    background: url('../images/sharjeel_ahmed_banner2_992.jpg') no-repeat;
    height: 558px;
  }
}

/********** Small devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron {
    background: url('../images/sharjeel_ahmed_banner2_768.jpg') no-repeat;
    height: 432px;
  }

  #logo-img {
    background: url('../logos/rsz_1output-onlinepngtools.png') no-repeat;
    width: 250px;
    height: 38px;
    margin: 25px 5px 5px 0;
  }

  .developer, .programmer, .mentor {
    padding: 50px 45px;
    height: 900px;
  }

  #website3 {
    width: 360px;
    margin: 0 auto 15px;
  }

}

/********** Extra small devices only **********/
@media (max-width: 767px) {
  #logo-img {
    background: url('../logos/rsz_1output-onlinepngtools.png') no-repeat;
    width: 250px;
    height: 38px;
    margin: 15px 5px 5px 5px;
  }
  
  #collapsable-nav a {
    font-size: 1.2em;
  }

  #collapsable-nav a span {
    font-size: 1em;
    margin-right: 5px;
  }

  .jumbotron {
    margin-top: 30px;
    padding: 0;
    box-shadow: 0 0 20px #051a37;
    border: 2px solid #051a37;
    border-radius: 5px;
  }

  #website1, #website2, #website3 {
    width: 360px;
    margin: 0 auto 15px;
  }

  .panel-footer hr {
    width: 50%;
    border-color: #f8fafd;
  }

  .explaination #explain-box hr {
    width: 50%;
    border-color: #848484;
  }

  .introduction div h4 {
    padding-left: 75px;
    padding-right: 75px;
    line-height: 1.5;
  }

  .developer, .programmer {
    border-right: 0;
  }
  .programmer {
    height: 650px;
  }
  .mentor {
    height: 600px;
  }

  #resume-hr {
    width: 50%;
    border-color: #848484;
  }
  #resume-headshot {
    width: 100%;
  }
}

@media (max-width: 479px) {
  #website1, #website2, #website3 {
    width: 280px;
    margin: 0 auto 15px;
  }
  .btn-social {
    margin: 0px;
  }
}