@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=Rancho&display=swap);

a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #a879bf;
  font-weight: bold;
  text-decoration: none;
}

.body {
  display: block;
  overflow: scroll;
  max-height: 100vh;
  font-family: Inter, sans-serif;
	font-weight: 300;
}
.aquaback {
	  background-color: #00B5D0;
}
.navyback {
	  background-color: #1b2a56;
}
.blueback {
	  background-color: #0f4784;
}

.hrstyle
{
	border: 0;
    height: 1px;
    background: #a879bf;
    background-image: linear-gradient(to right, #157ac2, #a879bf, #157ac2);
}
.bottom {
    margin: 30px 0px;
}

.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 {
  line-height: 100%;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.darkblue {
	color: #926a9e;
}
.blue {
  color: #136fb0;
}

.imagecenter {
	text-align: center;
	margin-bottom: 20px;
}
.smallerimg {
	max-width: 250px;
    float: right;
}

.datebox {
	color:#fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 120%;
	padding: 20px 10px;
	margin-right: 20px;
	border-radius: 5px;
	background-color: #a879bf;
	text-align: center;
}
.datespace {
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}
.eventbox {
	color: #1e5aa8;
	padding: 10px;
	font-size: 18px;
	line-height: 110%;
}
.eventbox p {
	margin-bottom: 5px;
}
.smaller {
	font-size: 15px;
	line-height: 100%;
}

.bio {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 140%;
}

.text-block-2 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.list {
  font-family: Rancho, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 160%;
}

.credit {
  font-size: 13px;
  margin-bottom:10px;
}
.bibleverse {
    font-size: 20px;
    font-family: Rancho, sans-serif;
    text-align: center;
}

.rightcontent {
  overflow: auto;
  padding: 60px 120px;
  -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;
}

.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-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.homeimage
{
	background-image: url('../images/sapphyreparade.jpg');
}
.eventsimage
{
	background-image: url('../images/calfparade.jpg');
}
.aboutimage {
	background-image: url('../images/sapphyreportrait.jpg');	
}
.contactimage {
	background-image: url('../images/autumnsapphyre.jpg');	
}
.funimage {
	background-image: url('../images/sapphyreunderwater.jpg');	
}


@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;
  }
}

