* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  max-width: 960px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

#outliner{
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
}

#portfolio, #resume {
  background: linear-gradient(#920000, #000000, #d5d5d5);
}

/* Header */
header {
  margin: 0 auto;
}

#banner{
  background: #ffffff url(../images/Header-Background-Strip.png) repeat;
  display: block;
  margin: 0 auto;
}

.logo {
  background: #ffffff url(../images/New-Logo-Banner-500px.png) no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.navbar {
  background: #bb1515;
}

.navbar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-item {
	font-family: Arial, sans-serif;
	display: flex;
  align-items: center;
	float: left;
	margin-right: 3px;
}

.nav-link {
  text-decoration: none;
  display: block;
	padding: 10px 20px;
  margin-right: 40px;
}

.navbar-light .navbar-nav .nav-link:hover {
  background: #000000;
  color: #ffffff;
  border-radius: 5px;
  height: 100%;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  padding-left: 10px;
}

/* Intro */
#intro {
  min-height: 90%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/intro-back.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.title h1, .title h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.intro-body-text {
  color: #ffffff;
  padding: 20px 30px 0 30px;
  font-size: 1em;
}

.intro-body-text p {
  padding-bottom: 10px;
}

.title h1 {
  color: #ffffff;
}

.yours {
  text-align: right;
}

/* Portfolio */
#portfolio {
  padding: 30px 0;
}

.portfolio-container {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.portfolio-object-hues, .portfolio-object-enfico, .portfolio-object-jwm, .portfolio-object-enchanted {
  position: relative;
  background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  margin: 20px 0;
}

_:-ms-fullscreen, :root .portfolio-object-hues {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin: 0 10px 0 0;
}

_:-ms-fullscreen, :root .portfolio-object-enfico {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  margin: 0 0 0 10px;
}

_:-ms-fullscreen, :root .portfolio-object-jwm {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  margin: 20px 10px 0 0;
}

_:-ms-fullscreen, :root .portfolio-object-enchanted {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  margin: 20px 0 0 10px;
}

.portfolio-object-hues:hover img, .portfolio-object-enfico:hover img, .portfolio-object-jwm:hover img, .portfolio-object-enchanted:hover img {
  opacity: 0.4;
  transform: scale(1.3);
}

.portfolio-object-hues:hover .portfolio-slide-up, .portfolio-object-enfico:hover .portfolio-slide-up, .portfolio-object-jwm:hover .portfolio-slide-up, .portfolio-object-enchanted:hover .portfolio-slide-up {
  opacity: 1;
  bottom: -10%;
}

.portfolio-container img {
  width: 100%;
  min-height: 100%;
  display: block;
  transition: transform 6s;
}

.portfolio-slide-up {
  position: absolute;
  bottom: -100%;
  height: 100%;
  transition: bottom 4s;
  display: grid;
  justify-content: center;
}

a.portfolio-link, a.portfolio-link:visited {
  color: #ffffff;
}

.portfolio-slide-up h1 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}

.portfolio-slide-up p {
  padding: 0 20px;
  text-align: justify;
}

/* Resume */
h6 {
  text-align: center;
  color: #ffffff;
}

a.resume-link, a.resume-link:visited {
  color: #000000;
  text-decoration: none;
}

.resume-container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 30% auto;
  -ms-grid-columns: 30% auto;
  border: 1px solid #000000;
}

.left-col {
  background: #5b9bd4;
  padding: 10px 15px;
  height: 100%;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.resume-name {
  font-weight: 400;
  font-size: 25px;
}

.far, .fas, .fab {
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 7pt;
}

.skills {
  list-style-type: none;
}

.skills li {
  margin-bottom: 10px;
}

.right-col {
  background: #ffffff;
  padding: 10px 15px;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.italic-headline {
  font-style: italic;
}

ul {
  list-style-position: inside;
}

.description {
  width: 90%;
  margin-left: 2.5em;
  list-style-position: outside;
  text-align: justify;
  padding-right: 10px;
}

.break {
  padding-top: 20px;
}

.separator {
	width: 75%;
	margin: 10px auto;
}

/* Footer */
footer {
  background: #303030;
  height: auto;
	border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
}

footer p {
	color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: bolder;
	padding: 15px 10px;
	text-align: center;
}

/* @media screen and (min-width:300px) {} */

@media screen and (min-width:300px) and (max-width:576px) {
  .resume-container {
    grid-template-rows: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-columns: none;
    -ms-grid-columns: none;
  }
}

@media screen and (min-width:576px) {
  .portfolio-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(1fr)[2];
    grid-column-gap: 15px;
  }

  .portfolio-slide-up h1 {
    font-size: 20px;
    width: 28vw;
  }
}
