/*!
 * Start Bootstrap - Resume v5.0.7 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */

body {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size:20px;
  padding-top: 54px;
  color: #17A2B8;

}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
  color: #17A2B8;
}
i{
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

}
h1 {
  font-size: 6rem;
  line-height: 5.5rem;
  color:#fff;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
  color:#fff;
}

p.lead {
  font-size: 1.15rem;
  font-weight: 400;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.5rem;
}

.social-icons a {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  background-color:  rgb(103, 152, 160);;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
}

.social-icons a:last-child {
  margin-right: 0;
}


.social-icons .twitter:hover {
  background-color:#1DA1F2;
}

.social-icons .github:hover {
  background-color:#000000;
}

.social-icons .linkedin:hover {
  background-color:#0077B5;
}

.social-icons .devpost:hover {
  background-color:#003E54;
}


.dev-icons {
  font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
  color: #17A2B8;
}
.side
{
  background-color:rgba(2, 11, 20, 0.9);
}
#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

#sideNav .navbar-toggler:focus {
  outline-color: #17A2B8;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 20rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 75rem;

  
}
.bg{
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(29, 33, 37, 0.8)), to(rgba(51, 73, 88, 0.8))), url("../img/coding-freak.gif");
  background: linear-gradient(to bottom, rgba(29, 28, 32, 0.8) 0%, rgba(51, 73, 88, 0.8) 100%), url("../img/coding-freak.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;

}

.skills
{
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(29, 33, 37, 0.8)), to(rgba(51, 73, 88, 0.8))), url("../img/dev1.jpg");
  background: linear-gradient(to bottom, rgba(29, 28, 32, 0.8) 0%, rgba(51, 73, 88, 0.8) 100%), url("../img/dev1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  
}

.progress-bar
{
  font-size:1rem;
}

.education
{
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(29, 33, 37, 0.8)), to(rgba(51, 73, 88, 0.8))), url("../img/educ.jpg");
  background: linear-gradient(to bottom, rgba(29, 28, 32, 0.8) 0%, rgba(51, 73, 88, 0.8) 100%), url("../img/educ.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;

}
.timeline
{
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(29, 33, 37, 0.8)), to(rgba(51, 73, 88, 0.8))), url("../img/conf.jpg");
  background: linear-gradient(to bottom, rgba(29, 28, 32, 0.8) 0%, rgba(51, 73, 88, 0.8) 100%), url("../img/conf.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;

}

.projects
{
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(29, 33, 37, 0.8)), to(rgba(51, 73, 88, 0.8))), url("../img/proj.jpg");
  background: linear-gradient(to bottom, rgba(29, 28, 32, 0.8) 0%, rgba(51, 73, 88, 0.8) 100%), url("../img/proj.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;

}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #17A2B8 !important;
}

.text-primary {
  color: #17A2B8 !important;
}

a {
  color: #17A2B8;
}

a:hover, a:focus, a:active {
  color: rgb(167, 193, 197);
}


section#timeline {
  width: 100%;
  /* margin: 20px auto; */
  position: relative;
}
section#timeline:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 100%;
  background: #17A2B8;
}
section#timeline article {
  width: 100%;
  position: relative;
}
section#timeline article:after {
  content: '';
  display: block;
  clear: both;
}
section#timeline article div.inner {
  width: 40%;
  float: left;
  margin: 5px 0 0 0;
  border-radius: 6px;
}
section#timeline article div.inner span.date {
  display: block;
  width: 77px;
  height: 77px;
  padding: 2px 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -38.5px;
  border-radius: 100%;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  background: #fff;
  color: #17A2B8;
  border: 2px solid #17A2B8;
  box-shadow: 0 0 0 7px #FFF;
}
section#timeline article div.inner span.date span {
  display: block;
  text-align: center;
}
section#timeline article div.inner span.date span.day {
  font-size: 1rem;
}
section#timeline article div.inner span.date span.month {
  font-size: 1rem;
}
section#timeline article div.inner span.date span.year {
  font-size: 1rem;
}
section#timeline article div.inner h4 {
  padding: 10px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
section#timeline article div.inner h4:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -5px;
  	width: 10px; 
	  height: 10px;
  -webkit-transform: rotate(-45deg);
}
section#timeline article div.inner p {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  background: #fff;
  color: #656565;
  border-radius: 0 0 6px 6px;
}

section#timeline article:nth-child(2n+2) div.inner {
  float: right;
}
section#timeline article:nth-child(2n+2) div.inner h4:after {
  left: -5px;
}
section#timeline article:nth-child(1) div.inner h4 {
  background: #e74c3c;
}
section#timeline article:nth-child(1) div.inner h4:after {
  background: #e74c3c;
}
section#timeline article:nth-child(2) div.inner h4 {
  background: #2ecc71;
}
section#timeline article:nth-child(2) div.inner h4:after {
  background: #2ecc71;
}
section#timeline article:nth-child(3) div.inner h4 {
  background: #e67e22;
}
section#timeline article:nth-child(3) div.inner h4:after {
  background: #e67e22;
}
section#timeline article:nth-child(4) div.inner h4 {
  background: #1abc9c;
}
section#timeline article:nth-child(4) div.inner h4:after {
  background: #1abc9c;
}
section#timeline article:nth-child(5) div.inner h4 {
  background: #9b59b6;
}
section#timeline article:nth-child(5) div.inner h4:after {
  background: #9b59b6;
}


section#timeline article:nth-child(6) div.inner h4 {
  background: #e74c3c;
}
section#timeline article:nth-child(6) div.inner h4:after {
  background: #e74c3c;
}
section#timeline article:nth-child(7) div.inner h4 {
  background: #2ecc71;
}
section#timeline article:nth-child(7) div.inner h4:after {
  background: #2ecc71;
}
section#timeline article:nth-child(8) div.inner h4 {
  background: #e67e22;
}
section#timeline article:nth-child(8) div.inner h4:after {
  background: #e67e22;
}
section#timeline article:nth-child(9) div.inner h4 {
  background: #1abc9c;
}
section#timeline article:nth-child(9) div.inner h4:after {
  background: #1abc9c;
}
section#timeline article:nth-child(10) div.inner h4 {
  background: #9b59b6;
}
section#timeline article:nth-child(10) div.inner h4:after {
  background: #9b59b6;
}

section#timeline article:nth-child(11) div.inner h4 {
  background: #e74c3c;
}
section#timeline article:nth-child(11) div.inner h4:after {
  background: #e74c3c;
}
section#timeline article:nth-child(12) div.inner h4 {
  background: #2ecc71;
}
section#timeline article:nth-child(12) div.inner h4:after {
  background: #2ecc71;
}
section#timeline article:nth-child(13) div.inner h4 {
  background: #e67e22;
}
section#timeline article:nth-child(13) div.inner h4:after {
  background: #e67e22;
}



.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  
  height: 400px;
  width: 600px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

/* .portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
} */

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(43, 40, 40, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}

.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(23,162,184,0.8);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}
