 
body {
    background-color: black;
    display: flex;
    flex: wrap;
    flex-direction: column;
    min-height: 100vh;
    justify-content: flex-start;
    margin: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: whitesmoke;
    color:black;
}

h1 {
    display: inline-block;
    font-size: 3.5rem;
    font-family:'Momentum Grotesk', 'Neue Haas Grotesk', 'Swiss721';
}

.card-header {    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background: black;
    color: #fff;
}

nav {
    padding-top: 15px;
    margin-right: 20px;
    float: right;
    font-family: "Suisse BP Int'l Antique","Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    
}

nav ul {
    list-style-type: none;
    display:table-row;
    justify-content: space-between;
}

nav ul li {
    display: inline-block;
    margin-left: 25px;
}

a {
    color: black;
    text-decoration: none;
}

.split {
    font-size: 1em;
    padding: 30px;
    color: white;
    text-align: left;
}

.hero {
    height: 500px;
    width: 100%;
    margin-bottom: 25px;
    background-image: url("website\ image.jpg");
    background-size: cover;
    background-position: center;
    background-size: cover;
}

.float-left {
    float: left;
    margin-right: 25px;
}

.float-right {
    float: right;
    margin-left: 25px;
}

main {
    display: flex;
    flex: wrap;
    display: block;
    max-width: auto;
    /* margin: 2rem auto;     */
}

section {
    display: flex;
    flex-direction: column;
    flex: wrap;
}

.content {
    float: left;
    width: auto;
    margin-right: 270px;
}

footer {
    padding: 30px;
    clear: both;
    font-family: 'Momentum Grotesk', 'Neue Haas Grotesk', 'Swiss721';
    text-align: center;
    color: white;
}

footer h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 50px;
}


h2 { 
    color: white;
    font-size: 3.5rem;
    text-align: center;   
}

#contact-icons {
    align-items: center;

}

.card-column {
    margin: 2rem auto;
    flex: wrap;
    flex-direction: column;
    width: 85%;
    left: 0%;   
}

.code-card {
    width: 100%;
}

.card-body {
    display: flex;
    flex-direction: row;
}

.card img {
    position: relative;
    width: 200px;
    margin: 10px;
}

.image-title {
    font-family: 'Momentum Grotesk', 'Neue Haas Grotesk', 'Swiss721';
    text-align: center;
    color: white;
}

.headshot {
    position: relative;
    width: 25%;
    flex-wrap: wrap;
}

ul {
    margin: 0%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
    width: 100%;
}

.card {
    width: 100%;
}

aside{
    float: right;
    width: 270px;
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
    margin-left: -270px;
}

.other {
    margin-top: 50px;
    margin-right: 20px;
    padding: 20px;
    clear: both;
    font-family: "Suisse BP Int'l Antique","Helvetica Neue",Helvetica,sans-serif;
    background-color: transparent;
    flex: wrap;
    justify-content: center;
}

.other-creative-work {
    margin-bottom: 32px;
    color: #ffffff;
    float: left;
}

.music-related-links {
    margin-bottom: 32px;
    color: #ffffff;
    float: left;
    white-space: nowrap;
}

.other-creative-work h3 {
    margin-bottom: 10px;
    text-align: center;
}

.music-related-links h3 {
    margin-bottom: 10px;
    text-align: center;
}

.music-related-links iframe {
    display: block;
    margin: 10px auto;
    max-width: 150px;
}

.music-related-links a {
    display: block;
    font-size: larger;
    margin: 10px auto;
    max-width: 150px;
    color: blue;
    text-align: center;
}

.about-me {
    margin-bottom: 20px;
    padding: 50px;
    height: 300px;
    font-family: "Suisse BP Int'l Antique","Helvetica Neue",Helvetica,sans-serif;
    background-color: black;
    color: #ffffff;
    justify-content: start;
}

.my-work {
    margin-bottom: 20px;
    padding: 10px;
    height: 100%;
    font-family: "Suisse BP Int'l Antique","Helvetica Neue",Helvetica,sans-serif;
    background-color: black;
    color: #ffffff;
}

.my-work div {
    flex: 1;
    background-color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#project-box {
    flex: 1;
    /* box-shadow: 10px 10px 5px #707070; */
}
  

.project {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.card {
    position: relative;
    width: auto;
    height: auto;
    transition: 0.5s;
    background-color: black;
    
}

.card:hover {
    z-index: 1;
    transform: scale(1.25);
    /* box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5); */
}

.contact {
    margin-bottom: 30px;
    padding: 15px;
    height: auto;
    font-family: "Suisse BP Int'l Antique","Helvetica Neue",Helvetica,sans-serif;
    background-color: black;
    color: #ffffff;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.contact ul {
    list-style-type: none;
    display: inline-block;
    justify-content: space-evenly;
}

.contact-header ul{ 
    display: inline-block;
    margin-left: 25px;
}

.card-column {
    justify-content: center;
    text-align: center;
}

.contact-header {
    padding-bottom: 30px;
}
figure .card-header{
    text-align: center;
}

.resume {
    margin-bottom: 20px;
    padding: 50px;
    height: 500px;
    font-family: "Suisse BP Int'l Antique","Helvetica Neue",Helvetica,sans-serif;
    background-color: whitesmoke;
    color: black;
    text-align: center;
}

.view-resume {
    color: white;
}

.repository {
    color: white;
}

@media screen and (max-width: 768px) {
    /* on tablets, set columns to only be 50% of the width and not grow */
    .card {
      flex: 0 0 50%;
      max-width: 50%;
    }
  .content {
      margin-right: 0px;
  }

  header {
    flex-direction: column;
  }

    ul {
        flex-direction: column;
    }

    h1{
        text-align: center;
    }
  
    .card-body {
        flex-direction: column;
    }
  }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
    -moz-transform: translateX(1.334em) translateZ(0);
    -ms-transform: translateX(1.334em) translateZ(0);
    -o-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
/* General styles */

.social {
  margin: 60px auto;
}

/* ============================ */
/* SOCIAL ICONS                 */
/* ============================ */
.social-icon {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #302a80;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 38px;
  padding: 9px 0px;
  color: white;
  margin: 2px;
  /* Color each button differently */
}
.social-icon:nth-child(1) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 0.25s forwards;
  animation: fadeInRight 0.6s 0.25s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(1):hover, .social-icon:nth-child(1):active, .social-icon:nth-child(1):focus {
  opacity: 1;
  background-color: #00b29a;
}
.social-icon:nth-child(2) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 0.5s forwards;
  animation: fadeInRight 0.6s 0.5s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(2):hover, .social-icon:nth-child(2):active, .social-icon:nth-child(2):focus {
  opacity: 1;
  background-color: #00b2af;
}
.social-icon:nth-child(3) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 0.75s forwards;
  animation: fadeInRight 0.6s 0.75s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(3):hover, .social-icon:nth-child(3):active, .social-icon:nth-child(3):focus {
  opacity: 1;
  background-color: #00a1b2;
}
.social-icon:nth-child(4) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1s forwards;
  animation: fadeInRight 0.6s 1s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(4):hover, .social-icon:nth-child(4):active, .social-icon:nth-child(4):focus {
  opacity: 1;
  background-color: #008cb2;
}
.social-icon:nth-child(5) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1.25s forwards;
  animation: fadeInRight 0.6s 1.25s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(5):hover, .social-icon:nth-child(5):active, .social-icon:nth-child(5):focus {
  opacity: 1;
  background-color: #0077b2;
}
.social-icon:nth-child(6) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1.5s forwards;
  animation: fadeInRight 0.6s 1.5s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(6):hover, .social-icon:nth-child(6):active, .social-icon:nth-child(6):focus {
  opacity: 1;
  background-color: #0062b2;
}
.social-icon:nth-child(7) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1.75s forwards;
  animation: fadeInRight 0.6s 1.75s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(7):hover, .social-icon:nth-child(7):active, .social-icon:nth-child(7):focus {
  opacity: 1;
  background-color: #004eb2;
}
.social-icon img {
  width: 20px;
}

/* ============================ */
/* TOOLTIP                      */
/* ============================ */
[data-tooltip] {
  position: relative;
  /* tooltip arrow */   
  /* tooltip box */
}
[data-tooltip]:before, [data-tooltip]:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  position: absolute;
  left: 50%;
  top: 100%;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-tooltip]:before {
  content: "";
  border-color: #323232;
  border-style: none;
  border: 5px solid transparent;
  border-bottom: 6px solid #323232;
  margin-top: -4px;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  height: 22px;
  padding: 11px 11px 0 11px;
  font-size: 13px;
  line-height: 11px;
  white-space: nowrap;
  background-color: #323232;
  color: #ecf0f1;
  margin-top: 7px;
}
[data-tooltip]:hover, [data-tooltip]:focus {
  background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}


“Segoe UI”,
Roboto,
Helvetica,
Arial,
sans-serif,
*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

#resume {
  width: 200px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20vh;
  margin-bottom: 50px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 10px 40px 2px #707070;
  background: #000;
  transform-origin: center center 0px;
  transition: all 0.5s ease-out;
  animation-name: animate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform: perspective(1000px) rotateX(35deg) rotateY(4deg) rotateZ(-30deg);
  z-index: 1;
}
#resume:hover {
  animation: unset;
  margin-top: 18vh;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
/* #resume .menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  height: 100%;
  color: #fff;
} */
@-moz-keyframes animate {
  0% {
    margin-top: 20vh;
  }
  50% {
    margin-top: 18vh;
  }
  100% {
    margin-top: 20vh;
  }
}
@-webkit-keyframes animate {
  0% {
    margin-top: 20vh;
  }
  50% {
    margin-top: 18vh;
  }
  100% {
    margin-top: 20vh;
  }
}
@-o-keyframes animate {
  0% {
    margin-top: 20vh;
  }
  50% {
    margin-top: 18vh;
  }
  100% {
    margin-top: 20vh;
  }
}
@keyframes animate {
  0% {
    margin-top: 20vh;
  }
  50% {
    margin-top: 18vh;
  }
  100% {
    margin-top: 20vh;
  }
}


