html,
body {
  background: #f9f9f8;
  /* #f9f9f8 */
  /* background: white; */
  height: 100%;
}

.container {
  max-width: 1200px !important; /* override skeleton.css default 960px */
}

/* Typography
----------------------------------------------- */

.section-heading {
  color: #000;
  margin: 6rem 0 2rem;
  font-weight: bolder !important;
  /* letter-spacing: .3rem !important; */
  /* text-transform: uppercase; */
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.section-article {
  margin: 14rem auto;
  /* min-height: 50vh; */
}

.section-desc {
  text-align: center;
}

hr:not(.full) {
  border: 1px solid #000 !important;
  width: 5rem;
  margin-left: 0;
}

ul.dashed {
  list-style: none;
}

ul.dashed > li {
  margin-left: 1.2em;
}

ul.dashed > li:before {
  content: "–";
  position: absolute;
  margin-left: -1.2em;
}

.list-heading {
  font-weight: 550 !important;
}
.list-heading:not(:first-child) {
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}

.small-text {
  font-size: smaller !important;
  /* font-size-adjust: 0.3; */
}

/* Links
----------------------------------------------- */

a {
  color: #000 !important;
  text-decoration: none;
}

a:not(.no-link-style), a:not(.reverse-link-style) {
  border-bottom:1px solid #000;
}

a.no-link-style, a.reverse-link-style {
  border: none !important;
}

a:hover {
  border-bottom: none !important; 
  transition:.5s;
}

a:hover.reverse-link-style {
  border-bottom:1px solid #000 !important;
  transition:.5s;
}

/* Layout Utilities
----------------------------------------------- */

.sticky-top {
  position: sticky;
  top: 0;
  height: 0;
}

/* .sticky-bottom {
  position: sticky;
  bottom: 0;
  height: 0;
} */

/* Components
----------------------------------------------- */

#navbar {
  /* padding-top: 2rem;
  padding-bottom: 2rem; */
  padding: 4rem;
}

#navbar #home-link {
  font-weight: bold;
  font-size: 1.5em;
}

#navbar .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#navbar .nav-link {
  /* pull right */
  margin-left: auto; 
}

#navbar .nav-link ~ .nav-link {
  margin-left: 3rem; 
}

/* Vertical navbar for phones */
@media (max-width: 560px) {
  #navbar .items {
    flex-direction: column !important;
  }
  #navbar .nav-link {
    margin: 1rem auto !important;
  }
}

#sidebar {
  margin: 1rem 2rem;
}
#sidebar ul {
  list-style: none;
}

#footer {
  margin-top: 4rem;
  padding-bottom: 4rem;
}

#footer .fa {
  font-size: larger;
}

#footer *:not(:last-child) {
  padding-right: 1rem;
}

#jumbotron {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: calc(90vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

img.logo {
  width: 5rem !important;
  height: 5rem;
}

#big-text {
  align-self: center;
  /* border: 1px dashed red; */
}


input, textarea {
  /* background: #fee !important; */
}

#form-response-message {
  /* margin-left: 2rem; */
}

/* Companies
----------------------------------------------- */

.company-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.company-list .item {
  width: 10rem;
  height: 6rem;
  margin: 1rem 2rem;
  opacity: .8;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#canada {
  background-image: url(../img/canada.png);
}
#blackberry {
  background-image: url(../img/blackberry.png);
}
#deloitte {
  background-image: url(../img/deloitte.png);
}
#delego {
  background-image: url(../img/delego.png);
}
#interaptix {
  background-image: url(../img/interaptix.png);
}

/* About
----------------------------------------------- */

#about {
  /* background: white; */
}


/* Projects
----------------------------------------------- */

.project-list a {
  margin-right: 2rem;
}
.project-list .item{
  margin: 3rem 0;
}
.project-list .item:first-child{
  margin-top: 0 !important;
}

.project-list .project-heading {
  margin: 0;
  padding: 0;
  font-weight: bolder !important;
}