body, html {   
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Arial, sans-serif, ";
    }
/* START JUMBOTRON  */



/* Ensure content like .logo is above the overlay */
.jumbotron .container {
  position: relative;
  z-index: 1;
}
/* header animation */
.jumbo-header .title {
  position:absolute;
  left:10%;
  top:50%;
  animation-timing-function:ease-out;
}
.jumbo-header .title span {
  display: block;
  color:#F0F0F0;
  -webkit-text-stroke-width: 0px;
  font-family: "myriad-pro", Helvetica, sans-serif;
  font-size:1.4em;

}
@media (max-width: 400px) {
     .jumbo-header {
       height:200px!important;
   }
  .jumbo-header .title span {
        display:none!important;
  }
}
@media (max-width: 767.98px) and (min-width: 368px){ 
   .jumboheader {
       height:240px;
   }
  .jumbo-header .title span {
    font-size: 0.9em;
  }
}
    
/* END JUMBOTRON */    
.jumbo-header {
    background-color:#2952b0!important;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.jumbo-header .container {
    display: flex;
    align-items: center;
    width: 100%;
}

/* LEFT COLUMN */
.project-header {
    flex: 1;
}

/* RIGHT COLUMN */
.project-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.project-image img {
    max-width:100%;
    height: auto;
}

.jumbo-header h3 {
    color:#fff;
    font-size: 2.2rem;
}

.jumbo-header span {
    color:#F0F0F0;
    font-size: 1.8rem;
    font-weight: bold;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 767.98px) and (min-width: 368px) {
    .jumbo-header {
        height: 240px;
        justify-content: center;
        align-items: center;
    }
    .jumbo-header img {
        display: none;
    }
}
       
.portfolio h2, 
.portfolio h3 {

    color: #202646;
    font-weight:bold;
    line-height: 1.2;
    font-size: 1.3rem;
    border-bottom: 2px solid #6699FF;
}
.portfolio span {
    color:#686868;
    font-size: 1.1rem;
}

.img-porto {
  display:flex;
  flex-direction: column;
  align-items: center;
}

.img-porto img {
  max-width: 100%;
  padding:2em;
  position: relative;
  z-index: 12;
}

.spot-case-portfolio {
    display:flex;
    flex-direction:column;
    justify-content:center;
}
        
.action-middle { 
    display: flex;
    justify-content: center;
}
.portfolio-content {
    color: #686868;
    margin: 0 0 1.5em 0;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
        
footer {
    border-top:1px solid #4169E1;
}