.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}
div.nav-container{
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;    
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: .7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.delay-200 {
  animation-delay: .2s;
}
.delay-400 {
  animation-delay: .4s;
}
.delay-600 {
  animation-delay: .6s;
}
.delay-800 {
  animation-delay: .8s;
}
.delay-1000 {
  animation-delay: 1s;
}
.delay-1200 {
  animation-delay: 1.2s;
}
body, html {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  font-weight: normal;
}
h1 {
  font-family: 'Oxygen', sans-serif;
  font-size: 48px;
  color: #515976;
}
h2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 38px;
  color: #515976;
}
h3 {
  font-family: 'Amiri', serif;
  font-size: 26px;
  color: #515976;
}
h4 {
  font-family: 'Amiri', serif;
  font-size: 20px;
  color: #515976;
}
h5 {
  font-family: 'Amiri', serif;
  font-size: 16px;
  color: #515976;
}
h6 {
  font-family: 'Amiri', serif;
  font-size: 14px;
  color: #BFC1CC;}

h7 {
    font-family: 'Amiri', serif;
    
    font-size: 24px;
    color: #BFC1CC;}

h8 {
  font-family: 'Oxygen', sans-serif;
  font-size: 24px;
    color: #515976;}

h9{
    font-family: 'Oxygen', sans-serif;
    color: #FF7F82;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

h10{
    font-family: 'Oxygen', sans-serif;
    color: #515976;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    line-height: .1;
}

.dark-to-light-text{
    color: #A5A5A5;
    text-align: center;
}

.text-center{
    text-align: center;
    }    
    
    
}


.oxygen {
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
    line-height: 2.4;
    color: #515976;}

    .delay-200 {
  transition-delay: .2s;
}
.delay-400 {
  //transition-delay: 20s;
}
p {
  font-family: 'Amiri', serif;
  font-size: 18px;
  color: #515976;
}
span.accent {
  color: #FF7F82;
}
img, video {
  width: 100%;
}
a {
  font-family: 'Amiri', serif;
  color: #FF7F82;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.no-decoration {
  color: #515976;
}



a.no-decoration:hover {
  text-decoration: none;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
.inline-icon {
  width: 20px;
  padding: 0 5px;
}

.quote{
    font-family: 'Amiri', serif;
    width: 80%;
    line-height: 1.2;
    padding: 20px 0px 5px;
    max-width: 1050px;
    margin: 0 auto;
    font-size: 28px;
    color: #3BAB92;
    background-color: 
    }

.quotename{
    font-family: 'Amiri', serif;
    font-style: italic;
    width: 50%;
    text-align: right;
    line-height: 1.2;
    padding: 10px 0px 0px;
    max-width: 1050px;
    margin: 0 auto;
    margin-right: 30%;
    font-size: 16px;
    color: darkgrey;
    background-color: 
    }

.delay-200 {
    transition-delay: .2s;
    
}

.header-diagonal-background {
  margin-top: -20px;
  width: 100%;
  height: 360px;
  position: absolute;
  z-index: -10;
  background-image: url('images/angled-background.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}

.box-cell-profile {
    border-radius: 100%;
    width: 60%;
    margin-bottom: 30px;
    
}

.half-container-border{
    width: 300px;

    padding: 1%;
    vertical-align: top;
    display: inline-block;
    margin: 1%;
    height: 450px;
}

.container-six{
   width: 23%;
  height: 100%;   
  padding: 5px;
  min-width: 300px;
  display: inline-block;    
    
    
}

.center{
    text-align: center;

}

.section-container {
  width: 100%;
  text-align: left;
}
.profile-picture {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 10px solid red;
  padding: 20px;
  margin: 80px 0;    
      
}
.intro-container {
  max-width: 710px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.break {
  height: 50px;
}

}
.break-home {
  height: 400px;
}



.content-container {
  padding: 0 20px;
}
.nav-container {
  position: absolute;
  width: 100%;
}
.left {
  padding: 20px;
  float: left
}
.right {
  padding: 20px;
  float: right;
}
.social_media_icons {
  height: 18px;
  width: 18px;
  padding: 20px;
}
.project-grid {
  z-index: 10;
  box-shadow: 0px 0px 54px rgba(0, 0, 0, .1);
}
.project, .skill {
  width: 33.3333333333%;
  display: inline-block;
  margin-right: -4px;
}
.project:hover {
  cursor: pointer;
}
.project-title {
  padding: 18px 0 52px 0;
  text-align: center;    
}
.about-photo {
  //max-width: 1400px;
}
.about-content {
  padding-left: 10%;
  padding-right: 10%;    
  max-width: 1800px;
  margin: 0 ;
 }
.about-content-dark {
  padding: 10%;
  background-color: #081b21;
  max-width: 1800px;
  margin: 0 auto;    
    
}

.icon{
    width: 50px;
    display: inline-block;
    padding: 10px;
    
}

.icon-text{
    width: 225px;
    color: darkgray;
    display: inline-block;
    padding-bottom: 20px;
    
}

.graph{
    
    background-color: #c3bca6;
    width: 300px;
    padding: 20px;
    border-radius: 20px;

}

.about-content.sm-top {
  padding: 0px 20px 140px 20px;
}
.section-container.blue {
  background-color: #0F1C47;
}
.section-container.blue h2, .section-container.blue p {
  color: white;
}
.section-container.red {
  background-color: #CB201F;
}
.section-container.red h2, .section-container.red p {
  color: white;
}
.project-image, .about-photo-container {
  width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  transition: .8s;
}
.project-image {
  background-size: 101%;
}
.about-photo-container {
  background-size: cover;
}
.project-image:hover {
  background-size: 115%;
}
.project-1 {
  background-image: url('images/fabric/hero.png');
}
.project-2 {
  background-image: url('images/musicmatch/iphone_panels_2.jpg');
}
.project-3 {
  background-image: url('images/coming_soon.png');
}

.about-photo-1 {
  min-height: 500px;
  background-image: url('images/meworking.jpg');
    position: relative;
}
.about-photo-2 {
  min-height: 500px;
  background-image: url('images/me_working_2.jpg');
}
.hvr-photo-6 {
  background-image: url('images/hvr/mobile.png');
  min-height: 860px;
  align-content: center;    
}
.social-photo-1 {
  background-image: url('images/social/hero.png');
  min-height: 860px;
}
.social-photo-2 {
  background-image: url('images/social/second.png');
  min-height: 1000px;
}
.light-gray-bg {
  background-color: #f6f6f6;
}
.hvr-photo {
  width: 80%;
}
.footer {
  font-family: 'Amiri', serif;
  font-weight: normal;
  color: #bababa;
  padding: 20px;
  font-size: 12px;

  text-align: center;    
}
.lg-photo {
  display: inline;
}
.sm-photo {
  display: none;
}
.half-container {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
}

.third-container {
  vertical-align: top;
  width: 23%;
  height: 100%;   
  padding: 5px;
  min-width: 250px;
  display: inline-block;
}

.fourth-container {
  vertical-align: top;
    width: 60%;
    min-width: 300px;
    text-align: left;
  
  padding-right: 2%;      
  height: 100%;   
margin: auto;
  display: inline-block;
}

.fifth-container {
    vertical-align: middle;
    text-align: left;
    height: 100%;
    width: auto;   
    border-style: solid;
    border-color: #f0f0f0;
    border-width: 0px 0px 0px 2px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 20px 0px 1px 0px;
    display: inline-block;
}

.sixth-container {
    vertical-align: middle;
    text-align: left;
    height: 100%;
    width: 60%;   
    border-style: solid;
    border-color: #f0f0f0;
    border-width: 0px 0px 0px 2px;
    padding-left: 2%;
    margin: 20px 0px 0px 0px;
    display: inline-block;
}

.seventh-container {
  vertical-align: middle;
    text-align: right;     
  height: 100%;
    width: 15%;
     padding-right: 2%;
  display: inline-block;
}

.numbered{

    margin: auto;
    width: 70%;
    
    
}

.numbered-border{
    padding-top: 10px;
    border-style: solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 10px;
    border-width: 2px;
    width: 50px;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
    
}

.secondary-hero-container {
    height: 100%;
    max-width: 600px;
  display: inline-block;
    
    
}

.ux-photo {
    height: 100%;
    max-width: 600px;
  display: inline-block;
}


.sub-image{
    max-width: 600px;
    border-radius: 36px;
    
    
    
}

.content-image-container{
    padding-top: 30px;
    padding-bottom: 30px;
    
}

.content-image{
    box-shadow: 5px 5px 20px #EAEAEA;
}

.content-image-text{
    font-family: 'Amiri', serif;
    max-width: 300px;
    font-size: 16px;
    color: #7d7d7d;
    text-align: left;
    line-height: 1.3;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    
    
}

.image-instruction{
    max-width: 550px;
    display: inline-block;
}



.row{
    width: 95%;
 
}
    .row-left{
    width: 100%;
    text-align: left;
    
        
}

.timeline-top-border{
    width: 100%;
    color: #f0f0f0;
    border-top-style: solid;
    border-width: 2px;
    
    
}

.box-cell{
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    border-top-right-radius: 12px;
    background-color: darkgrey;
    color: aliceblue;
    padding: 4px 10px;
    margin: 10px 10px 1px 10px;
    text-align: left
}

.box-cell-2{
    font-family: 'Oxygen', sans-serif;
    color: #515976;
    background-color: aliceblue
    font-size: 16px;
    padding: 3px 10px 10px 10px;
    margin: 5px;
    text-align: left
}

.box-cell-border{
    vertical-align: bottom;
    border-style: solid;
    border-color: lightgray;
    border-width: .5px;
    width: 35%;
    margin: 20px auto;
    
}

.timeline-img {
  width: 100px;
  height: 10px;
  border-radius: 50%;
  margin-bottom: 38px;
  position: relative;
}
.timeline-img-right {
  right: 0;
  height: 10px;
  border-radius: 50%;
  margin-bottom: 38px;
  position: relative;
}
.timeline-img h1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.timeline-img-right h1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.timeline-step {
  position: relative;
  width: 2px;
  background-color: #f0f0f0;
  margin: 0 auto;
}

.timeline-step-2 {
  position: relative;
  width: 0;
  background-color: #f0f0f0;
  margin: 0 auto;
}



.step-container {
  font-family: 'Oxygen', sans-serif;
  font-size: 24px;
  position: relative;
  left: 100px;
  bottom: 0;
  width: 300px;
}
.step-container-left {
  left: -400px;
  text-align: right;
}
.step-container-left:before {
  left: 324px;
  content: "";
  position: absolute;
  top: 146px;
  width: 60px;
  height: 2px;
  background: #f0f0f0;
}
.step-container-right:before {
  font-family: 'Oxygen', sans-serif;
  left: -80px;
  content: "";
  position: absolute;
  top: 146px;
  width: 60px;
  height: 2px;
  background: #f0f0f0;
}
.timeline-step:after {
  content: "";
  position: absolute;
  transition: all .2s ease;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  
  top: 133px;
  border: 8px solid #fff;
  background: #FF7F82;
}
.step-container-right {
  text-align: left;
}
.process-timeline-container {
  margin-top: 0px;
}
.seller-hero {
  margin-top: -100px;
}
.hobby {
  width: 400px;
  padding: 10px;
  display: inline-block;
}
@media only screen and (max-width:550px) {
  img[data-src-550px] {
    content: attr(data-src-550px, url);
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 16px;
  }
  h3, p {
    font-size: 18px;
  }
  .project-image h6 {
    padding: 0 20px;
  }
  .step-container h4 {
    font-size: 20px;
  }
  .project {
    width: 100%;
  }
  .skill {
    width: 100%
  }
  .about-photo-container {
    min-height: 400px;
  }
  .hvr-photo {
    width: 100%;
  }
  .lg-photo {
    display: none;
  }
  .sm-photo {
    display: inline;
  }
  

    
  .half-container {
      vertical-align: top;
    width: 100%;
  }

    
    
  .step-container {
    left: 30px;
    width: 150px;
  }
  .step-container-left {
    left: -180px;
  }
  .step-container-right:before, .step-container-left:before {
    background: none;
  }
  .hobby {
    width: 290px;
  }
  .profile-picture {
    margin: 80px 0 40px 0;
  }
}
@media only screen and (min-width:550px) and (max-width:900px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 16px;
  }
  h3, p {
    font-size: 24px;
  }
  .project-image h6 {
    padding: 0 20px;
  }
  .step-container h4 {
    font-size: 20px;
  }
  .project {
    width: 50%;
  }
  .skill {
    width: 100%
  }
  .about-photo-container {
    min-height: 500px;
  }
  .hvr-photo {
    width: 100%;
  }
  .half-container {
    width: 50%;
  }
  .step-container {
    left: 30px;
    width: 230px;
  }
  .step-container-left {
    left: -260px;
  }
  .step-container-right:before, .step-container-left:before {
    background: none;
  }
  .hobby {
    width: 290px;
  }
  .profile-picture {
    margin: 80px 0 40px 0;
  }
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,255,.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 2000px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: darkgrey;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}


/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: lightblue;
    font-size: 20px;
    font-weight: reg;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;   
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: lightcoral;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 16px;
  opacity: .4;
      
}

#myBtn:hover {
  background-color: red;
  opacity: 1;    
}

#myBtn:active {
  background-color: lightcoral;
  opacity: .4;    
}

#myBtn:visited {
  background-color: lightcoral;
  opacity: .4;    
}


.dark-background{
    background-color: #081b21;
    
    
}

.grey-background{
    background-color: #f2f2f2;
    
}

[]


