@charset "UTF-8";

@font-face {
  font-family: 'TitilliumWeb';
  src: url("fonts/TitilliumWeb-Black.eot");
  src: local("☺"), url("fonts/TitilliumWeb-Black.ttf") format("truetype"), url("fonts/TitilliumWeb-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb';
  src: url("fonts/TitilliumWeb-Bold.eot");
  src: local("☺"), url("fonts/TitilliumWeb-Bold.ttf") format("truetype"), url("fonts/TitilliumWeb-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb';
  src: url("fonts/TitilliumWeb-Regular.eot");
  src: local("☺"), url("fonts/TitilliumWeb-Regular.ttf") format("truetype"), url("fonts/TitilliumWeb-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb';
  src: url("fonts/TitilliumWeb-Light.eot");
  src: local("☺"), url("fonts/TitilliumWeb-Light.ttf") format("truetype"), url("fonts/TitilliumWeb-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "TitilliumWeb", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  padding-top: 54px;
  color: #868e96;
}

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

a {
  color: #117B88;
}

a:hover, a:focus, a:active {
  color: #343A40;
  transition: 0.3s;
}

canvas {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-span {
  color: #343a40;
}

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

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2rem;
}

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

.bg-primary {
  background-color: #343a40 !important;
}

.text-primary {
  color: #117B88 !important;
}

.link-menu:hover{
  color:white;
  text-decoration: none;
}

#particles-js {
  width: 100%;
  min-height:100vh;
  background: #A9BEC3;
}

#about{
  position: absolute;
  top: 50vh;
  vertical-align: middle;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #fff;
  max-width: 100%;
  padding: 2em 3em;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}

.social-icons a {
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #495057;
  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 a:hover {
  background-color: #006C78;
}

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

.dev-icons .list-inline-item i:hover {
  color: #006C78;
}

#sideNav .navbar-nav .nav-item .nav-link {
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

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

#experience, #skills, #interests, #awards {
  min-height: 100vh;
}

#footer {
  height: 100px;
}

#footer div p {
  margin: 0 auto;
}

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

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


@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: 10rem;
    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;
  }
}

@media (max-width: 992px) {
  #about{
    height: 100vh;
    min-width: 100%;
  }
  #particles-js {
    height:100vh;
    min-height: 800px;
  }
}