@import url("https://fonts.googleapis.com/css?family=Montserrat");
body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 54px;
  color: #868e96; }

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #041230; }

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

h2 {
  font-size: 2rem;
  display: inline-block;
  border-bottom: 5px #E3872D solid; }

h3 {
  font-size: 1.25rem; }

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

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem; }

nav {
  font-family: 'Montserrat', sans-serif; }

.social-icons a {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-color: #495057;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 2.1rem;
  margin-right: 1rem; }
  .social-icons a:last-child {
    margin-right: 0; }
  .social-icons a:hover {
    background-color: #041230; }

.dev-icons {
  font-size: 3rem; }
  .dev-icons .list-inline-item i:hover {
    color: #041230; }

.title-text-type {
  text-transform: none !important;
  border: none;
  margin-bottom: 10px;
  color: #495057; }

/* Cursor */
.typed-cursor {
  display: none; }

.ttl {
  text-transform: lowercase; }

.progress {
  margin-bottom: 25px;
  height: 10px; }

.progress-bar {
  background: #041230 !important; }

#skills h4 {
  font-size: 1rem !important; }

* {
  box-sizing: border-box; }

body {
  font-family: sans-serif; }

/* ---- button ---- */
.button {
  display: inline-block;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  background: none;
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px; }

.button:hover {
  border-bottom: 2px #E3872D solid; }

.button:active,
.button.is-checked {
  background-color: #fff;
  outline: none;
  border-bottom: 2px #E3872D solid; }

.button.is-checked {
  color: #041230;
  outline: none; }

.button:active {
  outline: none; }

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both; }

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px; }

/* ---- isotope ---- */
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
  margin: 5px;
  padding: 5px;
  background: #fff;
  border: 1px #495057 solid; }
  .element-item:hover {
    background: #041230; }
  .element-item img {
    max-width: 100%; }

.element-item > * {
  margin: 0;
  padding: 0; }

.resume-btn {
  display: inline-block;
  padding: 10px;
  background-color: #041230;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff !important;
  font-size: 12px;
  transition: .3s all; }
  .resume-btn:hover {
    color: #fff;
    background-color: #E3872D;
    text-decoration: none; }

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase; }
#sideNav .navbar-toggler:focus {
  outline-color: #0a2c77; }

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh; }
    #sideNav .navbar-brand {
      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: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto; }
      #sideNav .navbar-collapse .navbar-nav {
        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; }
  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: #041230 !important; }

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

a {
  color: #041230; }
  a:hover, a:focus, a:active {
    color: black; }
    
@media (max-width: 480px) {
  .main-title {
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 15px !important;
  }
  
  .title-text-type {
      font-size:20px;
  }
}
