/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

.navbar, .progress-bar {
  background-color: #0F1322;
}

.nlink {
  color: #F4F4F4;
}

 .nlink:hover {
  color: #FFC107;
}

.jumbotron {
  background-color: #86c7D3;
}

body {
  position: relative;
  padding-top: 3rem;
  margin-bottom: 3rem;
  color: ##1A2930;
  background-color: #F5F5F5;
}

.container {
	width: 72%;
}

.btn-secondary {
    color: #F4F4F4;
    background-color: #062F4F;
    border-color: #062F4F;
    margin-bottom: 20px;
}

.words {
  color: #000000;
}

h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.alink {
  color: #1A2930;
}

.alink:hover {
  color: black;
}

.display-4 {
  font-size: 5.5rem;
}

h2 {
  margin-bottom: 30px;
}

.date {
  text-align: right;
}

.skillname {
  vertical-align: text-bottom;
}

.rounded-circle {
	margin-top: 10px;
	margin-bottom: 10px;
  margin-left: 20%;
}

.desc {
  height: 150px;
}

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}