a {
  color: #848d96;
  text-decoration: none;
}

.body {
  display: block;
  overflow: scroll;
  max-height: 100vh;
  /*background-color: #0b1c2f; */
  background-color: #133153;
  font-family: Inter, sans-serif;
}

.leftcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.name {
  margin-bottom: 2rem;
  color: #47bec7;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.bold-text {
  font-weight: 600;
}

.tagline {
  margin-bottom: 2rem;
  color: #ddd;
  font-size:3rem;
  line-height: 100%;
}

.bio {
  margin-bottom: 40px;
  font-family: Lora, sans-serif;
  color: #999;
  font-size: 1.3rem;
  line-height: 140%;
}

.linkheader {
  margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  color: #47bec7;
  font-size: 1.2rem;
  line-height: .75rem;
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-style:  normal;
}

.list {
  font-family: Roboto, sans-serif;
  font-weight:  300;
  color: #848d96;
  font-size: 1.1rem;
  line-height: 160%;
  letter-spacing: .1rem;
}

.rightcontent {
  overflow: auto;
  padding: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content {
  overflow: auto;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bio-links {
  border-bottom: 1px solid #848d96;
  text-decoration: none;
}

.credit-links {
  color: #485462;
}

.image {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  min-height: 100vh;
  min-width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/split-boat.jpg'); 
  /*  
  background-image: url('../images/split.jpg'); 
  background-image: url('../images/split-dramatic.jpg');
  background-image: url('../images/split-boston.jpg');
  background-image: url('../images/split-boat.jpg'); 
  */
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .leftcontent {
    display: block;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .columns {
    display: block;
  }

  .rightcontent {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    margin-bottom: 20px;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .image {
    position: static;
    height: 420px;
    max-height: 50vh;
    min-height: auto;
    background-position: 50% 0%;
  }
}

@media screen and (max-width: 767px) {

  .name {
    margin-bottom: 20px;
  }

  .rightcontent {
    padding: 60px;
  }
}

@media screen and (max-width: 479px) {

  .bold-text {
    font-size: 42px;
    line-height: 42px;
  }

  .bio {
    font-size: 16px;
  }

  .credit {
    font-size: 12px;
  }

  .rightcontent {
    padding: 30px;
  }

  .image {
    height: 240px;
    max-height: 30vh;
  }
}



/* rich custom */


/* Viewports up to 360px  wide */
@media screen and (max-width: 360px) {
  .bold-text {
    font-size: 42px;
    line-height: 42px;
  }

  .bio {
    font-size: 16px;
  }

  .credit {
    font-size: 12px;
  }

  .rightcontent {
    padding: 30px;
  }

  .image {
    height: 240px;
    max-height: 30vh;
  }

  .w-col-6 {
    width:  100%;
  }
}


.hide {display:  none;}

ul li {
  color: #47bec7;
  padding-right:  1rem;
}

strong {
  color: #aaa;
}
a {
	color: #ebf8f9;
	font-decoration: underline;
}

.overview {
    background-color: #0b1c2f; /* light blue */
}

.details {
  background-color: #133153; /* light blue */

}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}