body {
  font-family: 'Open Sans', serif;
  padding-top: 54px;
  color: #525456;
}

@media (min-width: 1300px) {
  body {
    padding-top: 0;
    padding-left: 22rem;
    padding-right: 12rem;
    width: 1500px;
  }
}

h1,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}

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

h2 {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #5d6063;
  font-size: 2.6rem;
}


.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.2rem;
}

.list-social-icons a {
  color: #5d6063;
}

.list-social-icons a:hover {
  color: #c66e21;
}

.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

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

.list-icons .list-inline-item i:hover {
  color: #c66e21;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1300px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 22;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 16rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.0rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 11rem;
    max-height: 11rem;
    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 {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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: 1300px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #414f72 !important;
}

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

a {
  color: #4b628e;
}

a:hover, a:focus, a:active {
  color: #c66e21;
}

form {
  margin-top: 20px;
  margin-bottom: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

form.ccw input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1b4f7f;
  color: #fff;
  transition: 0.3s;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  cursor:pointer;
}

form.adv input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #587a6c;
  color: #fff;
  transition: 0.3s;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  cursor:pointer;
}