body {
  background-color:#fff;
}

#header, .mobile-menu {
  animation-delay:0s;
  animation-delay: .25s;
}

#home .aboutTitle {
  background-color:#fff;
  padding-top:3.5rem;
  margin-top:-3rem;
}

.title h1 {
  margin-top:3rem;
}

#home {
  z-index:1;
  animation-delay: .5s;
  padding-bottom:3rem;
  overflow: visible;
  overflow-x: clip;
}

#home:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0rem;
  left: 0;
  height: 100%;
  width: 150%;
  background-image: url(../img/about.png);
  background-position: top center;
  background-repeat: no-repeat;
  opacity: .5;
  --mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 0) 100%;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

#details {
  width:1400px;
  margin:0 auto;
  padding:0 1.5rem;
  max-width:100%;
  position: relative;
}

.profile {
  position: absolute;
  width:100%;
  height:auto;
  left:150%;
  top:0;
  min-height:100%;
  margin:0;
  transition:.8s all ease-in-out;
  z-index:2;
  background-color:#003557;
  background: linear-gradient(45deg, #003557, #002842, #003557);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.profile h1 {
  color: #fff;
  font-family: 'Roboto-Thin';
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  border-bottom: 1px #aaa solid;
}

.profile a {
  color:#fff;
  margin-bottom: 2rem !important;
  display: flex;
  align-items: center;
  width:auto;
  font-size:14px;
  text-decoration: none;
}

.profile a span {
  text-decoration: underline;
}

.profile img {
  filter: invert(1);
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 20px;
  cursor: pointer;
}

.profile a i {
  color:#fff;
  border:1px solid #fff;
  display: flex;
  padding:.75rem 1rem;
  margin-right:1rem;
  transition:.2s all ease-in-out;
}

.profile a:hover {
  transform:translateY(-2px);
}
.profile a:hover i {
  background-color:#fff;
  color:#003557;
}
.profile_link {
  cursor:pointer;
}
.profile_link img {
  cursor: pointer;
  filter: invert(1);
  width: 16px !important;
  height: auto !important;
  padding-bottom: 3px;
  margin-right:.5rem;
  --mask: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  animation: MoveLeftRightSmall 2s linear infinite;
}
.contentJ, .contentN {
  padding: 1.5rem;
  font-size: 16px;
  line-height: 1.55;
  color:#fff;
  text-align: left;
}

.contentJ p, .contentN p{
  color:#ddd;
}
.content {
  width:1000px;
  margin:0 auto;
}
.content p {
  border-left: 2px solid #004892;
  padding: 2rem;
  font-size: 18px;
  color: #111;
  text-align: left;
  margin-top: 2rem;
  margin-bottom:0 !important;
}

.content span {
  font-size: 18px;
  color: #000;
  text-align:right;
  display: block;
  position:relative;
  line-height:1.5;
  display:flex;
  justify-content: flex-end;
  animation-delay: .8s;
}

.content span::before {
  content: ' ';
  display: block;
  position: absolute;
  top:42%;
  right:105px;
  height:1px;
  width:10px;
  background-color:#004892;
}

.content span:first-child {
  margin-top:3rem;
}


.content span:last-child::before {
  right:70px;
}

.partnership  {
  margin-top:1rem;
  position: relative;
  z-index: 1
}

.partnership .row {
  width:1400px;
  max-width:100%;
  margin:0 auto;
}

.partnership .row .col-md-3 {
  padding:3.5rem 1.5rem;
  text-align: center;
  border-bottom:1px solid #ddd;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, transparent, #ccc, transparent);
}

.partnership .row .col-md-3:last-child {
  border-bottom:none;
}

.partnership .row .col-md-3 img {
  height:70px;
}

.partnership .row .col-md-3 h2 {
  margin:1rem 0;
  margin-top:2rem;
  font-size:18px;
}

.partnership .row .col-md-3 p {
  color:#111;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom:1rem;
}

.partnership .row .col-md-3 p img {
 width:30px;
 margin-right:.75rem;
 height:auto;
 vertical-align: middle;
 box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
 -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
 -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.partnership .row .col-md-3:nth-child(2) img.partner-logo {
  filter: invert(9%) sepia(8%) saturate(6525%) hue-rotate(171deg) brightness(40%) contrast(88%);
}

.partnership .row .col-md-3 a,.partnership p.conclusion a {
  color: #004892;
}

.partnership .row .col-md-3 a:hover, .partnership p.conclusion a:hover {
  color: #1f63a3;
}

.partnership p.conclusion {
  font-size:18px;
  padding:1.5rem;
  margin:1rem auto;
  color:#000;
  text-align: center;
}

.blockquote-wrapper {
  display: flex;
  height: auto;
  padding: 1.5rem 0;
  animation-delay: .7s;
  background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,.5) 80%, transparent 100%);
  z-index: 2;
  overflow: hidden;
  position: relative;
  overflow: visible;
}

/* Blockquote main style */
.blockquote {
   position: relative;
   font-family: 'Barlow Condensed', sans-serif;
   max-width: 1000px;
   margin: 0 auto;
   margin-bottom:2rem;
   align-self: center;
}

/* Blockquote header */
.blockquote h1 {
  font-family: 'Roboto';
  position: relative;
  color: #000;
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45;
  margin: 0;
  border-radius: 20px;
  padding: 0 1.5rem;
  text-align: left;
  height:0;
  overflow: hidden;
  transition:.8s height ease-in-out;
}


.blockquote h1 span {
  color: #004892;
}

.blockquote h1 a {
  margin-top:1rem;
  display: block;
  color: #004892 !important;
}

.blockquote h1 a:hover {
  color:#1f63a3 !important;
}

.blockquote .row {
  padding:2rem 0;
  max-width:500px;
  margin:0 auto;
  position: relative;
 }
 .blockquote .row .col-md-6 {
  text-align: center;
  width: 50%;
  padding: 1rem 0;
  position: relative;
 }
.blockquote .row .col-md-6 img {
  height:300px;
  margin-left: -1rem;
  width:auto;
  --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 50%, rgba(0,0,0, 0) 98%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.blockquote .row .col-md-6:first-child img {
  margin-left: -2rem;
}
.blockquote .row .col-md-6:first-child div {
  left: -1.5rem;
  padding-left: 2rem;
  padding-right:4rem;
  background: linear-gradient(to left, #000000, #565656);
}
.blockquote .row .col-md-6:last-child div {
  right: -1.5rem;
  padding-right: 2rem;
  padding-left:4rem;
  background: linear-gradient(to right, #001540, #004892);
}
.blockquote .row .col-md-6 div {
  width:110%;
  font-size: 16px;
  font-family: 'Roboto-Thin';
  letter-spacing: .05em;
  font-weight: 600;
  padding: .5rem 8rem;
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}
div.separator {
  position: absolute;
  width: 4px;
  height: 68px;
  background-color: #fff;
  bottom: -2.5rem;
  left: 46%;
  z-index: 1;
  transform: rotate(40deg);
  display:none;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
   .blockquote h1 {
       line-height: 1.75;
       font-size:2rem;
  }
}

/* Blockquote subheader */
.blockquote h4 {
  font-family: 'Roboto';
  position: relative;
  color: #000;
  text-align: center;
  display: inline-table;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding-top: 20px;
  z-index: 1;
  animation-delay: 1s;
}


.blockquote h4:first-letter {
 margin-left:-12px;
}


@media only screen and (min-width: 390px) {
  #home:before {
    --mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0) 0) 100%;
  }
}

@media only screen and (min-width: 400px) {
  #home:before {
    --mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 0) 100%;
  }
}

@media only screen and (min-width: 431px) {
  #home:before {
    --mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0) 0) 100%;
  }
}
@media only screen and (min-width: 768px) {
  .profile_link img {
    filter: none;
    margin-right: .25rem;
    width: 14px !important;
    padding-bottom: 4.5px;
    opacity: .75;
  }
  .contentJ, .contentN {
    font-size: 18px;
    padding:2rem;
  }
  .profile {
    min-height:auto;
  }
  #home .aboutTitle {
    padding-top:4.5rem;
  }
  .partnership  {
    margin-top:8rem;
    animation-delay:1s;
    animation-duration:.8s;
  }
  .partnership .row .col-md-3 {
    border-bottom:none;
  }
  
  #home .aboutTitle h1 {
   margin-bottom:0;
   padding-bottom:1rem;
  }

  #home:before {
    top: -20rem;
    background-position: center;
    background-size: cover;
    width: 100%;
    background-image: url(../img/about.png);
    opacity: 1;
    --mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 0) 100%;
  }
  .blockquote .row .col-md-6 {
    padding:0;
  }
  .blockquote .row .col-md-6 div {
    position: absolute;
    top: 7rem;
    padding: 0 !important;
    background:none !important;
    color:#333;
    text-shadow: 0px 0px #333;
    border-bottom:1px solid #333;
    width:50%;
  }

  .blockquote .row .col-md-6:first-child div {
    color:#333;
    left:-28%;
    text-align: right;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, transparent, #555);
  }
  .blockquote .row .col-md-6:last-child div {
    color:#333;
    right:-30%;
    padding-left:1rem !important;
    text-align: left;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, transparent, #555);
  }
  .blockquote .row .col-md-6 div:hover {
    color:#004892 !important;
    text-shadow: 0px 0px #004892 !important;
  }
  div.separator {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  #home:before {
    --mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0) 100%;
  }
}
